-
Notifications
You must be signed in to change notification settings - Fork 770
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
Using multiple NFS server #78
Comments
sorry but i am not sure that i got what is your question |
i try to install and use 2 nfs server, but all pvc request go to the first nfs server only |
attach the yaml of your pvc's |
please send yamls of both pvc's and both pv's |
nfs-subdir-external-provisioner.txt hello-nfs-pvc-612f8543-fb5b-4c35-8585-2b1e62b72693: hello-nfsclientbis-pvc-f7a90ab8-c476-4ae4-bb4f-e105d8160e95:` |
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. |
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. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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. |
…tter_rbac_version_set Fix csi-snapshotter RBAC yaml version
i want use 2 NFS server, with helm i launch
the first nfs-client
helm install nfs-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
--set nfs.server=172.20.20.93 \
--set nfs.path=/nfs
and another
helm install nfsbis-subdir-external-provisioner nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
--set nfs.server=172.20.20.39 \
--set nfs.path=/nfs \
--set storageClass.name=nfs-clientbis \
--set storageClass.provisionerName=nfsbis-subdir-external-provisioner
when create a volume on the second nfs-clientbis in the pod logs i see the volume but it's create in the first nfs-client
I don't know if it's possible to do that
thanks
The text was updated successfully, but these errors were encountered: