increase parallelism on service controller

Change-Id: I1ec3e9020b781f22271673a1f7cb9f65d42575d5
This commit is contained in:
Antonio Ojea 2024-03-01 09:48:05 +00:00
parent 6cc77a577e
commit dce0d8a3d3
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -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