Skip to content

Commit

Permalink
refactor: reset help text for ignore-daemonsets-utilization flag
Browse files Browse the repository at this point in the history
- because per nodegroup override is supported only for AWS ASG tags as of now
Signed-off-by: vadasambar <[email protected]>
  • Loading branch information
vadasambar committed Apr 11, 2023
1 parent 1c58dc9 commit 216fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var (
grpcExpanderURL = flag.String("grpc-expander-url", "", "URL to reach gRPC expander server.")

globaIgnoreDaemonSetsUtilization = flag.Bool("ignore-daemonsets-utilization", false,
"Should CA ignore DaemonSet pods for all nodegroups when calculating resource utilization for scaling down (you can override this per nodegroup using nodegroup tags/labels)")
"Should CA ignore DaemonSet pods when calculating resource utilization for scaling down")
ignoreMirrorPodsUtilization = flag.Bool("ignore-mirror-pods-utilization", false,
"Should CA ignore Mirror pods when calculating resource utilization for scaling down")

Expand Down

0 comments on commit 216fc2c

Please sign in to comment.