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 17, 2023
1 parent 8e6e1b1 commit e132343
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 e132343

Please sign in to comment.