Skip to content
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

[2.9] Update Azure Availability Zone Region List #11816

Closed
nwmac opened this issue Sep 4, 2024 · 3 comments
Closed

[2.9] Update Azure Availability Zone Region List #11816

nwmac opened this issue Sep 4, 2024 · 3 comments
Assignees
Labels
area/clusterprovisioningv2 kind/bug priority/0 QA/manual-test Indicates issue requires manually testing size/1 Size Estimate 1
Milestone

Comments

@nwmac
Copy link
Member

nwmac commented Sep 4, 2024

The list of available AKS regions is not hardcoded, but whether or not they support availability zones (enforced in the UI through form validation) is hardcoded here: https://github.com/rancher/dashboard/blob/master/pkg/aks/util/aks.ts#L7. We need to update this list to include southcentralus and any other regions missing from https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support#azure-regions-with-availability-zone-support

Ensure we check and add all missing regions.

@nwmac nwmac added this to the v2.9.next1 milestone Sep 4, 2024
@github-actions github-actions bot added the QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this label Sep 4, 2024
@nwmac nwmac added QA/manual-test Indicates issue requires manually testing and removed QA/dev-automation Issues that engineers have written automation around so QA doesn't have look at this labels Sep 4, 2024
@gaktive gaktive added the size/1 Size Estimate 1 label Sep 4, 2024
@gaktive
Copy link
Member

gaktive commented Sep 5, 2024

For QA's attention, this may have to be tested before what should be 2.9.2/2.9.next1. cc @rancher-max

@IsaSih IsaSih self-assigned this Sep 5, 2024
@IsaSih IsaSih closed this as completed Sep 5, 2024
@IsaSih IsaSih reopened this Sep 5, 2024
@IsaSih
Copy link
Contributor

IsaSih commented Sep 5, 2024

From the regions with availability zones support mentioned in https://learn.microsoft.com/en-us/azure/reliability/availability-zones-service-support#azure-regions-with-availability-zone-support, these are not being listed in the UI:
US Gov Virginia - I believe it is because the credentials used for testing belong to the public cloud environment, not the Azure US Government Cloud
Japan West - which is marked with a star in the Microsoft docs and listed in our UI as a region with no support for Availability Zones
China North 3 - I believe it is because the credentials used for testing belong to the public cloud environment, not the Azure China Cloud
New Zealand North - Is not listed at all as a region in our UI, but as it comes from an API call, I'll consider it as passed

@IsaSih
Copy link
Contributor

IsaSih commented Sep 6, 2024

provisioned AKS cluster in region South Central US in 3 availability zones. Found non-blocker related-issue #11841. The scope of this issue is working as expected.

@IsaSih IsaSih closed this as completed Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/clusterprovisioningv2 kind/bug priority/0 QA/manual-test Indicates issue requires manually testing size/1 Size Estimate 1
Projects
None yet
Development

No branches or pull requests

4 participants