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
"Enable leader election for controller manager. "+
75
75
"Enabling this will ensure there is only one active controller manager.")
76
-
flag.BoolVar(&allowCRDDeletion, "allow-crd-deletion", false, "allow symphony to delete CRDs")
76
+
flag.BoolVar(&allowCRDDeletion, "allow-crd-deletion", false, "allow kro to delete CRDs")
77
77
flag.IntVar(&resourceGroupConcurrentReconciles, "resource-group-concurrent-reconciles", 1, "The number of resource group reconciles to run in parallel")
78
78
flag.IntVar(&dynamicControllerConcurrentReconciles, "dynamic-controller-concurrent-reconciles", 1, "The number of dynamic controller reconciles to run in parallel")
79
79
// log level flags
@@ -97,7 +97,7 @@ func main() {
97
97
},
98
98
HealthProbeBindAddress: probeAddr,
99
99
LeaderElection: enableLeaderElection,
100
-
LeaderElectionID: "6f0f64a5.symphony.k8s.aws",
100
+
LeaderElectionID: "6f0f64a5.kro.run",
101
101
// LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily
102
102
// when the Manager ends. This requires the binary to immediately end when the
103
103
// Manager is stopped, otherwise, this setting is unsafe. Setting this significantly
0 commit comments