This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Not sure what exactly you are looking for. Rancher Desktop uses the
local-path
storage provider by default, which will write the data to the local disk, which in turn gets persisted with the VM:
Copy code
$ kubectl get sc
NAME                   PROVISIONER             RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
local-path (default)   <http://rancher.io/local-path|rancher.io/local-path>   Delete          WaitForFirstConsumer   false                  21h
This means you will lose your volumes if you do a factory reset, but they should get copied if you save them in a snapshot.
Not sure if this answers your questions; if not, please provide more information about what you are trying to do or are looking for
q
Yes I was surprised because in the docs it says there is no persistence by default when infact there is local-path enabled
for me is confusing... adding bind mounts using docker when there is already configure local storage in k8s?
f
I think the docs are talking about plain container engine usage, i.e.
docker run ...
and not about k8s.