diff --git a/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl b/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl index e83f7533f..bae1c3a0d 100644 --- a/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl @@ -7,7 +7,7 @@ spec: template: azure-hosted-cp credential: ${AZURE_CLUSTER_IDENTITY}-cred config: - location: "westus" + location: "westus2" subscriptionID: "${AZURE_SUBSCRIPTION_ID}" vmSize: Standard_A4_v2 clusterIdentity: diff --git a/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl b/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl index 7fb85a48a..8a8201cef 100644 --- a/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl +++ b/test/e2e/managedcluster/resources/azure-standalone-cp.yaml.tpl @@ -9,7 +9,7 @@ spec: config: controlPlaneNumber: 1 workersNumber: 1 - location: "westus" + location: "westus2" subscriptionID: "${AZURE_SUBSCRIPTION_ID}" controlPlane: vmSize: Standard_A4_v2