Skip to content

Commit 92bed76

Browse files
authored
Update cluster-autoscaler.md
1 parent dee5ed6 commit 92bed76

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
@@ -197,9 +197,9 @@ The following table lists the available settings for the cluster autoscaler prof
197197
198198
### Configure cluster autoscaler profile for aggressive scale down
199199
> [!NOTE]
200-
> Scaling down aggressively is not recommended for clusters experiencing frequent scale-outs and scale-ins within short intervals, as it could potentially result in extended node provisioning times under these circumstances
200+
> Scaling down aggressively is not recommended for clusters experiencing frequent scale-outs and scale-ins within short intervals, as it could potentially result in extended node provisioning times under these circumstances. Increasing `scale-down-delay-after-add` can help in these circumstances by keeping the node around longer to handle incoming workloads.
201201
202-
```
202+
```azurecli-interactive
203203
az aks update \
204204
--resource-group myResourceGroup \
205205
--name myAKSCluster \

0 commit comments

Comments
 (0)