Skip to content

Commit

Permalink
Merge pull request #4684 from gjtempleton/4504-Clarify-Multiple-Expan…
Browse files Browse the repository at this point in the history
…der-Support

CA - Docs - Clarify when multi expander support introduced
  • Loading branch information
k8s-ci-robot authored Feb 21, 2022
2 parents 1b5aacd + 9c77960 commit 5cf3b96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cluster-autoscaler/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,7 @@ would match the cluster size. This expander is described in more details
* `priority` - selects the node group that has the highest priority assigned by the user. It's configuration is described in more details [here](expander/priority/readme.md)
Multiple expanders may be passed, i.e.
From 1.23.0 onwards, multiple expanders may be passed, i.e.
`.cluster-autoscaler --expander=priority,least-waste`
This will cause the `least-waste` expander to be used as a fallback in the event that the priority expander selects multiple node groups. In general, a list of expanders can be used, where the output of one is passed to the next and the final decision by randomly selecting one. An expander must not appear in the list more than once.
Expand Down

0 comments on commit 5cf3b96

Please sign in to comment.