From 813cc8add23ed6ec0576b9adeb20738541ea6081 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Sun, 22 Sep 2024 15:28:58 -0700 Subject: [PATCH] Update auto-gen docs --- hack/docs/instancetypes_gen/main.go | 1 + hack/docs/metrics_gen/main.go | 1 + .../en/preview/reference/instance-types.md | 1254 +++++++++-------- .../content/en/preview/reference/metrics.md | 28 + .../content/en/preview/reference/settings.md | 1 + 5 files changed, 693 insertions(+), 592 deletions(-) diff --git a/hack/docs/instancetypes_gen/main.go b/hack/docs/instancetypes_gen/main.go index 3a08e342807f..3abc5c25f2db 100644 --- a/hack/docs/instancetypes_gen/main.go +++ b/hack/docs/instancetypes_gen/main.go @@ -198,6 +198,7 @@ below are the resources available with some assumptions and after the instance o delete(labelNameMap, corev1.LabelTopologyZone) delete(labelNameMap, v1.LabelTopologyZoneID) delete(labelNameMap, karpv1.CapacityTypeLabelKey) + delete(labelNameMap, v1.LabelInstanceLocalNVME) labelNames := lo.Keys(labelNameMap) diff --git a/hack/docs/metrics_gen/main.go b/hack/docs/metrics_gen/main.go index 9c3650d45572..d9eabf2fa9b3 100644 --- a/hack/docs/metrics_gen/main.go +++ b/hack/docs/metrics_gen/main.go @@ -341,6 +341,7 @@ func getIdentMapping(identName string) (string, error) { "Namespace": metrics.Namespace, "MetricNamespace": "operator", + "TerminationSubsystem": "termination", "MetricSubsystem": "status_condition", "WorkQueueSubsystem": "workqueue", "DepthKey": "depth", diff --git a/website/content/en/preview/reference/instance-types.md b/website/content/en/preview/reference/instance-types.md index 0f1c0c036e2a..16de96d89761 100644 --- a/website/content/en/preview/reference/instance-types.md +++ b/website/content/en/preview/reference/instance-types.md @@ -180,6 +180,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|350| |karpenter.k8s.aws/instance-memory|1740| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| @@ -203,6 +204,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1680| |karpenter.k8s.aws/instance-memory|7168| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -227,6 +229,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|32| |karpenter.k8s.aws/instance-memory|3840| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| @@ -250,6 +253,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|80| |karpenter.k8s.aws/instance-memory|7680| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -273,6 +277,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|160| |karpenter.k8s.aws/instance-memory|15360| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -296,6 +301,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|320| |karpenter.k8s.aws/instance-memory|30720| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -319,6 +325,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|640| |karpenter.k8s.aws/instance-memory|61440| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -911,7 +918,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -938,7 +945,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -965,7 +972,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -992,7 +999,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -1019,7 +1026,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -1046,7 +1053,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -1073,7 +1080,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -1100,7 +1107,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -1128,7 +1135,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| + |karpenter.k8s.aws/instance-local-storage|50| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -1155,7 +1162,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| + |karpenter.k8s.aws/instance-local-storage|100| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -1182,7 +1189,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| + |karpenter.k8s.aws/instance-local-storage|200| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -1209,7 +1216,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| + |karpenter.k8s.aws/instance-local-storage|400| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -1236,7 +1243,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|73728| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|9xlarge| @@ -1263,7 +1270,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -1290,7 +1297,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|147456| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|18xlarge| @@ -1317,7 +1324,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -1344,7 +1351,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -2082,7 +2089,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|2048| |karpenter.k8s.aws/instance-network-bandwidth|500| |karpenter.k8s.aws/instance-size|medium| @@ -2109,7 +2116,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -2136,7 +2143,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -2163,7 +2170,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -2190,7 +2197,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -2217,7 +2224,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -2244,7 +2251,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -2271,7 +2278,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -2298,7 +2305,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -2799,7 +2806,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| @@ -2826,7 +2833,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| @@ -2853,7 +2860,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -2880,7 +2887,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| @@ -2907,7 +2914,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| @@ -2934,7 +2941,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| @@ -2961,7 +2968,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -2988,7 +2995,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-local-storage|5700| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| @@ -3015,7 +3022,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -3043,7 +3050,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| @@ -3874,151 +3881,6 @@ below are the resources available with some assumptions and after the instance o |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## c7g-flex Family -### `c7g-flex.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|940m| - |ephemeral-storage|17Gi| - |memory|1392Mi| - |pods|8| -### `c7g-flex.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1930m| - |ephemeral-storage|17Gi| - |memory|3055Mi| - |pods|29| -### `c7g-flex.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3920m| - |ephemeral-storage|17Gi| - |memory|6525Mi| - |pods|58| -### `c7g-flex.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7910m| - |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| -### `c7g-flex.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15890m| - |ephemeral-storage|17Gi| - |memory|27322Mi| - |pods|234| -### `c7g-flex.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g-flex.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31850m| - |ephemeral-storage|17Gi| - |memory|57632Mi| - |pods|234| ## c7gd Family ### `c7gd.medium` #### Labels @@ -4032,7 +3894,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|2048| |karpenter.k8s.aws/instance-network-bandwidth|520| |karpenter.k8s.aws/instance-size|medium| @@ -4059,7 +3921,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| @@ -4086,7 +3948,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| @@ -4113,7 +3975,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| @@ -4140,7 +4002,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -4167,7 +4029,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -4194,7 +4056,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| @@ -4221,7 +4083,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -4249,7 +4111,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|c7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|metal| @@ -4935,6 +4797,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|6144| |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -4959,6 +4822,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|12288| |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -4983,6 +4847,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|24576| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -5007,6 +4872,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|49152| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -5033,7 +4899,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| + |karpenter.k8s.aws/instance-local-storage|5940| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3000| |karpenter.k8s.aws/instance-size|xlarge| @@ -5060,7 +4926,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| + |karpenter.k8s.aws/instance-local-storage|11880| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|6000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -5087,7 +4953,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| + |karpenter.k8s.aws/instance-local-storage|23760| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -5114,7 +4980,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| + |karpenter.k8s.aws/instance-local-storage|47520| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -5142,7 +5008,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| + |karpenter.k8s.aws/instance-local-storage|27960| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|6000| |karpenter.k8s.aws/instance-size|xlarge| @@ -5169,7 +5035,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| + |karpenter.k8s.aws/instance-local-storage|55920| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -5196,7 +5062,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| + |karpenter.k8s.aws/instance-local-storage|111840| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -5223,7 +5089,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| + |karpenter.k8s.aws/instance-local-storage|167760| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|6xlarge| @@ -5250,7 +5116,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|223680| + |karpenter.k8s.aws/instance-local-storage|223680| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -5277,7 +5143,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|d3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|335520| + |karpenter.k8s.aws/instance-local-storage|335520| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -5309,7 +5175,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|32768| |karpenter.k8s.aws/instance-gpu-name|gaudi-hl-205| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|4000| + |karpenter.k8s.aws/instance-local-storage|4000| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -5371,7 +5237,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|f1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|470| + |karpenter.k8s.aws/instance-local-storage|470| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -5396,7 +5262,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|f1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|940| + |karpenter.k8s.aws/instance-local-storage|940| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -5421,7 +5287,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|f1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|3760| + |karpenter.k8s.aws/instance-local-storage|3760| |karpenter.k8s.aws/instance-memory|999424| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -5572,7 +5438,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|8192| |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2000| |karpenter.k8s.aws/instance-size|xlarge| @@ -5604,7 +5470,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|8192| |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|4167| |karpenter.k8s.aws/instance-size|2xlarge| @@ -5636,7 +5502,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|8192| |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|8333| |karpenter.k8s.aws/instance-size|4xlarge| @@ -5668,7 +5534,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|8192| |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -5700,7 +5566,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|8192| |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -5733,7 +5599,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| + |karpenter.k8s.aws/instance-local-storage|125| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|xlarge| @@ -5765,7 +5631,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|225| + |karpenter.k8s.aws/instance-local-storage|225| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -5797,7 +5663,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|225| + |karpenter.k8s.aws/instance-local-storage|225| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -5829,7 +5695,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -5862,7 +5728,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -5895,7 +5761,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -5928,7 +5794,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|16384| |karpenter.k8s.aws/instance-gpu-name|t4| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -5962,7 +5828,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| + |karpenter.k8s.aws/instance-local-storage|250| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|xlarge| @@ -5994,7 +5860,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-local-storage|450| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -6026,7 +5892,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -6058,7 +5924,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -6091,7 +5957,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -6124,7 +5990,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -6157,7 +6023,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -6190,7 +6056,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|24576| |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|48xlarge| @@ -6411,7 +6277,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| + |karpenter.k8s.aws/instance-local-storage|250| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|xlarge| @@ -6443,7 +6309,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-local-storage|450| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -6475,7 +6341,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -6507,7 +6373,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -6540,7 +6406,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|91553| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3760| + |karpenter.k8s.aws/instance-local-storage|3760| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -6573,7 +6439,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1880| + |karpenter.k8s.aws/instance-local-storage|1880| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -6606,7 +6472,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|91553| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3760| + |karpenter.k8s.aws/instance-local-storage|3760| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -6639,7 +6505,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|183105| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7520| + |karpenter.k8s.aws/instance-local-storage|7520| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|48xlarge| @@ -6673,7 +6539,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|45776| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| + |karpenter.k8s.aws/instance-local-storage|250| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|xlarge| @@ -6705,7 +6571,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|45776| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-local-storage|450| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -6737,7 +6603,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|45776| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -6769,7 +6635,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|45776| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -6802,7 +6668,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|183105| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -6835,7 +6701,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|45776| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|35000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -6868,7 +6734,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|183105| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -6901,7 +6767,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|366211| |karpenter.k8s.aws/instance-gpu-name|l40s| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| @@ -6935,7 +6801,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -6967,7 +6833,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|22888| |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -6997,6 +6863,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|h1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|2000| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -7022,6 +6889,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|h1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|4000| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -7047,6 +6915,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|h1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|8000| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -7072,6 +6941,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|h1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|16000| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -7176,6 +7046,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|800| |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -7199,6 +7070,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1600| |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -7222,6 +7094,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|3200| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -7245,6 +7118,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|6400| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -7271,7 +7145,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|475| + |karpenter.k8s.aws/instance-local-storage|475| |karpenter.k8s.aws/instance-memory|15616| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -7297,7 +7171,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -7323,7 +7197,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -7349,7 +7223,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -7375,7 +7249,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -7401,7 +7275,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-local-nvme|15200| + |karpenter.k8s.aws/instance-local-storage|15200| |karpenter.k8s.aws/instance-memory|499712| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -7427,7 +7301,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| + |karpenter.k8s.aws/instance-local-storage|15200| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -7455,7 +7329,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| + |karpenter.k8s.aws/instance-local-storage|1250| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| @@ -7482,7 +7356,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2500| + |karpenter.k8s.aws/instance-local-storage|2500| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|4200| |karpenter.k8s.aws/instance-size|xlarge| @@ -7509,7 +7383,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5000| + |karpenter.k8s.aws/instance-local-storage|5000| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|8400| |karpenter.k8s.aws/instance-size|2xlarge| @@ -7536,7 +7410,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-storage|7500| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|3xlarge| @@ -7563,7 +7437,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-storage|15000| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|6xlarge| @@ -7590,7 +7464,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-local-storage|30000| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -7618,7 +7492,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-local-storage|60000| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -7646,7 +7520,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i3en| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-local-storage|60000| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -7675,7 +7549,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|468| + |karpenter.k8s.aws/instance-local-storage|468| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| @@ -7702,7 +7576,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-local-storage|937| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| @@ -7729,7 +7603,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-local-storage|1875| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|4687| |karpenter.k8s.aws/instance-size|2xlarge| @@ -7756,7 +7630,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-local-storage|3750| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|9375| |karpenter.k8s.aws/instance-size|4xlarge| @@ -7783,7 +7657,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-storage|7500| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|8xlarge| @@ -7810,7 +7684,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4g| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-storage|15000| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|16xlarge| @@ -7839,7 +7713,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|468| + |karpenter.k8s.aws/instance-local-storage|468| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| @@ -7865,7 +7739,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-local-storage|937| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| @@ -7892,7 +7766,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-local-storage|1875| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|4687| |karpenter.k8s.aws/instance-size|2xlarge| @@ -7919,7 +7793,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-local-storage|3750| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|9375| |karpenter.k8s.aws/instance-size|4xlarge| @@ -7946,7 +7820,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-storage|7500| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|8xlarge| @@ -7973,7 +7847,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11250| + |karpenter.k8s.aws/instance-local-storage|11250| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|28120| |karpenter.k8s.aws/instance-size|12xlarge| @@ -8000,7 +7874,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-storage|15000| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|16xlarge| @@ -8027,7 +7901,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|22500| + |karpenter.k8s.aws/instance-local-storage|22500| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|56250| |karpenter.k8s.aws/instance-size|24xlarge| @@ -8054,7 +7928,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-local-storage|30000| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -8082,7 +7956,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|i4i| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-local-storage|30000| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal| @@ -8111,7 +7985,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-local-storage|937| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| @@ -8138,7 +8012,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-local-storage|1875| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| @@ -8165,7 +8039,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-local-storage|3750| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -8192,7 +8066,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-storage|7500| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -8219,7 +8093,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-storage|15000| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -8246,7 +8120,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|im4gn| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-local-storage|30000| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -8518,7 +8392,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-local-storage|937| |karpenter.k8s.aws/instance-memory|6144| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|medium| @@ -8545,7 +8419,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-local-storage|1875| |karpenter.k8s.aws/instance-memory|12288| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| @@ -8572,7 +8446,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-local-storage|3750| |karpenter.k8s.aws/instance-memory|24576| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| @@ -8599,7 +8473,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-storage|7500| |karpenter.k8s.aws/instance-memory|49152| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -8626,7 +8500,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-storage|15000| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -8653,7 +8527,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|is4gen| |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-local-storage|30000| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -8680,6 +8554,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|160| |karpenter.k8s.aws/instance-memory|1740| |karpenter.k8s.aws/instance-size|small| |kubernetes.io/arch|amd64| @@ -8703,6 +8578,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|410| |karpenter.k8s.aws/instance-memory|3788| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| @@ -8726,6 +8602,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|840| |karpenter.k8s.aws/instance-memory|7680| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| @@ -8749,6 +8626,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1680| |karpenter.k8s.aws/instance-memory|15360| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -8773,6 +8651,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|420| |karpenter.k8s.aws/instance-memory|17510| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -8796,6 +8675,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|850| |karpenter.k8s.aws/instance-memory|35020| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -8819,6 +8699,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m2| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1680| |karpenter.k8s.aws/instance-memory|70041| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -8843,6 +8724,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|4| |karpenter.k8s.aws/instance-memory|3840| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| @@ -8866,6 +8748,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|32| |karpenter.k8s.aws/instance-memory|7680| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| @@ -8889,6 +8772,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|80| |karpenter.k8s.aws/instance-memory|15360| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -8912,6 +8796,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|160| |karpenter.k8s.aws/instance-memory|30720| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -9528,7 +9413,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -9555,7 +9440,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -9582,7 +9467,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -9609,7 +9494,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -9636,7 +9521,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|8xlarge| @@ -9663,7 +9548,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -9690,7 +9575,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -9717,7 +9602,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -9745,7 +9630,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -9772,7 +9657,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -9799,7 +9684,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -9826,7 +9711,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -9853,7 +9738,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -9880,7 +9765,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -9907,7 +9792,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -9934,7 +9819,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -9961,7 +9846,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -9989,7 +9874,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| @@ -10016,7 +9901,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| @@ -10043,7 +9928,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|8125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -10070,7 +9955,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|16250| |karpenter.k8s.aws/instance-size|4xlarge| @@ -10097,7 +9982,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -10124,7 +10009,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -10151,7 +10036,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -10178,7 +10063,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -10206,7 +10091,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -11181,7 +11066,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|500| |karpenter.k8s.aws/instance-size|medium| @@ -11208,7 +11093,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -11235,7 +11120,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -11262,7 +11147,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -11289,7 +11174,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -11316,7 +11201,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -11343,7 +11228,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -11370,7 +11255,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -11397,7 +11282,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -11688,7 +11573,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| @@ -11715,7 +11600,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| @@ -11742,7 +11627,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -11769,7 +11654,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| @@ -11796,7 +11681,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| @@ -11823,7 +11708,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| @@ -11850,7 +11735,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -11877,7 +11762,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-local-storage|5700| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| @@ -11904,7 +11789,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -11932,7 +11817,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| @@ -11961,7 +11846,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| @@ -11988,7 +11873,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| @@ -12015,7 +11900,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -12042,7 +11927,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -12069,7 +11954,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -12096,7 +11981,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -12123,7 +12008,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -12150,7 +12035,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-local-storage|5700| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -12177,7 +12062,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -12205,7 +12090,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal| @@ -13036,151 +12921,6 @@ below are the resources available with some assumptions and after the instance o |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m7g-flex Family -### `m7g-flex.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|940m| - |ephemeral-storage|17Gi| - |memory|3286Mi| - |pods|8| -### `m7g-flex.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1930m| - |ephemeral-storage|17Gi| - |memory|6844Mi| - |pods|29| -### `m7g-flex.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3920m| - |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| -### `m7g-flex.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7910m| - |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| -### `m7g-flex.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15890m| - |ephemeral-storage|17Gi| - |memory|57632Mi| - |pods|234| -### `m7g-flex.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g-flex| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g-flex.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31850m| - |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| ## m7gd Family ### `m7gd.medium` #### Labels @@ -13194,7 +12934,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|520| |karpenter.k8s.aws/instance-size|medium| @@ -13221,7 +12961,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| @@ -13248,7 +12988,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| @@ -13275,7 +13015,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| @@ -13302,7 +13042,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -13329,7 +13069,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -13356,7 +13096,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| @@ -13383,7 +13123,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -13411,7 +13151,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|m7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|metal| @@ -14044,7 +13784,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|32768| |karpenter.k8s.aws/instance-gpu-name|v100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -14078,7 +13818,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|40960| |karpenter.k8s.aws/instance-gpu-name|a100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|8000| + |karpenter.k8s.aws/instance-local-storage|8000| |karpenter.k8s.aws/instance-memory|1179648| |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -14112,7 +13852,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-gpu-memory|81920| |karpenter.k8s.aws/instance-gpu-name|h100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-local-storage|30400| |karpenter.k8s.aws/instance-memory|2097152| |karpenter.k8s.aws/instance-network-bandwidth|3200000| |karpenter.k8s.aws/instance-size|48xlarge| @@ -14141,6 +13881,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|32| |karpenter.k8s.aws/instance-memory|15360| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| @@ -14164,6 +13905,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|80| |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| @@ -14187,6 +13929,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|160| |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| @@ -14210,6 +13953,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|320| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| @@ -14233,6 +13977,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r3| |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|640| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -14854,7 +14599,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -14881,7 +14626,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -14908,7 +14653,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -14935,7 +14680,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -14962,7 +14707,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|8xlarge| @@ -14989,7 +14734,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -15016,7 +14761,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -15043,7 +14788,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5ad| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -15306,7 +15051,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -15333,7 +15078,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -15360,7 +15105,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -15387,7 +15132,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -15414,7 +15159,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -15441,7 +15186,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -15468,7 +15213,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -15495,7 +15240,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -15522,7 +15267,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5d| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -15550,7 +15295,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| @@ -15577,7 +15322,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| @@ -15604,7 +15349,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|8125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -15631,7 +15376,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-storage|600| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|16250| |karpenter.k8s.aws/instance-size|4xlarge| @@ -15658,7 +15403,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-storage|1200| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -15685,7 +15430,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -15712,7 +15457,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-storage|2400| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -15739,7 +15484,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -15767,7 +15512,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-local-storage|3600| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -16557,7 +16302,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|500| |karpenter.k8s.aws/instance-size|medium| @@ -16584,7 +16329,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -16611,7 +16356,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -16638,7 +16383,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -16665,7 +16410,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -16692,7 +16437,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -16719,7 +16464,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -16746,7 +16491,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -16773,7 +16518,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6gd| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -17064,7 +16809,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| @@ -17091,7 +16836,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| @@ -17118,7 +16863,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -17145,7 +16890,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| @@ -17172,7 +16917,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| @@ -17199,7 +16944,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| @@ -17226,7 +16971,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -17253,7 +16998,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-local-storage|5700| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| @@ -17280,7 +17025,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -17308,7 +17053,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| @@ -17337,7 +17082,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| @@ -17364,7 +17109,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| @@ -17391,7 +17136,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -17418,7 +17163,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -17445,7 +17190,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -17472,7 +17217,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -17499,7 +17244,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -17526,7 +17271,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-local-storage|5700| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -17553,7 +17298,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -17581,7 +17326,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal| @@ -18425,7 +18170,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|520| |karpenter.k8s.aws/instance-size|medium| @@ -18452,7 +18197,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| @@ -18479,7 +18224,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| @@ -18506,7 +18251,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| @@ -18533,7 +18278,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -18560,7 +18305,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -18587,7 +18332,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| @@ -18614,7 +18359,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -18642,7 +18387,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|metal| @@ -20257,7 +20002,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|trn1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-local-storage|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| @@ -20288,7 +20033,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|trn1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|800000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -20321,7 +20066,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|trn1n| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-local-storage|7600| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|1600000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -20725,6 +20470,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1920| |karpenter.k8s.aws/instance-memory|999424| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -20750,6 +20496,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|3840| |karpenter.k8s.aws/instance-memory|1998848| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -20776,6 +20523,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|120| |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-network-bandwidth|625| |karpenter.k8s.aws/instance-size|xlarge| @@ -20801,6 +20549,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|240| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|2xlarge| @@ -20826,6 +20575,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|480| |karpenter.k8s.aws/instance-memory|499712| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -20851,6 +20601,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|960| |karpenter.k8s.aws/instance-memory|999424| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -20876,6 +20627,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|1920| |karpenter.k8s.aws/instance-memory|1998848| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -20901,6 +20653,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-local-storage|3840| |karpenter.k8s.aws/instance-memory|3997696| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -20927,7 +20680,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-local-storage|59| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|500| |karpenter.k8s.aws/instance-size|medium| @@ -20954,7 +20707,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -20981,7 +20734,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -21008,7 +20761,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| + |karpenter.k8s.aws/instance-local-storage|475| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -21035,7 +20788,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| @@ -21062,7 +20815,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -21089,7 +20842,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -21116,7 +20869,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -21143,7 +20896,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2gd| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| @@ -21171,7 +20924,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2idn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -21198,7 +20951,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2idn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -21225,7 +20978,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2idn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|2097152| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -21253,7 +21006,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2idn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|2097152| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -21282,7 +21035,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-local-storage|118| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| @@ -21309,7 +21062,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-local-storage|237| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| @@ -21336,7 +21089,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| + |karpenter.k8s.aws/instance-local-storage|475| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|4xlarge| @@ -21363,7 +21116,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-local-storage|950| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| @@ -21390,7 +21143,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-local-storage|1900| |karpenter.k8s.aws/instance-memory|2097152| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|16xlarge| @@ -21417,7 +21170,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-local-storage|2850| |karpenter.k8s.aws/instance-memory|3145728| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|24xlarge| @@ -21444,7 +21197,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|4194304| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|32xlarge| @@ -21472,7 +21225,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-local-storage|3800| |karpenter.k8s.aws/instance-memory|4194304| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| @@ -21647,6 +21400,323 @@ below are the resources available with some assumptions and after the instance o |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| +## x8g Family +### `x8g.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|520| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|14653Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `x8g.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|29577Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `x8g.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|1876| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `x8g.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|3750| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|120189Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `x8g.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x8g.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|481978Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x8g.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|22500| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|724461Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x8g.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|961411Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x8g.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|1446378Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `x8g.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|1446378Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `x8g.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|2901277Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `x8g.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8g.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|2901277Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| ## z1d Family ### `z1d.large` #### Labels @@ -21660,7 +21730,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-storage|75| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| @@ -21687,7 +21757,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-storage|150| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| @@ -21714,7 +21784,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-storage|300| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| @@ -21741,7 +21811,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-local-storage|450| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|3xlarge| @@ -21768,7 +21838,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-local-storage|900| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|6xlarge| @@ -21795,7 +21865,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|12xlarge| @@ -21822,7 +21892,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-family|z1d| |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-storage|1800| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| diff --git a/website/content/en/preview/reference/metrics.md b/website/content/en/preview/reference/metrics.md index 58056b914394..6f684bd30362 100644 --- a/website/content/en/preview/reference/metrics.md +++ b/website/content/en/preview/reference/metrics.md @@ -64,6 +64,14 @@ Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. Node system daemon overhead are the resources reserved for system overhead, the difference between the node's capacity and allocatable values are reported by the status. - Stability Level: BETA +### `karpenter_nodes_lifetime_duration_seconds` +The lifetime duration of the nodes since creation. +- Stability Level: ALPHA + +### `karpenter_nodes_current_lifetime_seconds` +Node age in seconds +- Stability Level: ALPHA + ### `karpenter_nodes_created_total` Number of nodes created in total by Karpenter. Labeled by owning nodepool. - Stability Level: STABLE @@ -82,6 +90,16 @@ Pod state is the current state of pods. This metric can be used several ways as The time from pod creation until the pod is running. - Stability Level: STABLE +## Termination Metrics + +### `operator_termination_duration_seconds` +The amount of time taken by an object to terminate completely. +- Stability Level: ALPHA + +### `operator_termination_current_time_seconds` +The current amount of time in seconds that an object has been in terminating state. +- Stability Level: ALPHA + ## Voluntary Disruption Metrics ### `karpenter_voluntary_disruption_queue_failures_total` @@ -142,6 +160,12 @@ Amount of time an interruption message is on the queue before it is processed by Count of messages deleted from the SQS queue. - Stability Level: STABLE +## Cluster Metrics + +### `karpenter_cluster_utilization_percent` +Utilization of allocatable resources by pod requests +- Stability Level: ALPHA + ## Cluster State Metrics ### `karpenter_cluster_state_synced` @@ -202,6 +226,10 @@ Total number of reconciliations per controller Length of time per reconciliation per controller - Stability Level: STABLE +### `controller_runtime_reconcile_panics_total` +Total number of reconciliation panics per controller +- Stability Level: STABLE + ### `controller_runtime_reconcile_errors_total` Total number of reconciliation errors per controller - Stability Level: STABLE diff --git a/website/content/en/preview/reference/settings.md b/website/content/en/preview/reference/settings.md index 0f3d4f36565c..ef2a8606cc10 100644 --- a/website/content/en/preview/reference/settings.md +++ b/website/content/en/preview/reference/settings.md @@ -26,6 +26,7 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf | KARPENTER_SERVICE | \-\-karpenter-service | The Karpenter Service name for the dynamic webhook certificate| | KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| | KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| +| LEADER_ELECTION_NAMESPACE | \-\-leader-election-namespace | Leader election namespace to create and monitor the lease if running outside the cluster| | LOG_ERROR_OUTPUT_PATHS | \-\-log-error-output-paths | Optional comma separated paths for logging error output (default = stderr)| | LOG_LEVEL | \-\-log-level | Log verbosity level. Can be one of 'debug', 'info', or 'error' (default = info)| | LOG_OUTPUT_PATHS | \-\-log-output-paths | Optional comma separated paths for directing log output (default = stdout)|