Re-add default expander
This commit is contained in:
		
							parent
							
								
									d56b5dc2f5
								
							
						
					
					
						commit
						1b4fcf6bf7
					
				|  | @ -149,7 +149,7 @@ var ( | |||
| 	estimatorFlag = flag.String("estimator", estimator.BinpackingEstimatorName, | ||||
| 		"Type of resource estimator to be used in scale up. Available values: ["+strings.Join(estimator.AvailableEstimators, ",")+"]") | ||||
| 
 | ||||
| 	expanderFlag = flag.String("expander", "", "Type of node group expander to be used in scale up. Available values: ["+strings.Join(expander.AvailableExpanders, ",")+"]. Specifying multiple values separated by commas will call the expanders in succession until there is only one option remaining. Ties still existing after this process are broken randomly.") | ||||
| 	expanderFlag = flag.String("expander", expander.RandomExpanderName, "Type of node group expander to be used in scale up. Available values: ["+strings.Join(expander.AvailableExpanders, ",")+"]. Specifying multiple values separated by commas will call the expanders in succession until there is only one option remaining. Ties still existing after this process are broken randomly.") | ||||
| 
 | ||||
| 	ignoreDaemonSetsUtilization = flag.Bool("ignore-daemonsets-utilization", false, | ||||
| 		"Should CA ignore DaemonSet pods when calculating resource utilization for scaling down") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue