Allow setting --concurrent-service-syncs for kube-controller-manager in GCE startup scripts

This commit is contained in:
Zihong Zheng
2017-09-18 17:04:10 -07:00
parent 33f911cb53
commit f107e378c9
5 changed files with 18 additions and 0 deletions

View File

@@ -389,3 +389,7 @@ fi
# Optional: enable certificate rotation of the kubelet certificates.
ROTATE_CERTIFICATES="${ROTATE_CERTIFICATES:-}"
# The number of services that are allowed to sync concurrently. Will be passed
# into kube-controller-manager via `--concurrent-service-syncs`
CONCURRENT_SERVICE_SYNCS="${CONCURRENT_SERVICE_SYNCS:-}"