@@ -83,34 +83,6 @@ and using the [Policy type](/zh/docs/reference/config-api/kube-scheduler-policy-
83
83
-->
84
84
- ` MaxCSIVolumeCount ` :决定附加 {{< glossary_tooltip text="CSI" term_id="csi" >}} 卷的数量,判断是否超过配置的限制。
85
85
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
-
114
86
<!--
115
87
- `PodToleratesNodeTaints`: checks if a Pod's {{< glossary_tooltip text="tolerations" term_id="toleration" >}}
116
88
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-
228
200
<!--
229
201
* Learn about [scheduling](/docs/concepts/scheduling-eviction/kube-scheduler/)
230
202
* 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 )
232
204
* Read the [kube-scheduler Policy reference (v1)](/docs/reference/config-api/kube-scheduler-policy-config.v1/)
233
205
-->
234
206
* 了解[ 调度] ( /zh/docs/concepts/scheduling-eviction/kube-scheduler/ )
235
207
* 了解 [ 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 )
237
209
* 阅读 [ kube-scheduler 策略参考 (v1)] ( /zh/docs/reference/config-api/kube-scheduler-policy-config.v1/ )
0 commit comments