Skip to content

Commit 7958807

Browse files
Merge pull request #278095 from kevinkrp93/CAS-Profile-Changes
Cas profile changes
2 parents 0caa7ae + c3fdf7b commit 7958807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/cluster-autoscaler.md

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

0 commit comments

Comments
 (0)