Update parameter list in FAQ
This commit is contained in:
parent
8442ba8307
commit
2d73844af6
|
|
@ -664,6 +664,7 @@ The following startup parameters are supported for cluster autoscaler:
|
||||||
| `estimator` | Type of resource estimator to be used in scale up | binpacking
|
| `estimator` | Type of resource estimator to be used in scale up | binpacking
|
||||||
| `expander` | Type of node group expander to be used in scale up. | random
|
| `expander` | Type of node group expander to be used in scale up. | random
|
||||||
| `write-status-configmap` | Should CA write status information to a configmap | true
|
| `write-status-configmap` | Should CA write status information to a configmap | true
|
||||||
|
| `status-config-map-name` | The name of the status ConfigMap that CA writes | cluster-autoscaler-status
|
||||||
| `max-inactivity` | Maximum time from last recorded autoscaler activity before automatic restart | 10 minutes
|
| `max-inactivity` | Maximum time from last recorded autoscaler activity before automatic restart | 10 minutes
|
||||||
| `max-failing-time` | Maximum time from last recorded successful autoscaler run before automatic restart | 15 minutes
|
| `max-failing-time` | Maximum time from last recorded successful autoscaler run before automatic restart | 15 minutes
|
||||||
| `balance-similar-node-groups` | Detect similar node groups and balance the number of nodes between them | false
|
| `balance-similar-node-groups` | Detect similar node groups and balance the number of nodes between them | false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue