Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 18 forks source link

Make --location optional by choosing a random Azure location #168

Open mboersma opened 1 year ago

mboersma commented 1 year ago

If the --location | -l argument is omitted, az capi should pick from a list of Azure regions known to work. We could use the cluster-api-provider-azure e2e testing list.

This simplifies az capi create even further, and supports the common use case of spreading test clusters among different Azure regions so as not to exhaust quotas.