Skip to content

Commit

Permalink
sku change
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 committed Jul 11, 2024
1 parent 9d2cfea commit 4e85790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/e2e/aks-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ az aks create \
-g "$RESOURCE_GROUP" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d4s_v3 \
--node-vm-size standard_ds3_v2 \
-n "$CLUSTER_NAME" \
--network-plugin azure \
--vnet-subnet-id "$cluster_subnet_id" \
Expand All @@ -134,7 +134,7 @@ az aks create \
-g "$RESOURCE_GROUP" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d4s_v3 \
--node-vm-size standard_ds3_v2 \
-n "$CLUSTER_NAME" \
--network-plugin azure \
--vnet-subnet-id "$cluster_subnet_id" \
Expand Down

0 comments on commit 4e85790

Please sign in to comment.