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

Add feature that supports importing existing CubeFS volume into k8s cluster and create a corresponding PersistentVolume #70

Open
Huweicai opened this issue Dec 27, 2022 · 5 comments

Comments

@Huweicai
Copy link
Member

No description provided.

@heymingwei
Copy link
Member

Does any situation requires this feature?

@Huweicai
Copy link
Member Author

Huweicai commented Mar 16, 2023

For example, if we have two Kubernetes cluster, they are using a same background CubeFS cluster, but what if we want to share a volume between these two clusters?
It's hard to share volumes now, we have to create and fill up a custom PV and bind it to PVC manually.

@dantegarden
Copy link

Honestly,I have same problem.

@Weyn
Copy link

Weyn commented Oct 6, 2023

Hi @Huweicai did you manage to get that sorted or add some way to use existing volume? In our case we do share volumes between different services so we would like to be able to target existing volume rather than create dynamic ones.

@Huweicai
Copy link
Member Author

Huweicai commented Oct 9, 2023

@Weyn Nope, i am not working on it now, but there's a way to achieve it manually, you can copy all the volumeAttributes from one and create a PV in another cluster with the same volumeAttributes.

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

4 participants