File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
content/zh-cn/docs/reference/node Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ in systemd unit settings file. Typically it includes:
118
118
- command line arguments to [run kubelet](/docs/reference/command-line-tools-reference/kubelet/)
119
119
- environment variables, used by kubelet or [configuring golang runtime](https://pkg.go.dev/runtime#hdr-Environment_Variables)
120
120
-->
121
- ### Systemd 单元设置 {#systemd-unit-settings}
121
+ ### systemd 单元设置 {#systemd-unit-settings}
122
122
123
123
当 kubelet 作为 systemd 单元运行时,一些 kubelet 配置可以在 systemd 单元设置文件中声明。
124
124
这些配置通常包括:
@@ -280,6 +280,20 @@ The types of plugins that can place socket files into that directory are:
280
280
281
281
(通常是 ` /var/lib/kubelet/plugins_registry ` )。
282
282
283
+ <!--
284
+ ### Graceful node shutdown
285
+ -->
286
+ ### 节点体面关闭 {#graceful-node-shutdown}
287
+
288
+ {{< feature-state feature_gate_name="GracefulNodeShutdown" >}}
289
+
290
+ <!--
291
+ [Graceful node shutdown](/docs/concepts/cluster-administration/node-shutdown/#graceful-node-shutdown)
292
+ stores state locally at `/var/lib/kubelet/graceful_node_shutdown_state`.
293
+ -->
294
+ [ 节点体面关闭] ( /zh-cn/docs/concepts/cluster-administration/node-shutdown/#graceful-node-shutdown ) 将状态存储在本地目录
295
+ ` /var/lib/kubelet/graceful_node_shutdown_state ` 。
296
+
283
297
<!--
284
298
## Security profiles & configuration
285
299
You can’t perform that action at this time.
0 commit comments