Skip to content

Commit

Permalink
extends shutdown delay duration to 10 seconds
Browse files Browse the repository at this point in the history
the general rule of thumb is to wait ~5s-10s for any service behind the service network.
during that time the controllers should remove the endpoint from the pool and the applicaiton won't receive any new connections.
  • Loading branch information
p0lyn0mial committed Apr 6, 2021
1 parent 6daaab9 commit 1c60322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/v3.11.0/config/defaultconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ apiServerArguments:
audit-policy-file:
- /var/run/configmaps/audit/default.yaml
shutdown-delay-duration:
- 3s # give SDN some time to converge
- 10s # give SDN some time to converge
servingInfo:
bindNetwork: "tcp"
2 changes: 1 addition & 1 deletion pkg/operator/v311_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c60322

Please sign in to comment.