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

Can the same k8s cluster deploy this driver multiple times #760

Open
yuenwah opened this issue Sep 4, 2024 · 4 comments
Open

Can the same k8s cluster deploy this driver multiple times #760

yuenwah opened this issue Sep 4, 2024 · 4 comments

Comments

@yuenwah
Copy link

yuenwah commented Sep 4, 2024

Is your feature request related to a problem?/Why is this needed
We may have multiple edge areas in the edge cluster, and each area uses its own nfs to create pvc. When csi-controller runs in other areas, pvc cannot be dynamically created in the current area, and an error message will be displayed saying that nfs cannot be connected because the network is not interoperable. This error message is in line with expectations.

Describe the solution you'd like in detail
Deploy multiple sets in one cluster, but it is necessary to consider whether daemonset csi-node can be shared, and use different drivers to distinguish csi-controllers.

Describe alternatives you've considered
null

Additional context
null

@yuenwah
Copy link
Author

yuenwah commented Sep 5, 2024

pls try with this link: https://github.com/kubernetes-csi/csi-driver-nfs/tree/master/charts#install-driver-with-customized-driver-name-deployment-name,

We used this method for our first deployment, but we are not sure whether it is supported to deploy multiple times in the same cluster using this method.

@andyzhangx
Copy link
Member

you need to test by yourself, I have not done that yet, pls verify and update whether there is any issue, thx.

@jsalatiel
Copy link

Wouldn't just create the storage classes manually allow to have multiple servers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants