We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e9920 commit 456836fCopy full SHA for 456836f
docs/source/kubernetes/microsoft/step-zero-azure.md
@@ -250,8 +250,8 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
250
--cluster-name <CLUSTER-NAME> \
251
--resource-group <RESOURCE-GROUP-NAME> \
252
--enable-cluster-autoscaler \
253
- --min-count 1 \
254
- --max-count 3
+ --min-count <DESIRED-MINIMUM-COUNT> \
+ --max-count 3<DESIRED-MAXIMUM-COUNT>
255
```
256
257
or update the parameters with `--update-cluster-autoscaler`.
0 commit comments