-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ clusterctl: migrate CRDs during clusterctl upgrade #6749
✨ clusterctl: migrate CRDs during clusterctl upgrade #6749
Conversation
b81de81
to
347a719
Compare
/test pull-cluster-api-e2e-full-main |
/cherry-pick release-1.1 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.1 in a new PR and assign it to you. 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. |
/cherry-pick release-1.2 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.2 in a new PR and assign it to you. 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. |
347a719
to
91fcb84
Compare
/test pull-cluster-api-e2e-full-main |
PR should be ready for review. I wrote something about the limitations here: #6674 (comment) |
@furkatgofurov7 @schrej it will be great if you can test if the proposed solution fixes the issue |
Flake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks very clean and good to me.
Just some small nits / questions from my side 👍
@fabriziopandini @sbueringer we just tried that upgrading with this PR and it failed upgrading metal³ |
3a30fbc
to
3d06f17
Compare
/retest |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
/retest |
@MaxRink @schrej @furkatgofurov7 Latest version should work now. I verified it by upgrading CAPI: v0.3.14=>v0.4.8=>main (and dropped v1alpha3 from main). Would be great if you can verify. |
/lgtm /hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@sbueringer @fabriziopandini awesome work, thanks! we have tested it on Metal3 provider and it works pretty well 🎉 Here the results I got for reference: Before this patch: Using the clusterctl binary built from the main branch and upgrading from v1a3==>v1a4=>v1beta1 (provider versions v1a4==>v1a5=>v1beta1):
After this patch: next, with the clusterctl binary built using the changes on this branch:
|
Just a single question. /lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold cancel Give the positive feedback + it would be nice to have it running in CI a bit before the v1.1.5 release |
@sbueringer: new pull request created: #6792 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. |
@sbueringer: new pull request created: #6793 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. |
Credits to @fabriziopandini for the initial implementation
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #6674
Fixes #6691