-
Notifications
You must be signed in to change notification settings - Fork 431
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
Make managedcluster reconcile and delete async #2168
Make managedcluster reconcile and delete async #2168
Conversation
1ecc896
to
b70de6a
Compare
b55a41e
to
aa85d7d
Compare
359d2c7
to
446458d
Compare
9da7038
to
ca96944
Compare
adfd9ae
to
a476682
Compare
1d2d2ea
to
92d9c9b
Compare
/cc @shysank @Jont828 @zmalik @alexeldeib @jackfrancis this should be ready for review... I realize it's a very large PR so please call me out on any scope creeps that I should try and decompose. I ended up having to a bit of refactoring of cluster and agentpool specs and moving some validation errors to webhooks so getting the spec itself wouldn't return errors. Kept the commits unsquashed for now so it should hopefully help with history and thought process. |
5efaa83
to
e2c6d18
Compare
@Jont828 thanks for the review! I've addressed most of your comments, PTAL. I kept the new changes as a separate commit, let me know if this looks good and I can squash. |
/retest |
1 similar comment
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.
Small thing but other than that I think we're good to go!
784dee5
to
ebec979
Compare
👷 Deploy request for kubernetes-sigs-cluster-api-provider-azure pending review.Visit the deploys page to approve it
|
Squashed |
ebec979
to
2d95950
Compare
@CecileRobertMichon: 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. |
/lgtm |
lgtm! Please merge, your patience is admirable. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it: Implements #1702 for managedclusters. Also separates managedcontrolplane and managedmachinepool scopes, adds tests, and moves validation to webhooks as much as possible.
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 #2140
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: