mirror of https://github.com/k3s-io/k3s.git
Remove deprecated flags from cloud-controller-manager
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/5548/head
parent
703779c32f
commit
0710a7198a
|
@ -315,7 +315,6 @@ func cloudControllerManager(ctx context.Context, cfg *config.Control) error {
|
|||
"authentication-kubeconfig": runtime.KubeConfigCloudController,
|
||||
"node-status-update-frequency": "1m0s",
|
||||
"bind-address": getLocalhostIP(cfg.ServiceIPRanges).String(),
|
||||
"port": "0",
|
||||
}
|
||||
if cfg.NoLeaderElect {
|
||||
argsMap["leader-elect"] = "false"
|
||||
|
|
Loading…
Reference in New Issue