dynamic-nfs-provisioner
dynamic-nfs-provisioner copied to clipboard
Operator for dynamically provisioning an NFS server on any Kubernetes Persistent Volume. Also creates an NFS volume on the dynamically provisioned server for enabling Kubernetes RWX volumes.
**Describe the bug:** A clear and concise description of what the bug is. When the frontend PV and PVC are deleted, openebs nfs provisioner will do gc to remove the...
Signed-off-by: pentago ## Pull Request template It fixes mounting of a provisioned NFS server pod in situations where the following issue occurs: ``` Warning FailedMount 1s (x3 over 3s) kubelet...
**Describe the bug:** A clear and concise description of what the bug is. installed openebs on top of k3d 5.4.4 as an helmrelease using the nfs-provisioner chart, with this values...
For Mac M1, I am trying to dynamically provision a PV for my minikube cluster. I am following this docs https://github.com/openebs/dynamic-nfs-provisioner/blob/develop/docs/intro.md I have storage class, pvc in my cluster. But,...
adding a link to https://openebs.io/docs/user-guides/localpv-hostpath so people that just find this guide know why it didnt work. ## Pull Request template **Why is this PR required? What issue does it...
**Describe the bug:** A clear and concise description of what the bug is. - basic k3d cluster, no fancy config (k3d cluster create test) - installed openebs via helm as...
**Describe the bug:** A clear and concise description of what the bug is. Sometimes when removing a Pod, which is mounted with a NFS PV, with the corresponding NFS PVC/PV...
**Describe the problem/challenge you have** I've deployed the provisioner into my cluster and created an NFS share. I've edited my deployment to provide 2 replicas of the provisioner for maximum...
**Describe the problem/challenge you have** There is a requirement that want to provision nfs PV by clone an original backend PVC (the backend PVC CSI should support snapshot/clone, for example,...
Hello, i have installed k8s cluster with 3 master and 7 worker nodes (name of nodes, like this: k8s-node1 - k8s-node6 and powerbi) on k8s-node4, k8s-node5, k8s-node6, i added disks...