Skip to content
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

Closed
therc opened this issue Jan 29, 2021 · 6 comments
Closed

support multiple (many) namespaces #44

therc opened this issue Jan 29, 2021 · 6 comments
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@therc
Copy link

therc commented Jan 29, 2021

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:

  1. create a PVC for the mount, using whatever NFS provisioner you want
  2. run a second NFS provisioner in the new alias mode. It also needs to mount the PVC from the previous step.
  3. In every namespace that needs it, create a new PVC with the new provisioner. The namespace users don't need to know or care about the details of where the original mount lives, the NFS provisioner forwards those when needed.

Should I revive PR 1318?

@kmova
Copy link
Contributor

kmova commented Jan 30, 2021

Hi @therc, please go ahead with reviving the PR.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 30, 2021
@zippyopstraining
Copy link

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)
allow NFS_PATH to be set to "clone" (or a new CLONE_NFS_PATH=true)" . where do i change this?
image

@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 11, 2021
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-contributor-experience at kubernetes/community.
/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants