increase parallelism on service controller
Change-Id: I1ec3e9020b781f22271673a1f7cb9f65d42575d5
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Antonio Ojea
					Antonio Ojea