Skip to content

Commit 0969a95

Browse files
Merge pull request #1846 from benluddy/graceful-watch-termination
NO-JIRA: Enable watch termination grace period
2 parents d708655 + 81ecf24 commit 0969a95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindata/assets/config/defaultconfig.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ apiServerArguments:
161161
- 70s # give SDN some time to converge: 30s for iptable lock contention, 25s for the second try and some seconds for AWS to update ELBs
162162
shutdown-send-retry-after:
163163
- "true"
164+
shutdown-watch-termination-grace-period:
165+
- 5s # shorter than the pod graceful termination period on single-node
164166
storage-backend:
165167
- etcd3
166168
storage-media-type:

0 commit comments

Comments
 (0)