File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
docs/source/kubernetes/microsoft Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,7 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
230
230
231
231
This should take a few minutes and provide you with a working Kubernetes cluster!
232
232
233
- Optionally, enable autoscaling:
234
-
235
- where:
233
+ Optionally, prepare autoscaling, where:
236
234
237
235
- `--vm-set-type VirtualMachineScaleSets` deploys the cluster as a scale set.
238
236
- `--enable-cluster-autoscaler` enables autoscaling feature for your cluster
@@ -263,10 +261,13 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
263
261
--name < CLUSTER-NAME> \
264
262
--resource-group < RESOURCE-GROUP-NAME> \
265
263
--update-cluster-autoscaler \
266
- --min-count 1 \
267
- --max-count 5
264
+ --min-count < DESIRED-MINIMUM-COUNT> \
265
+ --max-count < DESIRED-MAXIMUM-COUNT> \
266
+ --output table
268
267
```
269
268
269
+ ** Both** ` --min-count ` and ` --max-count ` must be defined.
270
+
270
271
Read more about available options for the autoscaler [ here] ( https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/cluster-autoscaler.md ) .
271
272
272
273
8 . If you're using the Azure CLI locally, install [ kubectl] ( https://kubernetes.io/docs/reference/kubectl/ ) , a tool
You can’t perform that action at this time.
0 commit comments