Merge "Change default pod tolerations to 30sec"

This commit is contained in:
Zuul 2019-06-28 19:17:25 +00:00 committed by Gerrit Code Review
commit e0e342fff3
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ etcd:
external:
endpoints:
- <%= @etcd_endpoint %>
apiServerExtraArgs:
default-not-ready-toleration-seconds: "30"
default-unreachable-toleration-seconds: "30"
apiServerCertSANs:
- "<%= @apiserver_advertise_address %>"
- "<%= @apiserver_loopback_address %>"