Merge pull request #8994 from sprt/sprt/switch-aks-eastus

ci: aks: switch from eastus2 to eastus region
This commit is contained in:
Fabiano Fidêncio 2024-02-02 00:09:40 +01:00 committed by GitHub
commit b2f1235e3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ function create_cluster() {
local rg="$(_print_rg_name ${test_type})"
az group create \
-l eastus2 \
-l eastus \
-n "${rg}"
az aks create \