nfs-subdir-external-provisioner
nfs-subdir-external-provisioner copied to clipboard
Dynamic sub-dir volume provisioner on a remote NFS server.
The docker attempt is from a totally different machine on a totally different network. They are not even in the same datacenter. I tried different versions as well. docker pull...
I am not sure if this issue is really relevant to the NSF Provisioner (execuse me if it is not). Should ACL be enabled when I mount volumes provisioned by...
I can just pull k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner:v4.0.2 How to pull other version 4.0.17, 4.0.16, 4.0.15...?
We ran into an issue where root cannot delete files with the sticky bit set because CAP_FOWNER has been dropped. The PSP drops ALL capabilities. Our simple fix was to...
I just wonder what I'm missing here: Say I have a master and a worker + NFS Server (we will call it storage) Master and Worker have the NFS volume...
I am trying to get NFS share mounted into a k8s pod but its failing with the below error mount.nfs: rpc.statd is not running but is required for remote locking....
I was hoping to use an annotation at times, but other times I would like it to fall back and instead use the pvc name. ```yaml pathPattern: "$${.PVC.namespace}-$${.PVC.annotations.nfs.io/storage-path}" ``` or...
I have a K3s cluster (with 3 control/etcd nodes and 6 worker nodes). I deployed the NFS provisioner using the provided helm chart and changed the naming so I can...
good afternoon, does it support csi snapshot? thank you.
The latest image uploaded to the documented registry is 4.0.2 (far behind the 4.0.18 latest release as of writing this) https://explore.ggcr.dev/?repo=k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner I did some trawling through git history and found...