-
Notifications
You must be signed in to change notification settings - Fork 570
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
✨ feat: create vpc objects in explicitly provided availability zones #4950
base: main
Are you sure you want to change the base?
Conversation
Hi @synthe102. 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. |
2f7fce6
to
fab5efd
Compare
/ok-to-test |
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.
Please change the release note to something that's readable by users (.spec.vpc
) instead of developers (VPCSpec
), and best use a verb to describe the change.
ca10c55
to
41de7ec
Compare
/test pull-cluster-api-provider-aws-verify |
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.
I have a few minor suggestions that can mostly be included directly. Looks good overall. Only a rebase is needed after those changes, so the PR is mergeable (you may just have some conflicts that go away with git rebase origin/main && make generate
).
84c80f0
to
f0fbb06
Compare
@AndiDog Thanks for the review ! |
/lgtm |
Hi @AndiDog anyone can take a look at this PR? Looking for another |
Hi @AndiDog giving this a bump if anyone can take a look at this PR? Looking for another |
Can you rebase this PR? We should then try to get a separate review and |
@synthe102: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
New changes are detected. LGTM label has been removed. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@AndiDog the PR has been rebased, hope we'll get a last review 🙏 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
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 #4333, continues the work started by @Skarlso in this PR by:
AvailabilityZoneSelection
andAvailabilityZoneUsageLimit
into defaulting webhooks instead of CRDsAvailabilityZoneUsageLimit
andAvailabilityZoneSelection
withAvailabilityZones
Special notes for your reviewer:
Checklist:
Release note: