Skip to content

Commit

Permalink
Merge pull request #72 from willkutler/drop-np-min-size
Browse files Browse the repository at this point in the history
OCM-11113 | feat: drop min disk size for nodepools to 75GiB
  • Loading branch information
willkutler authored Sep 12, 2024
2 parents d1663f5 + 8a39738 commit 235b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machinepool/validations/disk_size.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
// 16 TiB - limit as of 4.14
machinePoolRootVolumeSizeMaxAsOf414 = 16384
// constants for node pool root size validation
nodePoolRootAWSVolumeSizeMin = 128
nodePoolRootAWSVolumeSizeMin = 75
nodePoolRootAWSVolumeSizeMax = 16384
)

Expand Down

0 comments on commit 235b5b3

Please sign in to comment.