-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
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
support multiple (many) namespaces #44
Comments
Hi @therc, please go ahead with reviving the PR. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Hi Mr. Therc, actually let me explain my issue. I have my application which is running in NS1. That NS1 application has pv,pvc .Now i want to use the data of NS1 application in application of NS2 with new pv, pvc (like clone the NS1's pv). Is there any way?. You said that we can do "kubernetes-retired/external-storage#1210 (comment)" .There you mentioned ,we have to change "allow NFS_SERVER to be set to "auto" (or a new AUTO_NFS_SERVER=true) |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a continuation, more or less, of issue 1210 in the old repo.
I even had a PR that implements what is described here:
kubernetes-retired/external-storage#1210 (comment)
Basically, if you need to export the same NFS mount to a large number of namespaces, now you would do this:
Should I revive PR 1318?
The text was updated successfully, but these errors were encountered: