-
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
standardize AzureManagedCluster webhooks #2626
standardize AzureManagedCluster webhooks #2626
Conversation
56bde89
to
e1aa39e
Compare
e1aa39e
to
2edd756
Compare
2a13c99
to
b4bc35a
Compare
b4bc35a
to
7315412
Compare
7315412
to
72287e7
Compare
72287e7
to
a9d16ef
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
a9d16ef
to
1f4aad9
Compare
@CecileRobertMichon sorry, I didn't run lint prior to pushing up changes :( fixed |
/lgtm |
/retest |
I don't know how to get this merged without a rebase. 1-2-3 here we go! |
1f4aad9
to
81f657a
Compare
/test ls |
@jackfrancis: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-azure-capi-e2e |
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 @jackfrancis since this is classified as a bug, can you please make the release note a bit more specific? "standardize" is a bit vague, users might wonder what is this fixing? Or maybe it would be better classified as a "cleanup" if it's not actually fixing any functional behavior Feel free to unhold when you're done |
/test pull-cluster-api-provider-azure-capi-e2e |
@CecileRobertMichon thanks for the review! I don't think this is a bug, I'll reclassify. |
/hold cancel |
What type of PR is this?
/kind bug
/kind cleanup
What this PR does / why we need it:
This PR updates AzureManagedCluster webhooks to prefer the approach from this PR: #2376
This adds CRD feature-gate validation as part of the webhook validation, so that users get a clear message when attempting to create a resource currently behind a feature flag (e.g.,
AzureManagedCluster
).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 #
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: