You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having trouble figuring our how to mount to an existing NFS directory. I have a K3s setup with a bunch of Raspberry Pis and a Synology NAS with NFS. I have successfully setup provisioning so that each pod gets some storage space on the NAS. A folder is automatically created, that I can use to house the files that the pods need.
Now here's my problem: I can't figure out how to set it up so that I can mount an existing directory. I have a Duplicati pod running in the cluster, and while I can have its config directory created and running fine, I can't figure out how to make this provisioner mount an existing directory that's on my NAS so I can create a PV and PVC for Duplicati. I have a bunch of photos that I want Duplicati to keep synced (among other things I need backed up).
Can anyone point me in the right direction?
I did see #5 but when I use --set storageClass.pathPattern="" to setup my second NFS mount, it doesn't seem to do anything, the PVC just creates a folder in that directory.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Having trouble figuring our how to mount to an existing NFS directory. I have a K3s setup with a bunch of Raspberry Pis and a Synology NAS with NFS. I have successfully setup provisioning so that each pod gets some storage space on the NAS. A folder is automatically created, that I can use to house the files that the pods need.
Now here's my problem: I can't figure out how to set it up so that I can mount an existing directory. I have a Duplicati pod running in the cluster, and while I can have its config directory created and running fine, I can't figure out how to make this provisioner mount an existing directory that's on my NAS so I can create a PV and PVC for Duplicati. I have a bunch of photos that I want Duplicati to keep synced (among other things I need backed up).
Can anyone point me in the right direction?
I did see #5 but when I use
--set storageClass.pathPattern=""
to setup my second NFS mount, it doesn't seem to do anything, the PVC just creates a folder in that directory.The text was updated successfully, but these errors were encountered: