-
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 validations for immutable AzureCluster Updates #1098
Add validations for immutable AzureCluster Updates #1098
Conversation
Welcome @furkatgofurov7! |
Hi @furkatgofurov7. 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. |
/assign @CecileRobertMichon |
/ok-to-test |
/retest |
@devigned @CecileRobertMichon I am trying to fix e2e tests and looking for some guidance. As I checked, webhook config for cluster is already in place, am I missing something else to pass the tests? |
@furkatgofurov7 seems like something is up with kind. I'm, looking 👀 |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
@devigned hi! I was wondering if I am missing something to pass e2e tests or whether this is a flake in CI(most probably not), since we already have triggered it multiple times..? |
@furkatgofurov7 I think the validating webhook is rejecting updates to the If you click on the e2e job, you can see the output of most of the cluster logs in the PR Artifacts link. Have you been able to verify these changes locally by creating a cluster, perhaps using Tilt? |
/retest |
75639f4
to
243cd84
Compare
/retest |
@CecileRobertMichon @devigned @nader-ziada thanks for reviews/feedbacks, addressed all your comments. PTAL. |
@furkatgofurov7 please add a release note as this is a user facing 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.
lgtm
please squash the commits @furkatgofurov7
4ceea1a
to
9c0af5b
Compare
Done.
Done. Thanks for review @CecileRobertMichon . |
/retest |
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
/retest
[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 |
/retest |
/retest #1123 should help with the flakes... |
/retest |
2 similar comments
/retest |
/retest |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds validations and corresponding unit tests for AzureCluster Updates
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 #497
Special notes for your reviewer:
TODOs:
Release note: