From 87b986192abad630ecdefd77580ba182fe32fc82 Mon Sep 17 00:00:00 2001 From: Yash Thakkar Date: Tue, 4 Nov 2025 19:59:18 +0000 Subject: [PATCH] updating supported instance types --- pkg/aws/vpc/limits.go | 92 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/pkg/aws/vpc/limits.go b/pkg/aws/vpc/limits.go index 4b7c4843..ebe11e0a 100644 --- a/pkg/aws/vpc/limits.go +++ b/pkg/aws/vpc/limits.go @@ -17,7 +17,7 @@ // so we can get this information at runtime. // Code generated by go generate; DO NOT EDIT. -// This file was generated at 2025-10-10T20:02:21Z +// This file was generated at 2025-11-04T19:53:10Z // WARNING: please add @ellistarn, @bwagner5, or @jonathan-innis from aws/karpenter to reviewers // if you are updating this file since Karpenter is depending on this file to calculate max pods. @@ -13621,6 +13621,96 @@ var Limits = map[string]*VPCLimits{ Hypervisor: "nitro", IsBareMetal: false, }, + "r8a.12xlarge": { + Interface: 12, + IPv4PerInterface: 64, + IsTrunkingCompatible: true, + BranchInterface: 110, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 12, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "nitro", + IsBareMetal: false, + }, + "r8a.24xlarge": { + Interface: 16, + IPv4PerInterface: 64, + IsTrunkingCompatible: true, + BranchInterface: 106, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 16, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "nitro", + IsBareMetal: false, + }, + "r8a.48xlarge": { + Interface: 24, + IPv4PerInterface: 64, + IsTrunkingCompatible: true, + BranchInterface: 98, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 24, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "nitro", + IsBareMetal: false, + }, + "r8a.4xlarge": { + Interface: 8, + IPv4PerInterface: 40, + IsTrunkingCompatible: true, + BranchInterface: 54, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 8, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "nitro", + IsBareMetal: false, + }, + "r8a.metal-24xl": { + Interface: 16, + IPv4PerInterface: 64, + IsTrunkingCompatible: true, + BranchInterface: 106, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 16, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "", + IsBareMetal: true, + }, + "r8a.metal-48xl": { + Interface: 24, + IPv4PerInterface: 64, + IsTrunkingCompatible: true, + BranchInterface: 98, + DefaultNetworkCardIndex: 0, + NetworkCards: []NetworkCard{ + { + MaximumNetworkInterfaces: 24, + NetworkCardIndex: 0, + }, + }, + Hypervisor: "", + IsBareMetal: true, + }, "r8g.12xlarge": { Interface: 8, IPv4PerInterface: 30,