-
Notifications
You must be signed in to change notification settings - Fork 430
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
add missing create verb to AzureManagedCluster, AzureManagedMachinePool webhooks #3352
Conversation
/cherry-pick release-1.7 |
@nojnhuh: once the present PR merges, I will cherry-pick it on top of release-1.7 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.8 |
@nojnhuh: once the present PR merges, I will cherry-pick it on top of release-1.8 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. |
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
Nice catch! Were there any errors in the log, or did it just fail silently to invoke them on create?
LGTM label has been added. Git tree hash: 17a2bb85a690c22e3ce7b0376b9fb6950d4807fb
|
lol |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis 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 |
wow |
... and the e2e test fails to apply the template now |
e5ee95b
to
cb8ab7f
Compare
The only indication from the logs was that the webhook request itself wasn't getting logged. I didn't see any related errors. |
Windows node pool name length check was erroneously looking at |
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
LGTM label has been added. Git tree hash: e473088c5d84ec72fc76e930fca510d51403314d
|
@nojnhuh: #3352 failed to apply on top of branch "release-1.7":
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. |
@nojnhuh: new pull request created: #3355 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 type of PR is this?
/kind bug
What this PR does / why we need it:
I noticed the validating webhooks for AzureManagedCluster and AzureManagedMachinePool resources were never getting invoked when those resources were created. This PR adds the missing kubebuilder annotation to fix that.
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: I took a look through all the types to see if any others were missing and these were the only 2 I found.
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: