Skip to content

Commit 2ca88dd

Browse files
committed
Update aks-deploy.sh
1 parent 8aeae9b commit 2ca88dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aks-deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ az aks create \
99
--location $MY_LOCATION \
1010
--generate-ssh-keys \
1111
--kubernetes-version $AKS_K8S_VERSION \
12-
--node-count 1 \
12+
--node-count 2 \
1313
--node-vm-size $MY_VMSIZE \
1414
--enable-cluster-autoscaler \
15-
--min-count 1 \
15+
--min-count 2 \
1616
--max-count 3 \
1717
--network-plugin azure
1818

0 commit comments

Comments
 (0)