This message was deleted.
# rke2
a
This message was deleted.
h
Set the former in your config.yaml. I would also suggest looking at the upstream vSphere CSI / CPI
h
Thanks; so that is under /etc/rancher/rke2 directory? I do not have config.yaml there but I am assuming I can create it? And for 3-node HA cluster should I create that file across all 3 control plane/etcd nodes and restart server service (my guess)?
h
How did you provision your master nodes? Your nodes should have
➜ /etc/rancher/rke2/config.yaml
, the file should be the same across all masters.
Best check what config your nodes are using, probably via something like
systemd
or such if Ubuntu / debian nodes.
h
via Rancher UI... I do have this file:
/etc/rancher/rke2/config.yaml.d/50-rancher.yaml
h
I see. I don't use the UI for anything RKE2. Yes, that file will likely be what you need. Check its content and add the lines you need and restart each node one by one.
h
thanks!
h
No worries. 🙂
h
well, that didn't work... after making changes to
/etc/rancher/rke2/config.yaml.d/50-rancher.yaml
file, I restart rke2-server service and my changes are undone...
h
Then I suggest editing within the rancher cluster webUI
h
yep, was thinking the same thing
h
I think I still have a dev deployment of it around here somewhere... let me try look.
Copy code
To edit your cluster, open the Global view, make sure the Clusters tab is selected, and then select Ellipsis (…) > Edit for the cluster that you want to edit. The options and settings available for an existing cluster change based on the method that you used to provision it.
123 Views