Closed sunny0826 closed 1 year ago
Solutions in Frequently Asked Questions#advanced-how-to-make-skypilot-use-all-global-regions.
By default, SkyPilot supports most global regions on AWS and only supports the US regions on GCP and Azure. If you want to utilize all global regions, please run the following command:
version=$(python -c 'import sky; print(sky.clouds.service_catalog.constants.CATALOG_SCHEMA_VERSION)')
mkdir -p ~/.sky/catalogs/${version}
cd ~/.sky/catalogs/${version}
# Fetch all regions for GCP
pip install lxml
python -m sky.clouds.service_catalog.data_fetchers.fetch_gcp --all-regions
# Fetch all regions for Azure
python -m sky.clouds.service_catalog.data_fetchers.fetch_azure --all-regions
Does Skypilot currently only support the following regions? I only have Quota in Azure Australia East, can Skypilot support more regions?
I see from the code (sky/clouds/service_catalog/data_fetchers/fetch_azure.py#L17-L27) that only US region is supported, is there any limitation here?
All of Azure's regions