Skip to content

Commit

Permalink
Don't drop kube-cloud-controller-manager-arg
Browse files Browse the repository at this point in the history
This was dropped when we initially shipped RKE2 without a stub cloud controller, but now we do, and should be able to configure it.

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Oct 19, 2023
1 parent f38cceb commit 3819aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cli/cmds/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ var (
"kube-apiserver-arg": copyFlag,
"etcd-arg": copyFlag,
"kube-scheduler-arg": copyFlag,
"kube-controller-arg": dropFlag,
"kube-controller-arg": dropFlag, // deprecated version of kube-controller-manager-arg
"kube-controller-manager-arg": copyFlag,
"kube-cloud-controller-manager-arg": dropFlag,
"kube-cloud-controller-arg": dropFlag,
"kube-cloud-controller-manager-arg": copyFlag,
"kube-cloud-controller-arg": dropFlag, // deprecated version of kube-cloud-controller-manager-arg
"datastore-endpoint": dropFlag,
"datastore-cafile": dropFlag,
"datastore-certfile": dropFlag,
Expand Down

0 comments on commit 3819aae

Please sign in to comment.