Skip to content

Commit 456836f

Browse files
committed
Match autoscaling docs
1 parent e2e9920 commit 456836f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
250250
--cluster-name <CLUSTER-NAME> \
251251
--resource-group <RESOURCE-GROUP-NAME> \
252252
--enable-cluster-autoscaler \
253-
--min-count 1 \
254-
--max-count 3
253+
--min-count <DESIRED-MINIMUM-COUNT> \
254+
--max-count 3<DESIRED-MAXIMUM-COUNT>
255255
```
256256

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

0 commit comments

Comments
 (0)