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 22, 2023
1 parent 854ff5f commit 184c5ff
Showing 1 changed file with 4 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

0 comments on commit 184c5ff

Please sign in to comment.