Skip to content

Commit

Permalink
Update aks-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkanghe committed Jan 17, 2024
1 parent e09a077 commit 2dec5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aks-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ az aks create \
--location $MY_LOCATION \
--generate-ssh-keys \
--kubernetes-version $AKS_K8S_VERSION \
--node-count 2 \
--node-count 1 \
--node-vm-size $MY_VMSIZE \
--enable-cluster-autoscaler \
--min-count 1 \
Expand Down

0 comments on commit 2dec5f4

Please sign in to comment.