Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bindata/assets/config/defaultconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ apiServerArguments:
- 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
shutdown-send-retry-after:
- "true"
shutdown-watch-termination-grace-period:
- 5s # shorter than the pod graceful termination period on single-node

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being higher extends the overall termination period? I guess if we find that 5s is insufficient here we can explore something like the controller that adjusts goaway-chance based on SNO vs HA.

storage-backend:
- etcd3
storage-media-type:
Expand Down