Skip to content

Commit d87bcb7

Browse files
authored
Merge pull request #106632 from zr-msft/ar-aks-1687618-ca-profile-param
DO NOT MERGE: [AKS] added balance-similar-node-groups param to CA profile
2 parents 37e14ec + 282c078 commit d87bcb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ You can also configure more granular details of the cluster autoscaler by changi
113113
| scale-down-unready-time | How long an unready node should be unneeded before it is eligible for scale down | 20 minutes |
114114
| scale-down-utilization-threshold | Node utilization level, defined as sum of requested resources divided by capacity, below which a node can be considered for scale down | 0.5 |
115115
| max-graceful-termination-sec | Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node. | 600 seconds |
116+
| balance-similar-node-groups | Detect similar node pools and balance the number of nodes between them | false |
116117

117118
> [!IMPORTANT]
118119
> The cluster autoscaler profile affects all node pools that use the cluster autoscaler. You can't set an autoscaler profile per node pool.

0 commit comments

Comments
 (0)