Skip to content

Commit 3ed7883

Browse files
Mrunal PatelTim Bannister
andauthored
Update keps/sig-node/2712-pod-priority-based-graceful-node-shutdown/README.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 05464e0 commit 3ed7883

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-node/2712-pod-priority-based-graceful-node-shutdown

1 file changed

+2
-2
lines changed

keps/sig-node/2712-pod-priority-based-graceful-node-shutdown/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ We could set kubelet configuration to stop the pods as:
128128

129129
|Pod priority class value|Shutdown period|
130130
|------------------------|---------------|
131-
| 100000 |300 seconds |
131+
| 100000 |10 seconds |
132132
| 10000 |180 seconds |
133133
| 1000 |120 seconds |
134134
| 0 |60 seconds |
135135

136136
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
138138
seconds to stop, any pod with value >= 1000 and < 10000 will get 120 seconds to stop.
139139
Finally, all other pods will get 60 seconds to stop.
140140

0 commit comments

Comments
 (0)