ancient-raincoat-46356
10/19/2022, 5:11 PMlocal-path
was patched to unset it as a "default", but I have noticed that over time the local-path
comes back as a default storage class. I've unset it several times now but I'd like it to stop reverting back to that state. Does anyone know how I can accomplish this or have you seen this yourself?creamy-pencil-82913
10/19/2022, 5:18 PMancient-raincoat-46356
10/19/2022, 5:20 PM/var/lib/rancher/k3s/server/manifests/local-storage.yaml
Is there a recommended way to disable this local-storage
?creamy-pencil-82913
10/19/2022, 5:55 PMdisable: local-storage
in /etc/rancher/k3s/config.yamlancient-raincoat-46356
10/19/2022, 6:08 PM/var/lib/rancher/k3s/server/manifests/
included in ETCD snapshots? I'm not very familiar with ETCD and how it works. However you helped answer a question I had yesterday related to taking backups. I'm wondering if I update local-storage.yaml
in the manifests directory if that will be included in my snapshots? Otherwise I'll need to update my backup script to include /etc/systemd/system/k3s.service
, /etc/rancher/k3s/config.yaml
, or /var/lib/rancher/k3s/server/manifests/local-storage.yaml
, depending on what I change to disable the local-storage.creamy-pencil-82913
10/19/2022, 6:25 PMkubectl apply
) to the cluster though, so they would (in a sense) be covered by the etcd snapshots.