We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying to use OpenEBS Dynamic NFS Provisioner in my application in DO Kubernetes cluster. Can you please let me know if it's possible to use existing volume in Persistent volume claim that is created with nfs-rwx-storage class? I want to make sure the volume data is not lost even if the PVC is deleted manually. Can I do it? I tried combining PVC for NFS with these instructions (https://github.com/digitalocean/csi-digitalocean/blob/master/examples/kubernetes/pod-single-existing-volume/README.md), but no luck
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm trying to use OpenEBS Dynamic NFS Provisioner in my application in DO Kubernetes cluster.
Can you please let me know if it's possible to use existing volume in Persistent volume claim that is created with nfs-rwx-storage class?
I want to make sure the volume data is not lost even if the PVC is deleted manually. Can I do it? I tried combining PVC for NFS with these instructions (https://github.com/digitalocean/csi-digitalocean/blob/master/examples/kubernetes/pod-single-existing-volume/README.md), but no luck
The text was updated successfully, but these errors were encountered: