You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can check if the `schedulingGates` is cleared by running:
124
+
-->
144
125
你可以通过运行以下命令检查 `schedulingGates` 是否已被清空:
145
126
146
127
```bash
@@ -174,7 +155,7 @@ The metric `scheduler_pending_pods` comes with a new label `"gated"` to distingu
174
155
has been tried scheduling but claimed as unschedulable, or explicitly marked as not ready for
175
156
scheduling. You can use `scheduler_pending_pods{queue="gated"}` to check the metric result.
176
157
-->
177
-
## 可观测性
158
+
## 可观测性 {#observability}
178
159
179
160
指标 `scheduler_pending_pods` 带有一个新标签 `"gated"`,
180
161
以区分 Pod 是否已尝试调度但被宣称不可调度,或明确标记为未准备好调度。
@@ -185,5 +166,4 @@ scheduling. You can use `scheduler_pending_pods{queue="gated"}` to check the met
185
166
<!--
186
167
* Read the [PodSchedulingReadiness KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/3521-pod-scheduling-readiness) for more details
0 commit comments