Skip to content

Commit a099789

Browse files
committed
Fix KEP 2712
1 parent 6f17a07 commit a099789

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ shutdown order.
111111

112112
This implementation builds on top of the node graceful shutdown feature
113113
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
115115
of the kubelet.
116116

117117
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):
174174

175175
|Pod priority class value|Shutdown period|
176176
|------------------------|---------------|
177-
| 2000000000 |180 seconds |
178-
| 0 |120 seconds |
177+
| 2000000000 |120 seconds |
178+
| 0 |180 seconds |
179179

180180
Kubelet will be modified to only work with the config proposed in this KEP or the
181181
Node shutdown KEP. If both are specified, then it will be treated as a configuration

0 commit comments

Comments
 (0)