We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa704b commit 05464e0Copy full SHA for 05464e0
keps/sig-node/2712-pod-priority-based-graceful-node-shutdown/README.md
@@ -154,8 +154,9 @@ e.g. the config could also be
154
In the above case, the pods with custom-class-b will go into the same bucket
155
as custom-class-c for shutdown.
156
157
-If there are no pods in a particular range, then the kubelet will skip
158
-over the range entirely.
+If there are no pods in a particular range, then the kubelet does not wait
+for pods in that priority range. Instead, the kubelet immediately skips to the
159
+next priority class value range.
160
161
If this feature is enabled and no configuration is provided, then no ordering
162
action will be taken. The rationale is to allow some users to opt out of this
0 commit comments