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

Figure out how to migrate CRDs across groups #101

Open
chrisseto opened this issue Mar 26, 2024 · 0 comments
Open

Figure out how to migrate CRDs across groups #101

chrisseto opened this issue Mar 26, 2024 · 0 comments
Labels

Comments

@chrisseto
Copy link
Contributor

chrisseto commented Mar 26, 2024

Kubernetes has native support for versioning CRDs provided they remain within the same GroupVersion. We have ~2 concrete cases where we'll want to be able to migrate a CRD (and it's CRs) to a different GroupVersion, the Flux CRDs and operator V1's CRDs.

Ideally, we develop a generic/re-usable strategy that allows us to perform these types of migrations whenever.

VMWare has an unmaintained tool that does this: https://github.com/vmware-archive/crd-migration-tool.

We'll also want to make sure that this type of migration can be performed seamlessly when using terraform to manage a cluster.

JIRA Link: K8S-205

@chrisseto chrisseto added the epic label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant