nfs-subdir-external-provisioner icon indicating copy to clipboard operation
nfs-subdir-external-provisioner copied to clipboard

Dynamic sub-dir volume provisioner on a remote NFS server.

Results 94 nfs-subdir-external-provisioner issues
Sort by recently updated
recently updated
newest added

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...

lifecycle/rotten

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...

lifecycle/stale

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...

lifecycle/rotten

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?

lifecycle/rotten

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...

lifecycle/rotten

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...

lifecycle/stale

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...

size/L
cncf-cla: yes
ok-to-test

If there's any problems if I install 2 nfs-provisioner using the same provisionerName by helm? e.g. ![image](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/assets/120615592/7567a190-4134-4407-8b5d-0a6cb58cbd31)

lifecycle/rotten

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...

lifecycle/rotten