nfs-ganesha-server-and-external-provisioner
nfs-ganesha-server-and-external-provisioner copied to clipboard
NFS Ganesha Server and Volume Provisioner.
Current image doesn't run on newer Macbooks: ``` Failed to pull image "k8s.gcr.io/sig-storage/nfs-provisioner:v3.0.0": rpc error: code = N │ │ otFound desc = failed to pull and unpack image "k8s.gcr.io/sig-storage/nfs-provisioner:v3.0.0":...
I have deployed the NFS service and it works when volumes are automatically created with the volumeClaimTemplate. An NFS share is generated and all is fine. However, when I create...
I am trying the helm chart and it not getting created its still showing the the PVC as `Waiting for first consumer to be created before binding`. The PVC describe...
``` $ k version Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"c285e781331a3785a7f436042c65c5641ce8a9e9", GitTreeState:"clean", BuildDate:"2022-03-16T15:58:47Z", GoVersion:"go1.17.8", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"c285e781331a3785a7f436042c65c5641ce8a9e9", GitTreeState:"clean", BuildDate:"2022-03-16T15:52:18Z", GoVersion:"go1.17.8", Compiler:"gc", Platform:"linux/amd64"} $ k applay -f...
See https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/issues/34#issuecomment-1145340129 for further insights
Hello, Maybe I do not understand the reason for using the service IP address in the PersistentVolume, but it does not seem to be a very reliable setup. This was...
Annotations for: * Deployment * Pod * StorageClass
Add option for additional annotations at the nfs StorageClass object. For example to be used when configuring Kasten (K10) backup/restore solution.
Please add a field to allow us to specify pod annotations. Example use case: disallowing pod eviction by Cluster Autoscaler: ``` cluster-autoscaler.kubernetes.io/safe-to-evict: "false" ```
With Fedora CoreOS 36 and Kubernetes v1.24.3 the container hangs in a CrashLoopBackoff and has to be OOM-killed by the kernel. With a rebase on F36 and the latest ganesha,...