Skip to content

Commit

Permalink
allow etcd healthcheck timeout closer to probe timeouts to avoid fail…
Browse files Browse the repository at this point in the history
…ing on slower etcd
  • Loading branch information
deads2k committed Jun 23, 2023
1 parent 854ff5f commit 7e10b59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindata/v3.11.0/config/defaultconfig.yaml
Expand Up @@ -14,6 +14,10 @@ apiServerArguments:
- /var/log/openshift-apiserver/audit.log
audit-policy-file:
- /var/run/configmaps/audit/policy.yaml
etcd-healthcheck-timeout:
- 9s
etcd-readycheck-timeout:
- 9s
shutdown-delay-duration:
- 15s # this gives SDN 5s to converge after the worst readyz=false delay
shutdown-send-retry-after:
Expand Down
4 changes: 4 additions & 0 deletions 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 7e10b59

Please sign in to comment.