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
"Namespace in which to create the leader election configmap for holding the leader lock (required if running locally).")
60
63
61
64
pflag.StringVar(&watchesFile, "watches-file", "./watches.yaml", "Path to watches.yaml file.")
62
65
pflag.DurationVar(&defaultReconcilePeriod, "reconcile-period", 0, "Default reconcile period for controllers (use 0 to disable periodic reconciliation)")
63
66
pflag.IntVar(&defaultMaxConcurrentReconciles, "max-concurrent-reconciles", 1, "Default maximum number of concurrent reconciles for controllers.")
64
67
65
-
// Deprecated: --max-workers flag is currently supported, but it does not align well with the name of the option it
66
-
// configures on the controller (MaxConcurrentReconciles). Flag `--max-concurrent-reconciles` should be used
67
-
// instead.
68
+
// Deprecated: --max-workers flag does not align well with the name of the option it configures on the controller
69
+
// (MaxConcurrentReconciles). Flag `--max-concurrent-reconciles` should be used instead.
68
70
pflag.IntVar(&defaultMaxWorkers, "max-workers", 1, "Default maximum number of concurrent reconciles for controllers.")
0 commit comments