mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
increase parallelism on service controller
Change-Id: I1ec3e9020b781f22271673a1f7cb9f65d42575d5
This commit is contained in:
parent
6cc77a577e
commit
dce0d8a3d3
@ -483,7 +483,7 @@ 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:-}"
|
||||
CONCURRENT_SERVICE_SYNCS="${CONCURRENT_SERVICE_SYNCS:-5}"
|
||||
|
||||
export SERVICEACCOUNT_ISSUER="https://kubernetes.io/${CLUSTER_NAME}"
|
||||
|
||||
|
@ -539,7 +539,7 @@ 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:-}
|
||||
CONCURRENT_SERVICE_SYNCS=${CONCURRENT_SERVICE_SYNCS:-5}
|
||||
|
||||
# The value kubernetes.default.svc.cluster.local is only usable for full
|
||||
# OIDC discovery flows in Pods in the same cluster. For some providers
|
||||
|
Loading…
Reference in New Issue
Block a user