19 lines
479 B
Markdown
19 lines
479 B
Markdown
---
|
|
title: WindowsGracefulNodeShutdown
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.32"
|
|
|
|
---
|
|
Enables support for windows node graceful shutdown in kubelet.
|
|
During a system shutdown, kubelet will attempt to detect the shutdown event
|
|
and gracefully terminate pods running on the node. See
|
|
[Graceful Node Shutdown](/docs/concepts/architecture/nodes/#graceful-node-shutdown)
|
|
for more details.
|