Hello all. I'm desperate for what I hope will be a...
# k3s
a
Hello all. I'm desperate for what I hope will be an easy answer to the SME's present here. I am using Rancher to provision a new k3s cluster with the VMware/vSphere provider. My goal after standing up is to install the
vsphere-cpi
and
vsphere-csi
for provisioning the persistent storage needs of my workloads. I believe my current issue is that I cannot figure out how to disable the
cloud-controller-manager
on my CP nodes. Without this, there is already something in the default deployment that is bound to port "10258" and prevents the
vsphere-cpi
plugin from launching it's containers (error is port 10258 is already in use). Is there something I can configured in the Rancher UI to do this easily so it persist across my CP nodes for future upgrades or scaling up/down?