You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: charts/kubefed/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,8 @@ chart and their default values.
123
123
| controllermanager.clusterHealthCheckFailureThreshold | Minimum consecutive failures for the cluster health to be considered failed after having succeeded. | 3 |
124
124
| controllermanager.clusterHealthCheckSuccessThreshold | Minimum consecutive successes for the cluster health to be considered successful after having failed. | 1 |
125
125
| controllermanager.clusterHealthCheckTimeout | Duration after which the cluster health check times out. | 3s |
126
+
| controllermanager.maxConcurrentSyncReconciles | The maximum number of concurrent Reconciles of sync controller which can be run. | 1 |
127
+
| controllermanager.maxConcurrentStatusReconciles | The maximum number of concurrent Reconciles of status controller which can be run. | 1 |
126
128
| controllermanager.syncController.adoptResources | Whether to adopt pre-existing resource in member clusters. | Enabled |
127
129
| controllermanager.service.labels | Kubernetes labels attached to the controller manager's services | {} |
128
130
| controllermanager.certManager.enabled | Specifies whether to enable the usage of the cert-manager for the certificates generation. | false |
0 commit comments