Skip to content

Commit

Permalink
OCM-11113 | feat: drop min disk size for nodepools to 75GiB
Browse files Browse the repository at this point in the history
Signed-off-by: Will Kutler <[email protected]>
  • Loading branch information
willkutler committed Sep 12, 2024
1 parent d1663f5 commit 8a39738
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 8a39738

Please sign in to comment.