nfs-subdir-external-provisioner
nfs-subdir-external-provisioner copied to clipboard
Dynamic sub-dir volume provisioner on a remote NFS server.
On deploying NFS storage provisioner in OpenShift 4.15, the pod fails with message: `MountVolume.SetUp failed for volume "" : mount failed: exit status 32 Mounting command: mount Mounting arguments: -t`....
I've been using this for some time, but I need to change the nfs path that I'm using. I have several persistent volumes which I don't want to delete. As...
I'm looking for a way to add NFS mount options to the created PVs. Specifically ``` spec: mountOptions: - sync ``` I've tested it manually by editing the PV created...
I noticed the v4.0.3 changeLog in https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/blob/master/CHANGELOG.md. Does this mean that v4.0.3 will be released soon? There are some high CVEs in v4.0.2 (or the newer version 4.0.18 release), so...
I see no new images in the registry, nobody seems to reply to issues. Do you know if anybody is here to maintain this project?
hi there, my use case: * use nfs v4 * mount a pre-existing directory from nfs server into container * do that in a read only mode so basically i...
Apoligies, I am a bit of a novice who runs my homelab things using k3s and Rancher. I use your provisioner and it is working well. I am just giving...
This relates to issue #149 and allows to use the PVName in the path pattern. This adds the ability to use the pvname as part of the pathpattern, the same...
If there's any problems if I install 2 nfs-provisioner using the same provisionerName by helm? e.g. 
I've configure a "deny all but dns" network policy ``` --- apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: deny-all spec: podSelector: matchLabels: {} policyTypes: - Egress - Ingress --- apiVersion: networking.k8s.io/v1...