Skip to content

Commit

Permalink
Default to a non-zonal AvailabilityZone for Azure tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi committed Oct 1, 2024
1 parent d624862 commit 4d4a7ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/managedcluster/resources/azure-hosted-cp.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
config:
controlPlaneNumber: 1
workersNumber: 1
location: "westus"
location: "westus2"
subscriptionID: "${AZURE_SUBSCRIPTION_ID}"
controlPlane:
vmSize: Standard_A4_v2
Expand Down

0 comments on commit 4d4a7ea

Please sign in to comment.