File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-node/2712-pod-priority-based-graceful-node-shutdown Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ shutdown order.
111
111
112
112
This implementation builds on top of the node graceful shutdown feature
113
113
by introducing additional configuration. A new feature flag called
114
- ` PodPriortityBasedGracefulShutdown ` will be added to control the behavior
114
+ ` GracefulNodeShutdownBasedOnPodPriority ` will be added to control the behavior
115
115
of the kubelet.
116
116
117
117
We will describe the configuration by using an example. Say, the
@@ -174,8 +174,8 @@ get the difference of total time and critical pods time):
174
174
175
175
| Pod priority class value| Shutdown period|
176
176
| ------------------------| ---------------|
177
- | 2000000000 | 180 seconds |
178
- | 0 | 120 seconds |
177
+ | 2000000000 | 120 seconds |
178
+ | 0 | 180 seconds |
179
179
180
180
Kubelet will be modified to only work with the config proposed in this KEP or the
181
181
Node shutdown KEP. If both are specified, then it will be treated as a configuration
You can’t perform that action at this time.
0 commit comments