mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
ci: aks: switch from eastus2 to eastus region
This addresses an internal AKS issue that intermittently prevents clusters from getting created. The fix has been rolled out to eastus but not yet eastus2, so we unblock the CI by switching. No downsides in general. This supersedes #8990. Fixes: #8989 Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user