My understanding is that the default for --default-local-storage-path is /var/lib/rancher/k3s/storage and so if you want to change where local-path-provisioner saves the PVs you need to pass that to server instances, is that correct? If so, can that be added to the docs (I'm happy to make a PR if that helps), and perhaps the option of changing the storage path should be given on https://docs.k3s.io/storage#setting-up-the-local-storage-provider, given its a k3s-specific option?
My understanding is that the default for
--default-local-storage-pathis/var/lib/rancher/k3s/storageand so if you want to change where local-path-provisioner saves the PVs you need to pass that to server instances, is that correct? If so, can that be added to the docs (I'm happy to make a PR if that helps), and perhaps the option of changing the storage path should be given on https://docs.k3s.io/storage#setting-up-the-local-storage-provider, given its a k3s-specific option?