22 lines
543 B
Markdown
22 lines
543 B
Markdown
---
|
|
title: GracefulNodeShutdown
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.20"
|
|
toVersion: "1.20"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.21"
|
|
---
|
|
Enables support for 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.
|