-
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 upgrade apply: wait for providers to be ready #6466
Conversation
Hi @praveenrewar. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
@praveenrewar Thank you for working on this! 🚀
I am LGTM with the overall approach. I will take another look after we have more information about the breaking API change.
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.
/ok-to-test
63563a8
to
1e789c4
Compare
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.
Just a few nits, otherwise lgtm from my side
P.S. Yuvaraj commented on them before as well, did you maybe only forget to push a commit?
Oops, my bad. Good catch! Thanks :) |
From the issue:
Should I update the e2e tests as part of the same PR or does it make sense to have a separate PR for it? |
Thx for the quick fix :).
I would suggest to make it a separate PR. I think this PR now would be ready for a final review from someone else + merge. Can you please squash the commits? We're running Prow in merge mode for our release notes tool, so we have to merge manually on the PRs ourselves. (apart from squash, lgtm from my side) |
clusterctl upgrade apply: Add --wait-providers flags that can be used to wait for providers to be updated Co-Authored-By: Stefan Büringer <[email protected]>
Cool 👍🏻
Sure, done :) |
@praveenrewar: 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. |
Thx! /lgtm |
Hey @ykakarap, do let me know if anything else is required on this PR :) |
/assign @fabriziopandini |
/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
Should I update the e2e tests as part of the same PR or does it make sense to have a separate PR for it?
(I am leaning towards making the change in this PR itself but okay with both the options)
A separate PR for that would be ideal.
/lgtm /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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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: new pull request created: #6685 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. |
What this PR does / why we need it:
clusterctl upgrade apply
should wait for the cluster to be 'ready' before exiting.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 #6267