Skip to content

Commit 9d2dadc

Browse files
Update cluster-autoscaler.md
Duplicate field
1 parent 6a5997f commit 9d2dadc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ You can also configure more granular details of the cluster autoscaler by changi
181181
| daemonset-eviction-for-occupied-nodes (Preview) | Whether DaemonSet pods will be gracefully terminated from non-empty nodes | true |
182182
| scale-down-utilization-threshold | Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down | 0.5 |
183183
| max-graceful-termination-sec | Maximum number of seconds the cluster autoscaler waits for pod termination when trying to scale down a node | 600 seconds |
184-
| balance-similar-node-groups | Detects similar node pools and balances the number of nodes between them | false |
185184
| balance-similar-node-groups | Detects similar node pools and balances the number of nodes between them | false |
186185
| expander | Type of node pool [expander](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) to be used in scale up. Possible values: `most-pods`, `random`, `least-waste`, `priority` | random |
187186
| skip-nodes-with-local-storage | If true, cluster autoscaler doesn't delete nodes with pods with local storage, for example, EmptyDir or HostPath | true |

0 commit comments

Comments
 (0)