Skip to content
Snippets Groups Projects
Unverified Commit 5cf3b965 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #4684 from gjtempleton/4504-Clarify-Multiple-Expander-Support

CA - Docs - Clarify when multi expander support introduced
parents 1b5aacdf 9c779607
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment