https://rancher.com/ logo
#rke2
Title
# rke2
h

hundreds-evening-84071

03/20/2023, 3:47 PM
After deploying RKE2 cluster via Rancher 2.7.1... I want to change "Cloud Provider to External" I can do that by edit Yaml and add
cloud-provider-name: external
under
machineSelectorConfig
. This appears to work... My question with this is, do I also need to include
disable-cloud-controller: true
? If so, where does this get added in YAML or the GUI?
h

hallowed-breakfast-56871

03/21/2023, 10:37 PM
If you are deploying your own cloud provider... yes, set
disable-cloud-controller: true
Its set in the yaml on each master node.
8 Views