Skip to content

Commit

Permalink
Merge pull request #1699 from talnevo/talnevo-patch-2
Browse files Browse the repository at this point in the history
Correct volume limits for i4i instance types
  • Loading branch information
k8s-ci-robot authored Aug 11, 2023
2 parents 6365ffd + 6c0d2f8 commit dd25b83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@ var nvmeInstanceStoreVolumes = map[string]int{
"i3en.12xlarge": 4,
"i3en.24xlarge": 8,
"i3en.metal": 8,
"i4i.xlarge": 1,
"i4i.2xlarge": 1,
"i4i.4xlarge": 1,
"i4i.8xlarge": 2,
"i4i.16xlarge": 4,
"i4i.32xlarge": 8,
"i4i.metal": 8,
"im4gn.large": 1,
"im4gn.xlarge": 1,
"im4gn.2xlarge": 1,
Expand Down

0 comments on commit dd25b83

Please sign in to comment.