Skip to content

Commit

Permalink
Merge pull request #1776 from torredil/add-c7a
Browse files Browse the repository at this point in the history
Add volume attachment limits for c7a instance family
  • Loading branch information
k8s-ci-robot committed Oct 6, 2023
2 parents 7ca4149 + f099265 commit e2a9600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
func init() {
// This list of Nitro instance types have a dedicated Amazon EBS volume limit of up to 128 attachments, depending on instance size.
// The limit is not shared with other device attachments: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html#nitro-system-limits
instanceFamilies := []string{"m7i", "m7a", "c7i", "r7a", "r7iz"}
instanceFamilies := []string{"m7i", "m7a", "c7i", "c7a", "r7a", "r7iz"}
commonInstanceSizes := []string{"medium", "large", "xlarge", "2xlarge", "4xlarge", "8xlarge", "12xlarge"}

for _, family := range instanceFamilies {
Expand Down

0 comments on commit e2a9600

Please sign in to comment.