-
Notifications
You must be signed in to change notification settings - Fork 24
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
[ADR] v1.Cluster
to v3.Cluster
Migration
#475
Comments
This was referenced Apr 10, 2024
Closed
v1.Cluster
to v3.Cluster
Migration
ADR in the May milestone |
ADR is ready and implementation has started. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Until now, Turtles releases have used
provisioning.cattle.io
as resource for representing CAPI clusters in Rancher. This means that the controller createsclusters.provisioning.cattle.io
resource when a CAPI cluster (or the namespace where it exists) is configured to be imported into Rancher.Users that are already using Turtles will have clusters backed by this import mechanism and, when migrating to the new
clusters.management.cattle.io
resource, we need to make sure that clusters are properly upgraded.The ADR will need to cover:
provisioning.cattle.io
tomanagement.cattle.io
.Terms
v1.Cluster
is equivalent toclusters.provisioning.cattle.io
, which is the actual resource that is used to represent clusters.v3.Cluster
is equivalent toclusters.management.cattle.io
, which is the actual resource that is used to represent clusters.The text was updated successfully, but these errors were encountered: