Skip to content

Commit

Permalink
Update instance sizes
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Nov 7, 2023
1 parent 8d6cc1d commit 6fc57ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ func init() {
for _, size := range commonInstanceSizes {
dedicatedVolumeLimits[family+"."+size] = 32
}
dedicatedVolumeLimits[family+".metal-16xl"] = 31
dedicatedVolumeLimits[family+".metal-24xl"] = 31
dedicatedVolumeLimits[family+".16xlarge"] = 48
dedicatedVolumeLimits[family+".24xlarge"] = 64
dedicatedVolumeLimits[family+".metal-32xl"] = 79
dedicatedVolumeLimits[family+".metal-48xl"] = 79
dedicatedVolumeLimits[family+".32xlarge"] = 88
dedicatedVolumeLimits[family+".48xlarge"] = 128
Expand Down

0 comments on commit 6fc57ad

Please sign in to comment.