Skip to content

Commit

Permalink
OCM-12285 | feat: Update cluster autoscaler max value (180->249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed Nov 4, 2024
1 parent 70c779d commit 1b9cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clusterautoscaler/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func AddClusterAutoscalerFlags(cmd *cobra.Command, prefix string) *AutoscalerArg
cmd.Flags().IntVar(
&args.ResourceLimits.MaxNodesTotal,
fmt.Sprintf("%s%s", prefix, maxNodesTotalFlag),
180,
249,
"Total amount of nodes that can exist in the cluster, including non-scaled nodes.",
)

Expand Down

0 comments on commit 1b9cbf1

Please sign in to comment.