-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix: support non-zonal regions #35
Conversation
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.
/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.
/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.
E2E Tests pass, ran tests locally and zonal behavior seems to behave as we expect.
There is a bit of concern about the hardcoded regions. Basically for each new azure region we will need to bump this list. But thats true as well for our image gallery, and we will have a clear heads up when to do so.
given we follow up with an item for making this process programatic in the future, and this is certainly a step forward, lets approve and follow up with work to see if a programatic approach to getting the regions is better.
Description
Add support for non-zonal regions / VMs.
Will also correctly filter out VM SKUs with location restriction.
How was this change tested?
make presubmit
, manual testing in non-zonal region (westcentralus), E2E testsDoes this change impact docs?
Release Note