mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
Merge pull request #8994 from sprt/sprt/switch-aks-eastus
ci: aks: switch from eastus2 to eastus region
This commit is contained in:
commit
b2f1235e3c
@ -66,12 +66,12 @@ function create_cluster() {
|
|||||||
local rg="$(_print_rg_name ${test_type})"
|
local rg="$(_print_rg_name ${test_type})"
|
||||||
|
|
||||||
az group create \
|
az group create \
|
||||||
-l eastus2 \
|
-l eastus \
|
||||||
-n "${rg}"
|
-n "${rg}"
|
||||||
|
|
||||||
az aks create \
|
az aks create \
|
||||||
-g "${rg}" \
|
-g "${rg}" \
|
||||||
--node-resource-group "node-${rg}" \
|
--node-resource-group "node-${rg}" \
|
||||||
-n "$(_print_cluster_name ${test_type})" \
|
-n "$(_print_cluster_name ${test_type})" \
|
||||||
-s "$(_print_instance_type)" \
|
-s "$(_print_instance_type)" \
|
||||||
--node-count 1 \
|
--node-count 1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user