Enable public MEC on CAPZ#2836
Conversation
|
|
|
Welcome @upxinxin! |
|
Hi @upxinxin. 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. DetailsInstructions 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. |
|
General questions:
|
|
/ok-to-test |
|
|
/test pull-cluster-api-provider-azure-e2e-optional |
|
/test pull-cluster-api-provider-azure-e2e-optional |
|
/test pull-cluster-api-provider-azure-e2e-optional |
|
@CecileRobertMichon We have passed e2e-optional test. Please help review it again. |
|
/hold cancel |
|
LGTM label has been added. DetailsGit tree hash: cd0b9c5fe1b658f68c99addcdd23fcf5e014e139 |
sonasingh46
left a comment
There was a problem hiding this comment.
one minor nit.
Otherwise
/lgtm
|
LGTM label has been added. DetailsGit tree hash: cae1ad9f2fe845d9c34dfb6207feccc8560ab101 |
|
/test pull-cluster-api-provider-azure-e2e-optional |
|
/retest |
|
Several sub-tests in e2e-optional test failed with the error "cannot create more than 100 public IP addresses for this subscription in this region". It seems like public IPs in your CI test sub needs to be cleaned. @CecileRobertMichon |
|
yes we ran into quota issues in the subscription yesterday https://kubernetes.slack.com/archives/CEX9HENG7/p1677709131827159, should be fixed now /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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
To make CAPZ able to deploy cluster on Azure Public MEC. Changes we did:
Add extendedlocation in AzureCluster CRD
Passing extendedlocation info to azure SDK
Add a new flavor 'edgezone'. (remove nat-gateway, use OOT, add extendedlocation variables)
Disable availabilitySet and availabilityZone for public MEC
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 #2660
Special notes for your reviewer:
Public MEC is not public accessible right now. To be able to create cluster on public MEC, an msft internal subscription with public MEC location access is needed. We've tested the feature e2e, but I think we may need a discussion on how to verify this feature from reviewer side.
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
squashed commits
includes documentation
adds unit tests
Release note: