Skip to content

Commit 814dd48

Browse files
Merge pull request #2591 from hunterkepley/ocm-12285
OCM-12285 | feat: Update cluster autoscaler max value (180->249)
2 parents 70c779d + 1b9cbf1 commit 814dd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/clusterautoscaler/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func AddClusterAutoscalerFlags(cmd *cobra.Command, prefix string) *AutoscalerArg
153153
cmd.Flags().IntVar(
154154
&args.ResourceLimits.MaxNodesTotal,
155155
fmt.Sprintf("%s%s", prefix, maxNodesTotalFlag),
156-
180,
156+
249,
157157
"Total amount of nodes that can exist in the cluster, including non-scaled nodes.",
158158
)
159159

0 commit comments

Comments
 (0)