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
addIntFlag(flags, workerCount, 1, "The worker count of each controller.")
55
-
addStringFlag(flags, metricsBindAddress, "0", "The address the metrics endpoint binds to. Use :8443 for HTTPS or :8080 for HTTP, or leave as 0 to disable the metrics service.")
56
-
addStringFlag(flags, healthProbeBindAddress, ":8081", "The address the probe endpoint binds to.")
57
-
addBoolFlag(flags, leaderElect, false, "Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.")
58
-
addStringFlag(flags, secretId, "", "Secret ID")
59
-
addStringFlag(flags, secretKey, "", "Secret Key")
60
-
addStringFlag(flags, region, "", "The region of TKE cluster")
61
-
addStringFlag(flags, vpcId, "", "The VPC ID of TKE cluster")
46
+
addIntFlag(flags, workerCountFlag, 1, "The worker count of each controller.")
47
+
addStringFlag(flags, metricsBindAddressFlag, "0", "The address the metrics endpoint binds to. Use :8443 for HTTPS or :8080 for HTTP, or leave as 0 to disable the metrics service.")
48
+
addStringFlag(flags, healthProbeBindAddressFlag, ":8081", "The address the probe endpoint binds to.")
49
+
addBoolFlag(flags, leaderElectFlag, false, "Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager.")
0 commit comments