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
@@ -28,7 +27,7 @@ func (o *Options) AddFlags(fs *flag.FlagSet) {
28
27
fs.StringVar(&o.MetricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
29
28
fs.StringVar(&o.ProbeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
30
29
fs.BoolVar(&o.EnableLeaderElection, "leader-elect", false, "Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.")
31
-
fs.StringVar(&o.NodePoolLabelKey, "nodepool-label-key", constants.NodePoolNameLabel, "The label key for node pools")
30
+
fs.StringVar(&o.NodePoolLabelKey, "nodepool-label-key", "", "The label key for node pools")
32
31
fs.IntVar(&o.QPS, "qps", 50, "Queries per second to the K8s API server")
33
32
fs.IntVar(&o.Burst, "burst", 300, "Burst to the K8s API server")
0 commit comments