Skip to content

Commit 67bb302

Browse files
author
Guangwen Feng
committed
[zh] Update policies.md
Signed-off-by: Guangwen Feng <[email protected]>
1 parent 378b0e5 commit 67bb302

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

content/zh/docs/reference/scheduling/policies.md

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -83,34 +83,6 @@ and using the [Policy type](/zh/docs/reference/config-api/kube-scheduler-policy-
8383
-->
8484
- `MaxCSIVolumeCount`:决定附加 {{< glossary_tooltip text="CSI" term_id="csi" >}} 卷的数量,判断是否超过配置的限制。
8585

86-
<!--
87-
- `CheckNodeMemoryPressure`: If a Node is reporting memory pressure, and there's no
88-
configured exception, the Pod won't be scheduled there.
89-
-->
90-
- `CheckNodeMemoryPressure`:如果节点正上报内存压力,并且没有异常配置,则不会把 Pod 调度到此节点上。
91-
92-
<!--
93-
- `CheckNodePIDPressure`: If a Node is reporting that process IDs are scarce, and
94-
there's no configured exception, the Pod won't be scheduled there.
95-
-->
96-
- `CheckNodePIDPressure`:如果节点正上报进程 ID 稀缺,并且没有异常配置,则不会把 Pod 调度到此节点上。
97-
98-
<!--
99-
- `CheckNodeDiskPressure`: If a Node is reporting storage pressure (a filesystem that
100-
is full or nearly full), and there's no configured exception, the Pod won't be
101-
scheduled there.
102-
-->
103-
- `CheckNodeDiskPressure`:如果节点正上报存储压力(文件系统已满或几乎已满),并且没有异常配置,则不会把 Pod 调度到此节点上。
104-
105-
<!--
106-
- `CheckNodeCondition`: Nodes can report that they have a completely full filesystem,
107-
that networking isn't available or that kubelet is otherwise not ready to run Pods.
108-
If such a condition is set for a Node, and there's no configured exception, the Pod
109-
won't be scheduled there.
110-
-->
111-
- `CheckNodeCondition`:节点可用上报自己的文件系统已满,网络不可用或者 kubelet 尚未准备好运行 Pod。
112-
如果节点上设置了这样的状况,并且没有异常配置,则不会把 Pod 调度到此节点上。
113-
11486
<!--
11587
- `PodToleratesNodeTaints`: checks if a Pod's {{< glossary_tooltip text="tolerations" term_id="toleration" >}}
11688
can tolerate the Node's {{< glossary_tooltip text="taints" term_id="taint" >}}.
@@ -228,10 +200,10 @@ and using the [Policy type](/zh/docs/reference/config-api/kube-scheduler-policy-
228200
<!--
229201
* Learn about [scheduling](/docs/concepts/scheduling-eviction/kube-scheduler/)
230202
* Learn about [kube-scheduler Configuration](/docs/reference/scheduling/config/)
231-
* Read the [kube-scheduler configuration reference (v1beta1)](/docs/reference/config-api/kube-scheduler-config.v1beta1)
203+
* Read the [kube-scheduler configuration reference (v1beta1)](/docs/reference/config-api/kube-scheduler-config.v1beta2)
232204
* Read the [kube-scheduler Policy reference (v1)](/docs/reference/config-api/kube-scheduler-policy-config.v1/)
233205
-->
234206
* 了解[调度](/zh/docs/concepts/scheduling-eviction/kube-scheduler/)
235207
* 了解 [kube-scheduler 配置](/zh/docs/reference/scheduling/config/)
236-
* 阅读 [kube-scheduler 配置参考 (v1beta1)](/zh/docs/reference/config-api/kube-scheduler-config.v1beta1)
208+
* 阅读 [kube-scheduler 配置参考 (v1beta1)](/zh/docs/reference/config-api/kube-scheduler-config.v1beta2)
237209
* 阅读 [kube-scheduler 策略参考 (v1)](/zh/docs/reference/config-api/kube-scheduler-policy-config.v1/)

0 commit comments

Comments
 (0)