Skip to content

Commit ff55955

Browse files
authored
Merge pull request #8114 from d-honeybadger/priority-expander-docs-corrections
correct documentation on cluster-autoscaler priority expander configmap
2 parents a65fdb4 + b7fa3cd commit ff55955

File tree

1 file changed

+1
-1
lines changed
  • cluster-autoscaler/expander/priority

1 file changed

+1
-1
lines changed

cluster-autoscaler/expander/priority/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The expander is configured using a single ConfigMap, which is watched by the exp
1111

1212
## Configuration
1313

14-
Configuration is based on the values stored in a ConfigMap. This ConfigMap has to be created before cluster autoscaler with priority expander can be started. The ConfigMap must be named `cluster-autoscaler-priority-expander` and it must be placed in the same namespace as cluster autoscaler pod. The ConfigMap is watched by the cluster autoscaler and any changes made to it are loaded on the fly, without restarting cluster autoscaler.
14+
Configuration is based on the values stored in a ConfigMap. The ConfigMap must be named `cluster-autoscaler-priority-expander` and it must be placed in the workload cluster, in the namespace specified by the `--namespace` flag (if cluster autoscaler is running inside the workload cluster, this is the namespace of the autoscaler pod). The ConfigMap is watched by the cluster autoscaler and any changes made to it are loaded on the fly, without restarting cluster autoscaler. If the ConfigMap is missing or malformed, cluster autoscaler will skip the priority expander and proceed with the next expander option.
1515

1616
The format of the ConfigMap ([example](priority-expander-configmap.yaml)) is as follows:
1717

0 commit comments

Comments
 (0)