I’m running a Rancher deployed Kubernetes cluster on RancherOS using Rancher Agent.
Now I’m trying to add Ceph RBD. But for that to work I need kubelet to have extra_binds
I’m trying to do the same, so reconfigure kubelet with extra_binds, but unfortunately without success. In Rancher UI when I edited yaml of my cluster, specified that option, but after applying it returned some warning.
I was able to kubectl edit clusters.management.cattle.io/c-8rw5t, but rancher didn’t update anything after it. Is it a way to force such update?