Merge pull request #48747 from pegasas/issues/48610
Mention graceful_node_shutdown_state in kubelet local files pagepull/49964/head
commit
287418014e
|
@ -141,6 +141,13 @@ The types of plugins that can place socket files into that directory are:
|
|||
|
||||
(typically `/var/lib/kubelet/plugins_registry`).
|
||||
|
||||
### Graceful node shutdown
|
||||
|
||||
{{< feature-state feature_gate_name="GracefulNodeShutdown" >}}
|
||||
|
||||
[Graceful node shutdown](/docs/concepts/cluster-administration/node-shutdown/#graceful-node-shutdown)
|
||||
stores state locally at `/var/lib/kubelet/graceful_node_shutdown_state`.
|
||||
|
||||
## Security profiles & configuration
|
||||
|
||||
### Seccomp
|
||||
|
|
Loading…
Reference in New Issue