Skip to content

Commit 2d2a642

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#40364
Fixed the command
1 parent fa235ff commit 2d2a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ az aks create \
8686
--resource-group myResourceGroup \
8787
--name myAKSCluster \
8888
--node-count 1 \
89-
---enable-vmss \
89+
--enable-vmss \
9090
--enable-cluster-autoscaler \
9191
--min-count 1 \
9292
--max-count 3

0 commit comments

Comments
 (0)