nfs-ganesha-server-and-external-provisioner
nfs-ganesha-server-and-external-provisioner copied to clipboard
NFS Ganesha Server and Volume Provisioner.
**When I create pvc use nfs sc and I got an error .** **It's my config:** ``` # Default values for nfs-provisioner. # This is a YAML-formatted file. # Declare...
I see last commit was on 26th Dec. '21
Adds the feature of using an existing PVC for persistence
I used helm to deploy nfs-ganesha-provisioner in my k8s cluster. The default size of the NFS share is 124 GB. As I add more PVCs using the NFS storage class,...
NFS Ganesha supports disabling mapping IDs and instead using persistent UIDs which prevents issues with file ownership. These changes allow the provisioner to be configured in a way which can...
Hi Team, We are using nfs-ganesha-provisoner for my GKE deployment in one namespace and this create a pod and disk. Due to GKE version upgrade we are provisioning new GKE...
We are using the `nfs nfs-server 1 2023-08-09 13:19:13.293962 +0200 CEST deployed nfs-server-provisioner-1.7.0 4.0.8` version of the Chart and we have the problem that many times the PODS are stuck...
Hi, Currently observing issues with respect to the following scenarios: - When the NFS server pod restarts due to disruptions in the connectivity between the NFS server pod and the...
What worked: helm repo add stable https://charts.helm.sh/stable helm install nfs-release-1 stable/nfs-server-provisioner --namespace ricinfra kubectl patch storageclass nfs -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}' What did not work: helm repo add nfs-ganesha-server-and-external-provisioner https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner/ helm...