@@ -96,7 +96,7 @@ node is under resource pressure, the kubelet may not be able to make room for
9696that static pod. The kubelet continues to attempt to run all static pods even
9797when there is resource pressure on a node.
9898-->
99- 创建替代 Pod 时,kubelet 会考虑静态 Pod 的优先级 。如果静态 Pod 清单指定了低优先级,
99+ 创建替代 Pod 时,kubelet 会考虑静态 Pod 的 ** 优先级 ** 。如果静态 Pod 清单指定了低优先级,
100100并且集群的控制平面内定义了优先级更高的 Pod,并且节点面临资源压力,则 kubelet
101101可能无法为该静态 Pod 腾出空间。
102102即使节点上存在资源压力,kubelet 也会继续尝试运行所有静态 Pod。
@@ -257,7 +257,7 @@ to be enabled. Currently, only CRI-O (v1.29 or higher) offers the `containerfs`
257257filesystem support.
258258-->
259259{{< feature-state feature_gate_name="KubeletSeparateDiskGC" >}}
260- ** 拆分镜像文件系统** 功能支持 ` containerfs ` 文件系统,并增加了几个新的驱逐信号、阈值和指标。
260+ ** 拆分镜像文件系统** 功能支持 ` containerfs ` 文件系统,并增加了几个新的驱逐信号、阈值和指标。
261261要使用 ` containerfs ` ,Kubernetes 版本 v{{< skew currentVersion >}} 需要启用 ` KubeletSeparateDiskGC `
262262[ 特性门控] ( /zh-cn/docs/reference/command-line-tools-reference/feature-gates/ ) 。
263263目前,只有 CRI-O(v1.29 或更高版本)提供对 ` containerfs ` 文件系统的支持。
@@ -453,7 +453,7 @@ then the values of other parameters will not be inherited as the default
453453values and will be set to zero. In order to provide custom values, you
454454should provide all the thresholds respectively. You can also set the kubelet config
455455MergeDefaultEvictionSettings to true in the kubelet configuration file.
456- If set to true and any paramater is changed, then the other parameters will
456+ If set to true and any parameter is changed, then the other parameters will
457457inherit their default values instead of 0.
458458-->
459459只有在没有更改任何参数的情况下,硬驱逐阈值才会被设置成这些默认值。
0 commit comments