File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-scheduling/3521-pod-scheduling-readiness Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -798,8 +798,8 @@ that might indicate a serious problem?
798
798
-->
799
799
800
800
A rollback might be considered if the metric ` scheduler_pending_pods{queue="gated"} ` stays in a
801
- high watermark for a long time. It, if not intentionally, may reveal that some controllers forget
802
- to empty the Pods' scheduling gates, which keep them in pending state.
801
+ high watermark for a long time since it may indicate that some controllers are not properly handling
802
+ removing the scheduling gates, which causes the pods to stay in pending state.
803
803
804
804
Another indicator for rollback is the 90-percentile value of metric ` scheduler_plugin_execution_duration_seconds{plugin="SchedulingGates"} `
805
805
exceeds 100ms steadily.
You can’t perform that action at this time.
0 commit comments