I am trying to troubleshoot some features in my RKE2/K3S cluster and I suspect that the /etc/rancher/rke2/config.yaml
kube-apiserver-extra-mount:
- "/opt/path:/opt/path"
did not update / apply but I don't know how to verify that. A kubectl describe on the pod or a cat /proc/mounts did not yield any good results (i.e. I didn't see the mount).
Am I doing something wrong or is the reason it does not show that it does not work?
I have restarted both the rke2 service and the api-server itself.
I have not tried mounting it in the api-server manifest.