diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index b338066b6f..e502bd0d27 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -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 | `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 +| `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-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