Skip to content

Commit 712dfca

Browse files
committed
Fix Typo
1 parent 471d0a1 commit 712dfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/kubernetes/microsoft/step-zero-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
251251
--resource-group <RESOURCE-GROUP-NAME> \
252252
--enable-cluster-autoscaler \
253253
--min-count <DESIRED-MINIMUM-COUNT> \
254-
--max-count 3<DESIRED-MAXIMUM-COUNT>
254+
--max-count <DESIRED-MAXIMUM-COUNT>
255255
```
256256

257257
or update the parameters with `--update-cluster-autoscaler`.

0 commit comments

Comments
 (0)