File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-node/2712-pod-priority-based-graceful-node-shutdown Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,13 @@ We could set kubelet configuration to stop the pods as:
128
128
129
129
| Pod priority class value| Shutdown period|
130
130
| ------------------------| ---------------|
131
- | 100000 | 300 seconds |
131
+ | 100000 | 10 seconds |
132
132
| 10000 | 180 seconds |
133
133
| 1000 | 120 seconds |
134
134
| 0 | 60 seconds |
135
135
136
136
The above table implies that any pod with priority value >= 100000 will get
137
- 300 seconds to stop, any pod with value >= 10000 and < 100000 will get 180
137
+ just 10 seconds to stop, any pod with value >= 10000 and < 100000 will get 180
138
138
seconds to stop, any pod with value >= 1000 and < 10000 will get 120 seconds to stop.
139
139
Finally, all other pods will get 60 seconds to stop.
140
140
You can’t perform that action at this time.
0 commit comments