Skip to content

Commit dde952d

Browse files
authored
Update cluster-autoscaler.md
1 parent 5a1550d commit dde952d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ The following table lists the available settings for the cluster autoscaler prof
208208
### Configure cluster autoscaler profile for bursty workloads
209209
```azurecli-interactive
210210
az aks update \
211-
--resource-group "AKS_Selftune_CAS"
212-
--name selftunetest \
211+
--resource-group "myResourceGroup"
212+
--name myAKSCluster \
213213
--cluster-autoscaler-profile scan-interval=20s,scale-down-delay-after-add=10m,scale-down-delay-after-failure=1m,scale-down-unneeded-time=5m,scale-down-unready-time=5m,max-graceful-termination-sec=30,skip-nodes-with-local-storage=false,max-empty-bulk-delete=100,max-total-unready-percentage=100,ok-total-unready-count=1000,max-node-provision-time=15m
214214
```
215215

0 commit comments

Comments
 (0)