From 8cf47d7223ca1a096583c645c4e6e50e17610e0b Mon Sep 17 00:00:00 2001 From: StableRelease Date: Mon, 6 Apr 2026 21:06:38 +0000 Subject: [PATCH 1/3] Stable Release updates Release v1.11.0. --- charts/karpenter-crd/Chart.yaml | 4 +- charts/karpenter/Chart.yaml | 4 +- charts/karpenter/README.md | 14 +- charts/karpenter/values.yaml | 4 +- .../compatibility.yaml | 3 + .../content/en/docs/concepts/nodeclasses.md | 71 +- .../content/en/docs/concepts/scheduling.md | 2 + website/content/en/docs/faq.md | 4 +- .../getting-started-with-karpenter/_index.md | 8 +- .../cloudformation.yaml | 4 +- .../grafana-values.yaml | 4 +- .../migrating-from-cas/_index.md | 4 +- .../en/docs/reference/cloudformation.md | 10 +- .../en/docs/reference/instance-types.md | 143 +- website/content/en/docs/reference/metrics.md | 351 - .../content/en/docs/reference/threat-model.md | 10 +- .../en/preview/reference/instance-types.md | 143 +- .../content/en/preview/reference/metrics.md | 351 - website/content/en/{v1.8 => v1.11}/_index.md | 0 .../en/{v1.8 => v1.11}/concepts/_index.md | 0 .../en/{v1.8 => v1.11}/concepts/disruption.md | 0 .../en/{v1.8 => v1.11}/concepts/nodeclaims.md | 0 .../{v1.8 => v1.11}/concepts/nodeclasses.md | 96 +- .../{v1.8 => v1.11}/concepts/nodeoverlays.md | 2 +- .../en/{v1.8 => v1.11}/concepts/nodepools.md | 104 +- .../en/{v1.8 => v1.11}/concepts/scheduling.md | 31 +- .../en/{v1.8 => v1.11}/contributing/_index.md | 0 .../contributing/community-meetings.md | 0 .../contributing/design-guide.md | 0 .../contributing/development-guide.md | 0 .../contributing/documentation-updates.md | 0 website/content/en/{v1.8 => v1.11}/faq.md | 12 +- .../{v1.8 => v1.11}/getting-started/_index.md | 0 .../getting-started-with-karpenter/_index.md | 10 +- .../cloudformation.yaml | 175 +- .../grafana-values.yaml | 4 +- .../karpenter-capacity-dashboard.json | 0 .../karpenter-controllers-allocation.json | 0 .../karpenter-controllers.json | 0 .../karpenter-performance-dashboard.json | 0 .../prometheus-values.yaml | 0 .../scripts/step01-config.sh | 0 .../scripts/step02-create-cluster-fargate.sh | 6 +- .../scripts/step02-create-cluster.sh | 6 +- .../scripts/step03-iam-cloud-formation.sh | 0 .../scripts/step04-grant-access.sh | 0 .../scripts/step05-controller-iam.sh | 0 .../scripts/step06-add-spot-role.sh | 0 .../step08-apply-helm-chart-fargate.sh | 0 .../scripts/step08-apply-helm-chart.sh | 0 .../scripts/step09-add-prometheus-grafana.sh | 0 .../step10-add-grafana-port-forward.sh | 0 .../scripts/step11-grafana-get-password.sh | 0 .../scripts/step12-add-nodepool.sh | 0 .../step13-automatic-node-provisioning.sh | 0 .../scripts/step14-deprovisioning.sh | 0 .../scripts/step15-apply-flowschemas.sh | 0 .../scripts/step16-delete-node.sh | 0 .../scripts/step17-cleanup.sh | 0 .../migrating-from-cas/_index.md | 4 +- .../migrating-from-cas/scripts/step01-env.sh | 0 .../scripts/step02-node-iam.sh | 0 .../scripts/step03-node-policies.sh | 0 .../scripts/step04-controller-iam.sh | 0 .../scripts/step05-tag-subnets.sh | 0 .../scripts/step06-tag-security-groups.sh | 0 .../scripts/step07-edit-aws-auth.sh | 0 .../scripts/step08-generate-chart.sh | 0 .../scripts/step09-deploy.sh | 0 .../scripts/step10-create-nodepool.sh | 0 .../scripts/step11-scale-cas.sh | 0 .../scripts/step12-scale-multiple-ng.sh | 0 .../scripts/step12-scale-single-ng.sh | 0 .../en/{v1.8 => v1.11}/reference/_index.md | 0 .../reference/cloudformation.md | 291 +- .../reference/instance-types.md | 25534 +++++++++------- website/content/en/v1.11/reference/metrics.md | 106 + .../en/{v1.8 => v1.11}/reference/settings.md | 5 +- .../{v1.8 => v1.11}/reference/threat-model.md | 10 +- .../en/{v1.8 => v1.11}/tasks/_index.md | 0 .../en/{v1.8 => v1.11}/tasks/managing-amis.md | 0 .../content/en/{v1.8 => v1.11}/tasks/odcrs.md | 22 +- .../en/{v1.8 => v1.11}/troubleshooting.md | 0 .../en/{v1.8 => v1.11}/upgrading/_index.md | 0 .../upgrading/compatibility.md | 10 +- .../upgrading/upgrade-guide.md | 32 + website/content/en/v1.8/reference/metrics.md | 456 - website/hugo.yaml | 6 +- 88 files changed, 15957 insertions(+), 12099 deletions(-) rename website/content/en/{v1.8 => v1.11}/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/concepts/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/concepts/disruption.md (100%) rename website/content/en/{v1.8 => v1.11}/concepts/nodeclaims.md (100%) rename website/content/en/{v1.8 => v1.11}/concepts/nodeclasses.md (94%) rename website/content/en/{v1.8 => v1.11}/concepts/nodeoverlays.md (99%) rename website/content/en/{v1.8 => v1.11}/concepts/nodepools.md (86%) rename website/content/en/{v1.8 => v1.11}/concepts/scheduling.md (96%) rename website/content/en/{v1.8 => v1.11}/contributing/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/contributing/community-meetings.md (100%) rename website/content/en/{v1.8 => v1.11}/contributing/design-guide.md (100%) rename website/content/en/{v1.8 => v1.11}/contributing/development-guide.md (100%) rename website/content/en/{v1.8 => v1.11}/contributing/documentation-updates.md (100%) rename website/content/en/{v1.8 => v1.11}/faq.md (96%) rename website/content/en/{v1.8 => v1.11}/getting-started/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/_index.md (98%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/cloudformation.yaml (83%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/grafana-values.yaml (68%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/karpenter-controllers-allocation.json (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/karpenter-controllers.json (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/prometheus-values.yaml (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step01-config.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh (77%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh (78%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step03-iam-cloud-formation.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step04-grant-access.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step05-controller-iam.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step06-add-spot-role.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart-fargate.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step09-add-prometheus-grafana.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step10-add-grafana-port-forward.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step11-grafana-get-password.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step12-add-nodepool.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step13-automatic-node-provisioning.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step14-deprovisioning.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step15-apply-flowschemas.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step16-delete-node.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/getting-started-with-karpenter/scripts/step17-cleanup.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/_index.md (99%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step01-env.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step02-node-iam.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step03-node-policies.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step04-controller-iam.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step05-tag-subnets.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step06-tag-security-groups.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step07-edit-aws-auth.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step08-generate-chart.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step09-deploy.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step11-scale-cas.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step12-scale-multiple-ng.sh (100%) rename website/content/en/{v1.8 => v1.11}/getting-started/migrating-from-cas/scripts/step12-scale-single-ng.sh (100%) rename website/content/en/{v1.8 => v1.11}/reference/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/reference/cloudformation.md (83%) rename website/content/en/{v1.8 => v1.11}/reference/instance-types.md (87%) create mode 100644 website/content/en/v1.11/reference/metrics.md rename website/content/en/{v1.8 => v1.11}/reference/settings.md (97%) rename website/content/en/{v1.8 => v1.11}/reference/threat-model.md (96%) rename website/content/en/{v1.8 => v1.11}/tasks/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/tasks/managing-amis.md (100%) rename website/content/en/{v1.8 => v1.11}/tasks/odcrs.md (79%) rename website/content/en/{v1.8 => v1.11}/troubleshooting.md (100%) rename website/content/en/{v1.8 => v1.11}/upgrading/_index.md (100%) rename website/content/en/{v1.8 => v1.11}/upgrading/compatibility.md (92%) rename website/content/en/{v1.8 => v1.11}/upgrading/upgrade-guide.md (97%) delete mode 100644 website/content/en/v1.8/reference/metrics.md diff --git a/charts/karpenter-crd/Chart.yaml b/charts/karpenter-crd/Chart.yaml index 3dc5f37eb70e..5ae38a93a767 100644 --- a/charts/karpenter-crd/Chart.yaml +++ b/charts/karpenter-crd/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: karpenter-crd description: A Helm chart for Karpenter Custom Resource Definitions (CRDs). type: application -version: 1.10.0 -appVersion: 1.10.0 +version: 1.11.0 +appVersion: 1.11.0 keywords: - cluster - node diff --git a/charts/karpenter/Chart.yaml b/charts/karpenter/Chart.yaml index a03debfdd8d6..f0ff83bc1add 100644 --- a/charts/karpenter/Chart.yaml +++ b/charts/karpenter/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: karpenter description: A Helm chart for Karpenter, an open-source node provisioning project built for Kubernetes. type: application -version: 1.10.0 -appVersion: 1.10.0 +version: 1.11.0 +appVersion: 1.11.0 keywords: - cluster - node diff --git a/charts/karpenter/README.md b/charts/karpenter/README.md index 2e1d3ff2f176..39d6cab290e7 100644 --- a/charts/karpenter/README.md +++ b/charts/karpenter/README.md @@ -2,7 +2,7 @@ A Helm chart for Karpenter, an open-source node provisioning project built for Kubernetes. -![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) +![Version: 1.11.0](https://img.shields.io/badge/Version-1.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.0](https://img.shields.io/badge/AppVersion-1.11.0-informational?style=flat-square) ## Documentation @@ -15,7 +15,7 @@ You can follow the detailed installation instruction in the [documentation](http ```bash helm upgrade --install --namespace karpenter --create-namespace \ karpenter oci://public.ecr.aws/karpenter/karpenter \ - --version 1.10.0 \ + --version 1.11.0 \ --set "serviceAccount.annotations.eks\.amazonaws\.com/role-arn=${KARPENTER_IAM_ROLE_ARN}" \ --set settings.clusterName=${CLUSTER_NAME} \ --set settings.interruptionQueue=${CLUSTER_NAME} \ @@ -27,13 +27,13 @@ helm upgrade --install --namespace karpenter --create-namespace \ As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command. ```shell -cosign verify public.ecr.aws/karpenter/karpenter:1.10.0 \ +cosign verify public.ecr.aws/karpenter/karpenter:1.11.0 \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ --certificate-identity-regexp='https://github\.com/aws/karpenter-provider-aws/\.github/workflows/release\.yaml@.+' \ --certificate-github-workflow-repository=aws/karpenter-provider-aws \ --certificate-github-workflow-name=Release \ - --certificate-github-workflow-ref=refs/tags/v1.10.0 \ - --annotations version=1.10.0 + --certificate-github-workflow-ref=refs/tags/v1.11.0 \ + --annotations version=1.11.0 ``` ## Values @@ -49,9 +49,9 @@ cosign verify public.ecr.aws/karpenter/karpenter:1.10.0 \ | controller.envFrom | list | `[]` | | | controller.extraVolumeMounts | list | `[]` | Additional volumeMounts for the controller container. | | controller.healthProbe.port | int | `8081` | The container port to use for http health probe. | -| controller.image.digest | string | `"sha256:0c215133a37e0d8bc2515b75120d2fefa14be3f939aebc14020813cdc3c001a3"` | SHA256 digest of the controller image. | +| controller.image.digest | string | `"sha256:f5691977d6f6ca3032fa61a3faefbfcfc838837d00586b40331d95bd84d55f74"` | SHA256 digest of the controller image. | | controller.image.repository | string | `"public.ecr.aws/karpenter/controller"` | Repository path to the controller image. | -| controller.image.tag | string | `"1.10.0"` | Tag of the controller image. | +| controller.image.tag | string | `"1.11.0"` | Tag of the controller image. | | controller.metrics.port | int | `8080` | The container port to use for metrics. | | controller.resources | object | `{}` | Resources for the controller container. | | controller.securityContext.appArmorProfile | object | `{}` | AppArmor profile for the controller container. | diff --git a/charts/karpenter/values.yaml b/charts/karpenter/values.yaml index e54cb69d01c9..46cc1ce131bf 100644 --- a/charts/karpenter/values.yaml +++ b/charts/karpenter/values.yaml @@ -126,9 +126,9 @@ controller: # -- Repository path to the controller image. repository: public.ecr.aws/karpenter/controller # -- Tag of the controller image. - tag: 1.10.0 + tag: 1.11.0 # -- SHA256 digest of the controller image. - digest: sha256:0c215133a37e0d8bc2515b75120d2fefa14be3f939aebc14020813cdc3c001a3 + digest: sha256:f5691977d6f6ca3032fa61a3faefbfcfc838837d00586b40331d95bd84d55f74 # -- Additional environment variables for the controller pod. env: [] # - name: AWS_REGION diff --git a/hack/docs/compatibilitymatrix_gen/compatibility.yaml b/hack/docs/compatibilitymatrix_gen/compatibility.yaml index 4c99d84a8056..84261d3877b6 100644 --- a/hack/docs/compatibilitymatrix_gen/compatibility.yaml +++ b/hack/docs/compatibilitymatrix_gen/compatibility.yaml @@ -86,5 +86,8 @@ compatibility: minK8sVersion: 1.26 maxK8sVersion: 1.35 - appVersion: 1.10.x + minK8sVersion: 1.26 + maxK8sVersion: 1.35 + - appVersion: 1.11.x minK8sVersion: 1.26 maxK8sVersion: 1.35 \ No newline at end of file diff --git a/website/content/en/docs/concepts/nodeclasses.md b/website/content/en/docs/concepts/nodeclasses.md index 644f04a08de5..e43c3bf6574f 100644 --- a/website/content/en/docs/concepts/nodeclasses.md +++ b/website/content/en/docs/concepts/nodeclasses.md @@ -115,6 +115,11 @@ spec: - id: cr-123 - instanceMatchCriteria: open + # Optional, the terms are exclusive + placementGroupSelector: + name: my-pg + id: pg-123 + # Optional, propagates tags to underlying EC2 resources tags: team: team-a @@ -141,6 +146,15 @@ spec: snapshotID: snap-0123456789 volumeInitializationRate: 100 + # Optional, configures the network interfaces for the instance + networkInterfaces: + - networkCardIndex: 0 + deviceIndex: 0 + interfaceType: "interface" + - networkCardIndex: 0 + deviceIndex: 1 + interfaceType: "interface" + # Optional, use instance-store volumes for node ephemeral-storage instanceStorePolicy: RAID0 @@ -714,7 +728,7 @@ You can provision and assign a role to an IAM instance profile using [CloudForma {{% alert title="Note" color="primary" %}} -For [private clusters](https://docs.aws.amazon.com/eks/latest/userguide/private-clusters.html) that do not have access to the public internet, using `spec.instanceProfile` is required. `spec.role` cannot be used since Karpenter needs to access IAM endpoints to manage a generated instance profile. IAM [doesn't support private endpoints](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html) to enable accessing the service without going to the public internet. +For [private clusters](https://docs.aws.amazon.com/eks/latest/userguide/private-clusters.html) without access to their AWS region's IAM API endpoint, using `spec.instanceProfile` is required. `spec.role` cannot be used since Karpenter needs to access IAM endpoints to manage a generated instance profile. IAM [doesn't support private endpoints](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html) to enable accessing the service without going to the public internet. {{% /alert %}} @@ -962,6 +976,39 @@ spec: key: foo ``` +## spec.placementGroupSelector + +Placement Group Selector allows you to select a [placement group](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) for instances launched by this EC2NodeClass. Each EC2NodeClass maps to exactly one placement group — all instances launched from that EC2NodeClass are placed into the resolved placement group. + +Placement groups can be selected by either name or ID. Only one of `name` or `id` may be specified. + +Karpenter supports all three placement group strategies: +- **Cluster** — instances are placed in a single AZ on the same network segment for low-latency, high-throughput networking (e.g., EFA workloads) +- **Partition** — instances are distributed across isolated partitions (up to 7 per AZ) for hardware fault isolation. Applications can use `topologySpreadConstraints` with the `karpenter.k8s.aws/placement-group-partition` label to spread workloads across partitions. +- **Spread** — each instance is placed on distinct hardware (up to 7 instances per AZ per group) for maximum fault isolation + +{{% alert title="Note" color="primary" %}} +The IAM role Karpenter assumes must have permissions for the [ec2:DescribePlacementGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePlacementGroups.html) action to discover placement groups and the [ec2:RunInstances](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-RunInstances) / [ec2:CreateFleet](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-CreateFleet) actions to launch instances into the placement group. +{{% /alert %}} + +#### Examples + +Select the placement group with the given ID: + +```yaml +spec: + placementGroupSelector: + id: pg-123 +``` + +Select the placement group with the given name: + +```yaml +spec: + placementGroupSelector: + name: my-pg-a +``` + ## spec.tags Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of tags are listed below. @@ -1082,6 +1129,28 @@ spec: The `Custom` AMIFamily ships without any default `blockDeviceMappings`. +## spec.networkInterfaces + +The `networkInterfaces` field allows you to configure network interface attachments for instances, including support for EFA (Elastic Fabric Adapter) devices for high-performance computing and machine learning workloads. For more information see the [AWS EFA docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html). + +Configure network interfaces by specifying the network card index, device index, and interface type: + +```yaml +spec: + networkInterfaces: + - networkCardIndex: 0 + deviceIndex: 0 + interfaceType: "interface" + - networkCardIndex: 0 + deviceIndex: 1 + interfaceType: "efa-only" +``` + +### Interface Types + +- __interface__: Standard ENA (Elastic Network Adapter) interface providing IP connectivity +- __efa-only__: EFA interface that provides only the EFA device for RDMA communication without consuming an IP address + ## spec.instanceStorePolicy The `instanceStorePolicy` field controls how [instance-store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) volumes are handled. By default, Karpenter and Kubernetes will simply ignore them. diff --git a/website/content/en/docs/concepts/scheduling.md b/website/content/en/docs/concepts/scheduling.md index fa6285608d9e..a19b1852c7d4 100755 --- a/website/content/en/docs/concepts/scheduling.md +++ b/website/content/en/docs/concepts/scheduling.md @@ -184,6 +184,8 @@ Take care to ensure the label domains are correct. A well known label like `karp | karpenter.k8s.aws/instance-local-nvme | 900 | [AWS Specific] Number of gibibytes of local nvme storage on the instance | | karpenter.k8s.aws/instance-capability-flex | true | [AWS Specific] Instance with capacity flex | | karpenter.k8s.aws/instance-tenancy | default | [AWS Specific] Tenancy types include `default`, and `dedicated` | +| karpenter.k8s.aws/placement-group-id | pg-0fa32af67ed0f8da0 | [AWS Specific] The placement group ID. +| karpenter.k8s.aws/placement-group-partition | 7 | [AWS Specific] The partition number of the partition placement group the instance is in. | topology.k8s.aws/zone-id | use1-az1 | [AWS Specific] Globally consistent [zone id](https://docs.aws.amazon.com/global-infrastructure/latest/regions/az-ids.html) | diff --git a/website/content/en/docs/faq.md b/website/content/en/docs/faq.md index 3760073d047c..6a3783442320 100644 --- a/website/content/en/docs/faq.md +++ b/website/content/en/docs/faq.md @@ -17,7 +17,7 @@ See [Configuring NodePools]({{< ref "./concepts/#configuring-nodepools" >}}) for AWS is the first cloud provider supported by Karpenter, although it is designed to be used with other cloud providers as well. ### Can I write my own cloud provider for Karpenter? -Yes, but there is no documentation yet for it. Start with Karpenter's GitHub [cloudprovider](https://github.com/aws/karpenter-provider-aws/tree/v1.10.0/pkg/cloudprovider) documentation to see how the AWS provider is built, but there are other sections of the code that will require changes too. +Yes, but there is no documentation yet for it. Start with Karpenter's GitHub [cloudprovider](https://github.com/aws/karpenter-provider-aws/tree/v1.11.0/pkg/cloudprovider) documentation to see how the AWS provider is built, but there are other sections of the code that will require changes too. ### What operating system nodes does Karpenter deploy? Karpenter uses the OS defined by the [AMI Family in your EC2NodeClass]({{< ref "./concepts/nodeclasses#specamifamily" >}}). @@ -29,7 +29,7 @@ Karpenter has multiple mechanisms for configuring the [operating system]({{< ref Karpenter is flexible to multi-architecture configurations using [well known labels]({{< ref "./concepts/scheduling/#supported-labels">}}). ### What RBAC access is required? -All the required RBAC rules can be found in the Helm chart template. See [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/clusterrole-core.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/role.yaml) files for details. +All the required RBAC rules can be found in the Helm chart template. See [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole-core.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/role.yaml) files for details. ### Can I run Karpenter outside of a Kubernetes cluster? Yes, as long as the controller has network and IAM/RBAC access to the Kubernetes API and your provider API. diff --git a/website/content/en/docs/getting-started/getting-started-with-karpenter/_index.md b/website/content/en/docs/getting-started/getting-started-with-karpenter/_index.md index c65a6d2d0e24..0d5c7bd10fc0 100644 --- a/website/content/en/docs/getting-started/getting-started-with-karpenter/_index.md +++ b/website/content/en/docs/getting-started/getting-started-with-karpenter/_index.md @@ -48,7 +48,7 @@ After setting up the tools, set the Karpenter and Kubernetes version: ```bash export KARPENTER_NAMESPACE="kube-system" -export KARPENTER_VERSION="1.10.0" +export KARPENTER_VERSION="1.11.0" export K8S_VERSION="1.35" ``` @@ -115,13 +115,13 @@ See [Enabling Windows support](https://docs.aws.amazon.com/eks/latest/userguide/ As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command. ```bash -cosign verify public.ecr.aws/karpenter/karpenter:1.10.0 \ +cosign verify public.ecr.aws/karpenter/karpenter:1.11.0 \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ --certificate-identity-regexp='https://github\.com/aws/karpenter-provider-aws/\.github/workflows/release\.yaml@.+' \ --certificate-github-workflow-repository=aws/karpenter-provider-aws \ --certificate-github-workflow-name=Release \ - --certificate-github-workflow-ref=refs/tags/v1.10.0 \ - --annotations version=1.10.0 + --certificate-github-workflow-ref=refs/tags/v1.11.0 \ + --annotations version=1.11.0 ``` {{% alert title="DNS Policy Notice" color="warning" %}} diff --git a/website/content/en/docs/getting-started/getting-started-with-karpenter/cloudformation.yaml b/website/content/en/docs/getting-started/getting-started-with-karpenter/cloudformation.yaml index 695be1474b9c..5f794c389e8d 100644 --- a/website/content/en/docs/getting-started/getting-started-with-karpenter/cloudformation.yaml +++ b/website/content/en/docs/getting-started/getting-started-with-karpenter/cloudformation.yaml @@ -43,7 +43,8 @@ Resources: "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:security-group/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:subnet/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*" + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*", + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*" ], "Action": [ "ec2:RunInstances", @@ -315,6 +316,7 @@ Resources: "ec2:DescribeInstanceTypeOfferings", "ec2:DescribeInstanceTypes", "ec2:DescribeLaunchTemplates", + "ec2:DescribePlacementGroups", "ec2:DescribeSecurityGroups", "ec2:DescribeSpotPriceHistory", "ec2:DescribeSubnets" diff --git a/website/content/en/docs/getting-started/getting-started-with-karpenter/grafana-values.yaml b/website/content/en/docs/getting-started/getting-started-with-karpenter/grafana-values.yaml index 5cd9ccbf6469..54eddab2b00d 100644 --- a/website/content/en/docs/getting-started/getting-started-with-karpenter/grafana-values.yaml +++ b/website/content/en/docs/getting-started/getting-started-with-karpenter/grafana-values.yaml @@ -22,6 +22,6 @@ dashboardProviders: dashboards: default: capacity-dashboard: - url: https://karpenter.sh/v1.10/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json + url: https://karpenter.sh/v1.11/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json performance-dashboard: - url: https://karpenter.sh/v1.10/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json + url: https://karpenter.sh/v1.11/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json diff --git a/website/content/en/docs/getting-started/migrating-from-cas/_index.md b/website/content/en/docs/getting-started/migrating-from-cas/_index.md index c0c4949626b7..6035433f59e3 100644 --- a/website/content/en/docs/getting-started/migrating-from-cas/_index.md +++ b/website/content/en/docs/getting-started/migrating-from-cas/_index.md @@ -92,7 +92,7 @@ One for your Karpenter node role and one for your existing node group. First set the Karpenter release you want to deploy. ```bash -export KARPENTER_VERSION="1.10.0" +export KARPENTER_VERSION="1.11.0" ``` We can now generate a full Karpenter deployment yaml from the Helm chart. @@ -132,7 +132,7 @@ Now that our deployment is ready we can create the karpenter namespace, create t ## Create default NodePool -We need to create a default NodePool so Karpenter knows what types of nodes we want for unscheduled workloads. You can refer to some of the [example NodePool](https://github.com/aws/karpenter/tree/v1.10.0/examples/v1) for specific needs. +We need to create a default NodePool so Karpenter knows what types of nodes we want for unscheduled workloads. You can refer to some of the [example NodePool](https://github.com/aws/karpenter/tree/v1.11.0/examples/v1) for specific needs. {{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh" language="bash" %}} diff --git a/website/content/en/docs/reference/cloudformation.md b/website/content/en/docs/reference/cloudformation.md index 6cf63823c740..981f30606fdc 100644 --- a/website/content/en/docs/reference/cloudformation.md +++ b/website/content/en/docs/reference/cloudformation.md @@ -17,7 +17,7 @@ These descriptions should allow you to understand: To download a particular version of `cloudformation.yaml`, set the version and use `curl` to pull the file to your local system: ```bash -export KARPENTER_VERSION="1.10.0" +export KARPENTER_VERSION="1.11.0" curl https://raw.githubusercontent.com/aws/karpenter-provider-aws/v"${KARPENTER_VERSION}"/website/content/en/preview/getting-started/getting-started-with-karpenter/cloudformation.yaml > cloudformation.yaml ``` @@ -113,7 +113,7 @@ NodeLifecyclePolicy: The AllowScopedEC2InstanceAccessActions statement ID (Sid) identifies a set of EC2 resources that are allowed to be accessed with [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) and [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html) actions. -For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read (but not create) `image`, `snapshot`, `security-group`, `subnet` and `capacity-reservation` EC2 resources, scoped for the particular AWS partition and region. +For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read (but not create) `image`, `snapshot`, `security-group`, `subnet`, `capacity-reservation`, and `placement group` EC2 resources, scoped for the particular AWS partition and region. ```json { @@ -124,7 +124,8 @@ For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:security-group/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:subnet/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*" + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*", + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*", ], "Action": [ "ec2:RunInstances", @@ -496,7 +497,7 @@ ResourceDiscoveryPolicy: #### AllowRegionalReadActions -The AllowRegionalReadActions Sid allows [DescribeAvailabilityZones](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html), [DescribeImages](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html), [DescribeInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html), [DescribeInstanceTypeOfferings](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypeOfferings.html), [DescribeInstanceTypes](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html), [DescribeLaunchTemplates](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html), [DescribeSecurityGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html), [DescribeSpotPriceHistory](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html), and [DescribeSubnets](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html) actions for the current AWS region. +The AllowRegionalReadActions Sid allows [DescribeCapacityReservations](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityReservations.html), [DescribeAvailabilityZones](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html), [DescribeImages](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html), [DescribeInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html), [DescribeInstanceTypeOfferings](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypeOfferings.html), [DescribeInstanceTypes](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html), [DescribeLaunchTemplates](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html), [DescribePlacementGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePlacementGroups.html), [DescribeSecurityGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html), [DescribeSpotPriceHistory](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html), and [DescribeSubnets](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html) actions for the current AWS region. This allows the Karpenter controller to do any of those read-only actions across all related resources for that AWS region. ```json @@ -511,6 +512,7 @@ This allows the Karpenter controller to do any of those read-only actions across "ec2:DescribeInstanceTypeOfferings", "ec2:DescribeInstanceTypes", "ec2:DescribeLaunchTemplates", + "ec2:DescribePlacementGroups", "ec2:DescribeSecurityGroups", "ec2:DescribeSpotPriceHistory", "ec2:DescribeSubnets" diff --git a/website/content/en/docs/reference/instance-types.md b/website/content/en/docs/reference/instance-types.md index cf2fd875211c..a112da3c9cfe 100644 --- a/website/content/en/docs/reference/instance-types.md +++ b/website/content/en/docs/reference/instance-types.md @@ -6173,6 +6173,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -6185,6 +6186,7 @@ below are the resources available with some assumptions and after the instance o |memory|356820Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `c8gb.metal-48xl` #### Labels | Label | Value | @@ -6200,6 +6202,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -6857,7 +6860,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| @@ -6886,7 +6889,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| @@ -7488,6 +7491,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7499,6 +7503,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|2784Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `c8id.xlarge` #### Labels | Label | Value | @@ -7515,6 +7520,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7526,6 +7532,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|5924Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `c8id.2xlarge` #### Labels | Label | Value | @@ -7542,6 +7549,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7553,6 +7561,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13502Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `c8id.4xlarge` #### Labels | Label | Value | @@ -7569,6 +7578,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7580,6 +7590,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|25621Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `c8id.8xlarge` #### Labels | Label | Value | @@ -7596,6 +7607,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7607,6 +7619,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|54853Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `c8id.12xlarge` #### Labels | Label | Value | @@ -7623,6 +7636,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7634,6 +7648,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|84086Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `c8id.16xlarge` #### Labels | Label | Value | @@ -7650,6 +7665,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7661,6 +7677,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|109776Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `c8id.24xlarge` #### Labels | Label | Value | @@ -7677,6 +7694,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7688,6 +7706,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `c8id.32xlarge` #### Labels | Label | Value | @@ -7704,6 +7723,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7715,6 +7735,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|225474Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.48xlarge` #### Labels | Label | Value | @@ -7731,6 +7752,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7743,6 +7765,7 @@ below are the resources available with some assumptions and after the instance o |memory|346715Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.metal-48xl` #### Labels | Label | Value | @@ -7759,6 +7782,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7771,6 +7795,7 @@ below are the resources available with some assumptions and after the instance o |memory|346715Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.96xlarge` #### Labels | Label | Value | @@ -7787,6 +7812,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7799,6 +7825,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.metal-96xl` #### Labels | Label | Value | @@ -7815,6 +7842,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7827,6 +7855,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## d2 Family ### `d2.xlarge` #### Labels @@ -10082,6 +10111,7 @@ below are the resources available with some assumptions and after the instance o |memory|57471Mi| |nvidia.com/gpu|1| |pods|254| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.4xlarge` #### Labels | Label | Value | @@ -10115,6 +10145,7 @@ below are the resources available with some assumptions and after the instance o |memory|115320Mi| |nvidia.com/gpu|1| |pods|506| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.8xlarge` #### Labels | Label | Value | @@ -10149,6 +10180,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|1| |pods|506| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.12xlarge` #### Labels | Label | Value | @@ -10183,6 +10215,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|2| |pods|632| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.24xlarge` #### Labels | Label | Value | @@ -10217,6 +10250,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|4| |pods|632| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.48xlarge` #### Labels | Label | Value | @@ -10251,6 +10285,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|8| |pods|632| |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|120| ## gr6 Family ### `gr6.4xlarge` #### Labels @@ -10737,6 +10772,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -12677,6 +12713,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|45000| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|90000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -12689,6 +12726,7 @@ below are the resources available with some assumptions and after the instance o |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| ## i8ge Family ### `i8ge.large` #### Labels @@ -19456,6 +19494,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|2080| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19467,6 +19506,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|3312Mi| |pods|11| + |vpc.amazonaws.com/pod-eni|3| ### `m8azn.large` #### Labels | Label | Value | @@ -19482,6 +19522,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|4170| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19493,6 +19534,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6364Mi| |pods|78| + |vpc.amazonaws.com/pod-eni|8| ### `m8azn.xlarge` #### Labels | Label | Value | @@ -19508,6 +19550,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|8330| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19519,6 +19562,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13942Mi| |pods|78| + |vpc.amazonaws.com/pod-eni|18| ### `m8azn.3xlarge` #### Labels | Label | Value | @@ -19534,6 +19578,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|3xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19545,6 +19590,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|41656Mi| |pods|314| + |vpc.amazonaws.com/pod-eni|34| ### `m8azn.6xlarge` #### Labels | Label | Value | @@ -19560,6 +19606,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19571,6 +19618,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|87122Mi| |pods|314| + |vpc.amazonaws.com/pod-eni|54| ### `m8azn.12xlarge` #### Labels | Label | Value | @@ -19586,6 +19634,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19597,6 +19646,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.metal-12xl` #### Labels | Label | Value | @@ -19612,6 +19662,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-12xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19623,6 +19674,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.24xlarge` #### Labels | Label | Value | @@ -19638,6 +19690,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19650,6 +19703,7 @@ below are the resources available with some assumptions and after the instance o |memory|352259Mi| |pods|1010| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.metal-24xl` #### Labels | Label | Value | @@ -19665,6 +19719,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19677,6 +19732,7 @@ below are the resources available with some assumptions and after the instance o |memory|352259Mi| |pods|1010| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| ## m8g Family ### `m8g.medium` #### Labels @@ -20288,6 +20344,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20315,6 +20372,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20327,6 +20385,7 @@ below are the resources available with some assumptions and after the instance o |memory|720545Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `m8gb.metal-48xl` #### Labels | Label | Value | @@ -20342,6 +20401,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20977,6 +21037,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20998,7 +21059,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|m8gn| |karpenter.k8s.aws/instance-generation|8| @@ -21027,12 +21088,13 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|m8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|600000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -21628,6 +21690,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21639,6 +21702,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6573Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `m8id.xlarge` #### Labels | Label | Value | @@ -21655,6 +21719,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21666,6 +21731,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13502Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `m8id.2xlarge` #### Labels | Label | Value | @@ -21682,6 +21748,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21693,6 +21760,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|28657Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `m8id.4xlarge` #### Labels | Label | Value | @@ -21709,6 +21777,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21720,6 +21789,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|55931Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `m8id.8xlarge` #### Labels | Label | Value | @@ -21736,6 +21806,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21747,6 +21818,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|115474Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `m8id.12xlarge` #### Labels | Label | Value | @@ -21763,6 +21835,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21774,6 +21847,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|175017Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `m8id.16xlarge` #### Labels | Label | Value | @@ -21790,6 +21864,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21801,6 +21876,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|231018Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8id.24xlarge` #### Labels | Label | Value | @@ -21817,6 +21893,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21828,6 +21905,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|352259Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8id.32xlarge` #### Labels | Label | Value | @@ -21844,6 +21922,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21855,6 +21934,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|467957Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.48xlarge` #### Labels | Label | Value | @@ -21871,6 +21951,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21883,6 +21964,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.metal-48xl` #### Labels | Label | Value | @@ -21899,6 +21981,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21911,6 +21994,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.96xlarge` #### Labels | Label | Value | @@ -21927,6 +22011,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21939,6 +22024,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.metal-96xl` #### Labels | Label | Value | @@ -21955,6 +22041,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21967,6 +22054,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## p3 Family ### `p3.2xlarge` #### Labels @@ -28830,6 +28918,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -28842,6 +28931,7 @@ below are the resources available with some assumptions and after the instance o |memory|1447995Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `r8gb.metal-48xl` #### Labels | Label | Value | @@ -28857,6 +28947,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -29514,7 +29605,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| @@ -29543,7 +29634,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| @@ -30145,6 +30236,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30156,6 +30248,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14151Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `r8id.xlarge` #### Labels | Label | Value | @@ -30172,6 +30265,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30183,6 +30277,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|28657Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `r8id.2xlarge` #### Labels | Label | Value | @@ -30199,6 +30294,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30210,6 +30306,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|58967Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `r8id.4xlarge` #### Labels | Label | Value | @@ -30226,6 +30323,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30237,6 +30335,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|116552Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `r8id.8xlarge` #### Labels | Label | Value | @@ -30253,6 +30352,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30264,6 +30364,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|236716Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `r8id.12xlarge` #### Labels | Label | Value | @@ -30280,6 +30381,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30291,6 +30393,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|356879Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `r8id.16xlarge` #### Labels | Label | Value | @@ -30307,6 +30410,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30318,6 +30422,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|473501Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `r8id.24xlarge` #### Labels | Label | Value | @@ -30334,6 +30439,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30345,6 +30451,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|715984Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `r8id.32xlarge` #### Labels | Label | Value | @@ -30361,6 +30468,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30372,6 +30480,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|952923Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.48xlarge` #### Labels | Label | Value | @@ -30388,6 +30497,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30400,6 +30510,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.metal-48xl` #### Labels | Label | Value | @@ -30416,6 +30527,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30428,6 +30540,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.96xlarge` #### Labels | Label | Value | @@ -30444,6 +30557,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30456,6 +30570,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.metal-96xl` #### Labels | Label | Value | @@ -30472,6 +30587,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30484,6 +30600,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## t1 Family ### `t1.micro` #### Labels @@ -33356,6 +33473,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29306Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `x8i.xlarge` #### Labels | Label | Value | @@ -33383,6 +33501,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|58967Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `x8i.2xlarge` #### Labels | Label | Value | @@ -33410,6 +33529,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|119588Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `x8i.4xlarge` #### Labels | Label | Value | @@ -33437,6 +33557,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|237794Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `x8i.8xlarge` #### Labels | Label | Value | @@ -33464,6 +33585,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|479199Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `x8i.12xlarge` #### Labels | Label | Value | @@ -33491,6 +33613,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|720604Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `x8i.16xlarge` #### Labels | Label | Value | @@ -33518,6 +33641,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|958467Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `x8i.24xlarge` #### Labels | Label | Value | @@ -33545,6 +33669,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|1443434Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `x8i.32xlarge` #### Labels | Label | Value | @@ -33572,6 +33697,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|1922856Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.48xlarge` #### Labels | Label | Value | @@ -33600,6 +33726,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.metal-48xl` #### Labels | Label | Value | @@ -33628,6 +33755,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.64xlarge` #### Labels | Label | Value | @@ -33656,6 +33784,7 @@ below are the resources available with some assumptions and after the instance o |memory|3862722Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.96xlarge` #### Labels | Label | Value | @@ -33684,6 +33813,7 @@ below are the resources available with some assumptions and after the instance o |memory|5802587Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.metal-96xl` #### Labels | Label | Value | @@ -33712,6 +33842,7 @@ below are the resources available with some assumptions and after the instance o |memory|5802587Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## z1d Family ### `z1d.large` #### Labels diff --git a/website/content/en/docs/reference/metrics.md b/website/content/en/docs/reference/metrics.md index 386ee4f8e912..e25b37c0db4d 100644 --- a/website/content/en/docs/reference/metrics.md +++ b/website/content/en/docs/reference/metrics.md @@ -8,329 +8,6 @@ description: > --- Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) - -### `karpenter_ignored_pod_count` -Number of pods ignored during scheduling by Karpenter -- Stability Level: ALPHA - -### `karpenter_build_info` -A metric with a constant '1' value labeled by version from which karpenter was built. -- Stability Level: STABLE - -## Nodeclaims Metrics - -### `karpenter_nodeclaims_termination_duration_seconds` -Duration of NodeClaim termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_terminated_total` -Number of nodeclaims terminated in total by Karpenter. Labeled by the owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodeclaims_instance_termination_duration_seconds` -Duration of CloudProvider Instance termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_disrupted_total` -Number of nodeclaims disrupted in total by Karpenter. Labeled by reason the nodeclaim was disrupted and the owning nodepool. -- Stability Level: ALPHA - -### `karpenter_nodeclaims_created_total` -Number of nodeclaims created in total by Karpenter. Labeled by reason the nodeclaim was created and the owning nodepool. -- Stability Level: STABLE - -### `operator_nodeclaim_status_condition_transitions_total` -The count of transitions of a nodeclaim, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_count` -The number of a condition for a nodeclaim, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_termination_current_time_seconds` -The current amount of time in seconds that a nodeclaim has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodeclaim_termination_duration_seconds` -The amount of time taken by a nodeclaim to terminate completely. -- Stability Level: BETA - -## Nodes Metrics - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by pod limits, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. -- Stability Level: BETA - -### `karpenter_nodes_termination_duration_seconds` -The time taken between a node's deletion request and the removal of its finalizer -- Stability Level: BETA - -### `karpenter_nodes_terminated_total` -Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodes_system_overhead` -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_eviction_requests_total` -The total number of eviction requests made by Karpenter -- Stability Level: ALPHA - -### `karpenter_nodes_drained_total` -The total number of nodes drained by Karpenter -- 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 - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. -- Stability Level: BETA - -### `operator_node_status_condition_transitions_total` -The count of transitions of a node, type and status. -- Stability Level: BETA - -### `operator_node_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_node_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_status_condition_count` -The number of a condition for a node, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_termination_current_time_seconds` -The current amount of time in seconds that a node has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_node_termination_duration_seconds` -The amount of time taken by a node to terminate completely. -- Stability Level: BETA - -### `operator_node_event_count` -The number of a events for a node. -- Stability Level: BETA - -## Pods Metrics - -### `karpenter_pods_state` -Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type and pod phase. -- Stability Level: BETA - -### `karpenter_pods_startup_duration_seconds` -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: DEPRECATED - -### `operator_termination_current_time_seconds` -The current amount of time in seconds that an object has been in terminating state. -- Stability Level: DEPRECATED - -## Voluntary Disruption Metrics - -### `karpenter_voluntary_disruption_queue_failures_total` -The number of times that an enqueued disruption decision failed. Labeled by disruption method. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_eligible_nodes` -Number of nodes eligible for disruption by Karpenter. Labeled by disruption reason. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_decisions_total` -Number of disruption decisions performed. Labeled by disruption decision, reason, and consolidation type. -- Stability Level: STABLE - -### `karpenter_voluntary_disruption_decision_evaluation_duration_seconds` -Duration of the disruption decision evaluation process in seconds. Labeled by method and consolidation type. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_consolidation_timeouts_total` -Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type. -- Stability Level: BETA - -## Scheduler Metrics - -### `karpenter_scheduler_scheduling_duration_seconds` -Duration of scheduling simulations used for deprovisioning and provisioning in seconds. -- Stability Level: STABLE - -### `karpenter_scheduler_queue_depth` -The number of pods currently waiting to be scheduled. -- Stability Level: BETA - -## Nodepools Metrics - -### `karpenter_nodepools_usage` -The amount of resources that have been provisioned for a nodepool. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_limit` -Limits specified on the nodepool that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_allowed_disruptions` -The number of nodes for a given NodePool that can be concurrently disrupting at a point in time. Labeled by NodePool. Note that allowed disruptions can change very rapidly, as new nodes may be created and others may be deleted at any point. -- Stability Level: ALPHA - -### `operator_nodepool_status_condition_transitions_total` -The count of transitions of a nodepool, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodepool_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodepool_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_status_condition_count` -The number of an condition for a nodepool, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_termination_current_time_seconds` -The current amount of time in seconds that a nodepool has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodepool_termination_duration_seconds` -Duration of NodePool termination in seconds. -- Stability Level: BETA - -## EC2NodeClass Metrics - -### `operator_ec2nodeclass_status_condition_transitions_total` -The count of transitions of a ec2nodeclass, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_count` -The number of an condition for an ec2nodeclass, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_current_time_seconds` -The current amount of time in seconds that an ec2nodeclass has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_duration_seconds` -Duration of ec2nodeclass termination in seconds. -- Stability Level: BETA - -## Interruption Metrics - -### `karpenter_interruption_received_messages_total` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. -- Stability Level: STABLE - -### `karpenter_interruption_message_queue_duration_seconds` -Amount of time an interruption message is on the queue before it is processed by karpenter. -- Stability Level: STABLE - -### `karpenter_interruption_deleted_messages_total` -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_unsynced_time_seconds` -The time for which cluster state is not synced -- Stability Level: ALPHA - -### `karpenter_cluster_state_synced` -Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state -- Stability Level: STABLE - -### `karpenter_cluster_state_node_count` -Current count of nodes in cluster state -- Stability Level: STABLE - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_instance_type_offering_price_estimate` -Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_offering_available` -Instance type offering availability, based on instance type, capacity type, and zone -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_memory_bytes` -Memory, in bytes, for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_cpu_cores` -VCPUs cores for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_errors_total` -Total number of errors returned from CloudProvider calls. -- Stability Level: BETA - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. -- Stability Level: BETA - -## Cloudprovider Batcher Metrics - -### `karpenter_cloudprovider_batcher_batch_time_seconds` -Duration of the batching window per batcher -- Stability Level: BETA - -### `karpenter_cloudprovider_batcher_batch_size` -Size of the request batch per batcher -- Stability Level: BETA - ## Controller Runtime Metrics ### `controller_runtime_terminal_reconcile_errors_total` @@ -395,34 +72,6 @@ Current depth of workqueue by workqueue and priority Total number of adds handled by workqueue - Stability Level: STABLE -## Status Condition Metrics - -### `operator_status_condition_transitions_total` -The count of transitions of a given object, type and status. -- Stability Level: DEPRECATED - -### `operator_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. e.g. Alarm := P99(Updated=False) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Alarm := P99(Updated=Unknown) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_count` -The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0 -- Stability Level: DEPRECATED - -## Client Go Metrics - -### `client_go_request_total` -Number of HTTP requests, partitioned by status code and method. -- Stability Level: STABLE - -### `client_go_request_duration_seconds` -Request latency in seconds. Broken down by verb, group, version, kind, and subresource. -- Stability Level: STABLE - ## AWS SDK Go Metrics ### `aws_sdk_go_request_total` diff --git a/website/content/en/docs/reference/threat-model.md b/website/content/en/docs/reference/threat-model.md index f9921f20f61a..27b16cff9a4a 100644 --- a/website/content/en/docs/reference/threat-model.md +++ b/website/content/en/docs/reference/threat-model.md @@ -31,11 +31,11 @@ A Cluster Developer has the ability to create pods via `Deployments`, `ReplicaSe Karpenter has permissions to create and manage cloud instances. Karpenter has Kubernetes API permissions to create, update, and remove nodes, as well as evict pods. For a full list of the permissions, see the RBAC rules in the helm chart template. Karpenter also has AWS IAM permissions to create instances with IAM roles. -* [aggregate-clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/aggregate-clusterrole.yaml) -* [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/clusterrole-core.yaml) -* [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/clusterrole.yaml) -* [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/rolebinding.yaml) -* [role.yaml](https://github.com/aws/karpenter/blob/v1.10.0/charts/karpenter/templates/role.yaml) +* [aggregate-clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/aggregate-clusterrole.yaml) +* [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole-core.yaml) +* [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole.yaml) +* [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/rolebinding.yaml) +* [role.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/role.yaml) ## Assumptions diff --git a/website/content/en/preview/reference/instance-types.md b/website/content/en/preview/reference/instance-types.md index cf2fd875211c..a112da3c9cfe 100644 --- a/website/content/en/preview/reference/instance-types.md +++ b/website/content/en/preview/reference/instance-types.md @@ -6173,6 +6173,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -6185,6 +6186,7 @@ below are the resources available with some assumptions and after the instance o |memory|356820Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `c8gb.metal-48xl` #### Labels | Label | Value | @@ -6200,6 +6202,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -6857,7 +6860,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| @@ -6886,7 +6889,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| @@ -7488,6 +7491,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7499,6 +7503,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|2784Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `c8id.xlarge` #### Labels | Label | Value | @@ -7515,6 +7520,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7526,6 +7532,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|5924Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `c8id.2xlarge` #### Labels | Label | Value | @@ -7542,6 +7549,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7553,6 +7561,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13502Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `c8id.4xlarge` #### Labels | Label | Value | @@ -7569,6 +7578,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7580,6 +7590,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|25621Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `c8id.8xlarge` #### Labels | Label | Value | @@ -7596,6 +7607,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7607,6 +7619,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|54853Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `c8id.12xlarge` #### Labels | Label | Value | @@ -7623,6 +7636,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7634,6 +7648,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|84086Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `c8id.16xlarge` #### Labels | Label | Value | @@ -7650,6 +7665,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7661,6 +7677,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|109776Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `c8id.24xlarge` #### Labels | Label | Value | @@ -7677,6 +7694,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7688,6 +7706,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `c8id.32xlarge` #### Labels | Label | Value | @@ -7704,6 +7723,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7715,6 +7735,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|225474Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.48xlarge` #### Labels | Label | Value | @@ -7731,6 +7752,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7743,6 +7765,7 @@ below are the resources available with some assumptions and after the instance o |memory|346715Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.metal-48xl` #### Labels | Label | Value | @@ -7759,6 +7782,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7771,6 +7795,7 @@ below are the resources available with some assumptions and after the instance o |memory|346715Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.96xlarge` #### Labels | Label | Value | @@ -7787,6 +7812,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7799,6 +7825,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `c8id.metal-96xl` #### Labels | Label | Value | @@ -7815,6 +7842,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -7827,6 +7855,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## d2 Family ### `d2.xlarge` #### Labels @@ -10082,6 +10111,7 @@ below are the resources available with some assumptions and after the instance o |memory|57471Mi| |nvidia.com/gpu|1| |pods|254| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.4xlarge` #### Labels | Label | Value | @@ -10115,6 +10145,7 @@ below are the resources available with some assumptions and after the instance o |memory|115320Mi| |nvidia.com/gpu|1| |pods|506| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.8xlarge` #### Labels | Label | Value | @@ -10149,6 +10180,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|1| |pods|506| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.12xlarge` #### Labels | Label | Value | @@ -10183,6 +10215,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|2| |pods|632| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.24xlarge` #### Labels | Label | Value | @@ -10217,6 +10250,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|4| |pods|632| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|120| ### `g7e.48xlarge` #### Labels | Label | Value | @@ -10251,6 +10285,7 @@ below are the resources available with some assumptions and after the instance o |nvidia.com/gpu|8| |pods|632| |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|120| ## gr6 Family ### `gr6.4xlarge` #### Labels @@ -10737,6 +10772,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -12677,6 +12713,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|45000| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|90000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -12689,6 +12726,7 @@ below are the resources available with some assumptions and after the instance o |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| ## i8ge Family ### `i8ge.large` #### Labels @@ -19456,6 +19494,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|2080| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19467,6 +19506,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|3312Mi| |pods|11| + |vpc.amazonaws.com/pod-eni|3| ### `m8azn.large` #### Labels | Label | Value | @@ -19482,6 +19522,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|4170| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19493,6 +19534,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6364Mi| |pods|78| + |vpc.amazonaws.com/pod-eni|8| ### `m8azn.xlarge` #### Labels | Label | Value | @@ -19508,6 +19550,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|8330| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19519,6 +19562,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13942Mi| |pods|78| + |vpc.amazonaws.com/pod-eni|18| ### `m8azn.3xlarge` #### Labels | Label | Value | @@ -19534,6 +19578,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|3xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19545,6 +19590,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|41656Mi| |pods|314| + |vpc.amazonaws.com/pod-eni|34| ### `m8azn.6xlarge` #### Labels | Label | Value | @@ -19560,6 +19606,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19571,6 +19618,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|87122Mi| |pods|314| + |vpc.amazonaws.com/pod-eni|54| ### `m8azn.12xlarge` #### Labels | Label | Value | @@ -19586,6 +19634,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19597,6 +19646,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.metal-12xl` #### Labels | Label | Value | @@ -19612,6 +19662,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-12xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19623,6 +19674,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|170397Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.24xlarge` #### Labels | Label | Value | @@ -19638,6 +19690,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19650,6 +19703,7 @@ below are the resources available with some assumptions and after the instance o |memory|352259Mi| |pods|1010| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| ### `m8azn.metal-24xl` #### Labels | Label | Value | @@ -19665,6 +19719,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -19677,6 +19732,7 @@ below are the resources available with some assumptions and after the instance o |memory|352259Mi| |pods|1010| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| ## m8g Family ### `m8g.medium` #### Labels @@ -20288,6 +20344,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20315,6 +20372,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20327,6 +20385,7 @@ below are the resources available with some assumptions and after the instance o |memory|720545Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `m8gb.metal-48xl` #### Labels | Label | Value | @@ -20342,6 +20401,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20977,6 +21037,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -20998,7 +21059,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|m8gn| |karpenter.k8s.aws/instance-generation|8| @@ -21027,12 +21088,13 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|m8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|600000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -21628,6 +21690,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21639,6 +21702,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6573Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `m8id.xlarge` #### Labels | Label | Value | @@ -21655,6 +21719,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21666,6 +21731,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|13502Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `m8id.2xlarge` #### Labels | Label | Value | @@ -21682,6 +21748,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21693,6 +21760,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|28657Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `m8id.4xlarge` #### Labels | Label | Value | @@ -21709,6 +21777,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21720,6 +21789,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|55931Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `m8id.8xlarge` #### Labels | Label | Value | @@ -21736,6 +21806,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21747,6 +21818,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|115474Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `m8id.12xlarge` #### Labels | Label | Value | @@ -21763,6 +21835,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21774,6 +21847,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|175017Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `m8id.16xlarge` #### Labels | Label | Value | @@ -21790,6 +21864,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21801,6 +21876,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|231018Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8id.24xlarge` #### Labels | Label | Value | @@ -21817,6 +21893,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21828,6 +21905,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|352259Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `m8id.32xlarge` #### Labels | Label | Value | @@ -21844,6 +21922,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21855,6 +21934,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|467957Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.48xlarge` #### Labels | Label | Value | @@ -21871,6 +21951,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21883,6 +21964,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.metal-48xl` #### Labels | Label | Value | @@ -21899,6 +21981,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21911,6 +21994,7 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.96xlarge` #### Labels | Label | Value | @@ -21927,6 +22011,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21939,6 +22024,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `m8id.metal-96xl` #### Labels | Label | Value | @@ -21955,6 +22041,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -21967,6 +22054,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## p3 Family ### `p3.2xlarge` #### Labels @@ -28830,6 +28918,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -28842,6 +28931,7 @@ below are the resources available with some assumptions and after the instance o |memory|1447995Mi| |pods|590| |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| ### `r8gb.metal-48xl` #### Labels | Label | Value | @@ -28857,6 +28947,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| @@ -29514,7 +29605,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| @@ -29543,7 +29634,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| @@ -30145,6 +30236,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30156,6 +30248,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14151Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `r8id.xlarge` #### Labels | Label | Value | @@ -30172,6 +30265,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30183,6 +30277,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|28657Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `r8id.2xlarge` #### Labels | Label | Value | @@ -30199,6 +30294,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30210,6 +30306,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|58967Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `r8id.4xlarge` #### Labels | Label | Value | @@ -30226,6 +30323,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30237,6 +30335,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|116552Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `r8id.8xlarge` #### Labels | Label | Value | @@ -30253,6 +30352,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30264,6 +30364,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|236716Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `r8id.12xlarge` #### Labels | Label | Value | @@ -30280,6 +30381,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30291,6 +30393,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|356879Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `r8id.16xlarge` #### Labels | Label | Value | @@ -30307,6 +30410,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30318,6 +30422,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|473501Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `r8id.24xlarge` #### Labels | Label | Value | @@ -30334,6 +30439,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30345,6 +30451,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|715984Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `r8id.32xlarge` #### Labels | Label | Value | @@ -30361,6 +30468,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30372,6 +30480,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|952923Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.48xlarge` #### Labels | Label | Value | @@ -30388,6 +30497,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30400,6 +30510,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.metal-48xl` #### Labels | Label | Value | @@ -30416,6 +30527,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30428,6 +30540,7 @@ below are the resources available with some assumptions and after the instance o |memory|1437890Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.96xlarge` #### Labels | Label | Value | @@ -30444,6 +30557,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30456,6 +30570,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `r8id.metal-96xl` #### Labels | Label | Value | @@ -30472,6 +30587,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| @@ -30484,6 +30600,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## t1 Family ### `t1.micro` #### Labels @@ -33356,6 +33473,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29306Mi| |pods|59| + |vpc.amazonaws.com/pod-eni|9| ### `x8i.xlarge` #### Labels | Label | Value | @@ -33383,6 +33501,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|58967Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|18| ### `x8i.2xlarge` #### Labels | Label | Value | @@ -33410,6 +33529,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|119588Mi| |pods|118| + |vpc.amazonaws.com/pod-eni|38| ### `x8i.4xlarge` #### Labels | Label | Value | @@ -33437,6 +33557,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|237794Mi| |pods|394| + |vpc.amazonaws.com/pod-eni|54| ### `x8i.8xlarge` #### Labels | Label | Value | @@ -33464,6 +33585,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|479199Mi| |pods|492| + |vpc.amazonaws.com/pod-eni|82| ### `x8i.12xlarge` #### Labels | Label | Value | @@ -33491,6 +33613,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|720604Mi| |pods|590| + |vpc.amazonaws.com/pod-eni|110| ### `x8i.16xlarge` #### Labels | Label | Value | @@ -33518,6 +33641,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|958467Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `x8i.24xlarge` #### Labels | Label | Value | @@ -33545,6 +33669,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|1443434Mi| |pods|1010| + |vpc.amazonaws.com/pod-eni|106| ### `x8i.32xlarge` #### Labels | Label | Value | @@ -33572,6 +33697,7 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|1922856Mi| |pods|1514| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.48xlarge` #### Labels | Label | Value | @@ -33600,6 +33726,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.metal-48xl` #### Labels | Label | Value | @@ -33628,6 +33755,7 @@ below are the resources available with some assumptions and after the instance o |memory|2892789Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.64xlarge` #### Labels | Label | Value | @@ -33656,6 +33784,7 @@ below are the resources available with some assumptions and after the instance o |memory|3862722Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.96xlarge` #### Labels | Label | Value | @@ -33684,6 +33813,7 @@ below are the resources available with some assumptions and after the instance o |memory|5802587Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ### `x8i.metal-96xl` #### Labels | Label | Value | @@ -33712,6 +33842,7 @@ below are the resources available with some assumptions and after the instance o |memory|5802587Mi| |pods|1514| |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## z1d Family ### `z1d.large` #### Labels diff --git a/website/content/en/preview/reference/metrics.md b/website/content/en/preview/reference/metrics.md index 386ee4f8e912..e25b37c0db4d 100644 --- a/website/content/en/preview/reference/metrics.md +++ b/website/content/en/preview/reference/metrics.md @@ -8,329 +8,6 @@ description: > --- Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) - -### `karpenter_ignored_pod_count` -Number of pods ignored during scheduling by Karpenter -- Stability Level: ALPHA - -### `karpenter_build_info` -A metric with a constant '1' value labeled by version from which karpenter was built. -- Stability Level: STABLE - -## Nodeclaims Metrics - -### `karpenter_nodeclaims_termination_duration_seconds` -Duration of NodeClaim termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_terminated_total` -Number of nodeclaims terminated in total by Karpenter. Labeled by the owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodeclaims_instance_termination_duration_seconds` -Duration of CloudProvider Instance termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_disrupted_total` -Number of nodeclaims disrupted in total by Karpenter. Labeled by reason the nodeclaim was disrupted and the owning nodepool. -- Stability Level: ALPHA - -### `karpenter_nodeclaims_created_total` -Number of nodeclaims created in total by Karpenter. Labeled by reason the nodeclaim was created and the owning nodepool. -- Stability Level: STABLE - -### `operator_nodeclaim_status_condition_transitions_total` -The count of transitions of a nodeclaim, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_count` -The number of a condition for a nodeclaim, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_termination_current_time_seconds` -The current amount of time in seconds that a nodeclaim has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodeclaim_termination_duration_seconds` -The amount of time taken by a nodeclaim to terminate completely. -- Stability Level: BETA - -## Nodes Metrics - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by pod limits, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. -- Stability Level: BETA - -### `karpenter_nodes_termination_duration_seconds` -The time taken between a node's deletion request and the removal of its finalizer -- Stability Level: BETA - -### `karpenter_nodes_terminated_total` -Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodes_system_overhead` -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_eviction_requests_total` -The total number of eviction requests made by Karpenter -- Stability Level: ALPHA - -### `karpenter_nodes_drained_total` -The total number of nodes drained by Karpenter -- 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 - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. -- Stability Level: BETA - -### `operator_node_status_condition_transitions_total` -The count of transitions of a node, type and status. -- Stability Level: BETA - -### `operator_node_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_node_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_status_condition_count` -The number of a condition for a node, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_termination_current_time_seconds` -The current amount of time in seconds that a node has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_node_termination_duration_seconds` -The amount of time taken by a node to terminate completely. -- Stability Level: BETA - -### `operator_node_event_count` -The number of a events for a node. -- Stability Level: BETA - -## Pods Metrics - -### `karpenter_pods_state` -Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type and pod phase. -- Stability Level: BETA - -### `karpenter_pods_startup_duration_seconds` -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: DEPRECATED - -### `operator_termination_current_time_seconds` -The current amount of time in seconds that an object has been in terminating state. -- Stability Level: DEPRECATED - -## Voluntary Disruption Metrics - -### `karpenter_voluntary_disruption_queue_failures_total` -The number of times that an enqueued disruption decision failed. Labeled by disruption method. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_eligible_nodes` -Number of nodes eligible for disruption by Karpenter. Labeled by disruption reason. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_decisions_total` -Number of disruption decisions performed. Labeled by disruption decision, reason, and consolidation type. -- Stability Level: STABLE - -### `karpenter_voluntary_disruption_decision_evaluation_duration_seconds` -Duration of the disruption decision evaluation process in seconds. Labeled by method and consolidation type. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_consolidation_timeouts_total` -Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type. -- Stability Level: BETA - -## Scheduler Metrics - -### `karpenter_scheduler_scheduling_duration_seconds` -Duration of scheduling simulations used for deprovisioning and provisioning in seconds. -- Stability Level: STABLE - -### `karpenter_scheduler_queue_depth` -The number of pods currently waiting to be scheduled. -- Stability Level: BETA - -## Nodepools Metrics - -### `karpenter_nodepools_usage` -The amount of resources that have been provisioned for a nodepool. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_limit` -Limits specified on the nodepool that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_allowed_disruptions` -The number of nodes for a given NodePool that can be concurrently disrupting at a point in time. Labeled by NodePool. Note that allowed disruptions can change very rapidly, as new nodes may be created and others may be deleted at any point. -- Stability Level: ALPHA - -### `operator_nodepool_status_condition_transitions_total` -The count of transitions of a nodepool, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodepool_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodepool_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_status_condition_count` -The number of an condition for a nodepool, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_termination_current_time_seconds` -The current amount of time in seconds that a nodepool has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodepool_termination_duration_seconds` -Duration of NodePool termination in seconds. -- Stability Level: BETA - -## EC2NodeClass Metrics - -### `operator_ec2nodeclass_status_condition_transitions_total` -The count of transitions of a ec2nodeclass, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_count` -The number of an condition for an ec2nodeclass, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_current_time_seconds` -The current amount of time in seconds that an ec2nodeclass has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_duration_seconds` -Duration of ec2nodeclass termination in seconds. -- Stability Level: BETA - -## Interruption Metrics - -### `karpenter_interruption_received_messages_total` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. -- Stability Level: STABLE - -### `karpenter_interruption_message_queue_duration_seconds` -Amount of time an interruption message is on the queue before it is processed by karpenter. -- Stability Level: STABLE - -### `karpenter_interruption_deleted_messages_total` -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_unsynced_time_seconds` -The time for which cluster state is not synced -- Stability Level: ALPHA - -### `karpenter_cluster_state_synced` -Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state -- Stability Level: STABLE - -### `karpenter_cluster_state_node_count` -Current count of nodes in cluster state -- Stability Level: STABLE - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_instance_type_offering_price_estimate` -Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_offering_available` -Instance type offering availability, based on instance type, capacity type, and zone -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_memory_bytes` -Memory, in bytes, for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_cpu_cores` -VCPUs cores for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_errors_total` -Total number of errors returned from CloudProvider calls. -- Stability Level: BETA - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. -- Stability Level: BETA - -## Cloudprovider Batcher Metrics - -### `karpenter_cloudprovider_batcher_batch_time_seconds` -Duration of the batching window per batcher -- Stability Level: BETA - -### `karpenter_cloudprovider_batcher_batch_size` -Size of the request batch per batcher -- Stability Level: BETA - ## Controller Runtime Metrics ### `controller_runtime_terminal_reconcile_errors_total` @@ -395,34 +72,6 @@ Current depth of workqueue by workqueue and priority Total number of adds handled by workqueue - Stability Level: STABLE -## Status Condition Metrics - -### `operator_status_condition_transitions_total` -The count of transitions of a given object, type and status. -- Stability Level: DEPRECATED - -### `operator_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. e.g. Alarm := P99(Updated=False) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Alarm := P99(Updated=Unknown) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_count` -The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0 -- Stability Level: DEPRECATED - -## Client Go Metrics - -### `client_go_request_total` -Number of HTTP requests, partitioned by status code and method. -- Stability Level: STABLE - -### `client_go_request_duration_seconds` -Request latency in seconds. Broken down by verb, group, version, kind, and subresource. -- Stability Level: STABLE - ## AWS SDK Go Metrics ### `aws_sdk_go_request_total` diff --git a/website/content/en/v1.8/_index.md b/website/content/en/v1.11/_index.md similarity index 100% rename from website/content/en/v1.8/_index.md rename to website/content/en/v1.11/_index.md diff --git a/website/content/en/v1.8/concepts/_index.md b/website/content/en/v1.11/concepts/_index.md similarity index 100% rename from website/content/en/v1.8/concepts/_index.md rename to website/content/en/v1.11/concepts/_index.md diff --git a/website/content/en/v1.8/concepts/disruption.md b/website/content/en/v1.11/concepts/disruption.md similarity index 100% rename from website/content/en/v1.8/concepts/disruption.md rename to website/content/en/v1.11/concepts/disruption.md diff --git a/website/content/en/v1.8/concepts/nodeclaims.md b/website/content/en/v1.11/concepts/nodeclaims.md similarity index 100% rename from website/content/en/v1.8/concepts/nodeclaims.md rename to website/content/en/v1.11/concepts/nodeclaims.md diff --git a/website/content/en/v1.8/concepts/nodeclasses.md b/website/content/en/v1.11/concepts/nodeclasses.md similarity index 94% rename from website/content/en/v1.8/concepts/nodeclasses.md rename to website/content/en/v1.11/concepts/nodeclasses.md index e0e4e7c290c6..e43c3bf6574f 100644 --- a/website/content/en/v1.8/concepts/nodeclasses.md +++ b/website/content/en/v1.11/concepts/nodeclasses.md @@ -115,6 +115,11 @@ spec: - id: cr-123 - instanceMatchCriteria: open + # Optional, the terms are exclusive + placementGroupSelector: + name: my-pg + id: pg-123 + # Optional, propagates tags to underlying EC2 resources tags: team: team-a @@ -141,6 +146,15 @@ spec: snapshotID: snap-0123456789 volumeInitializationRate: 100 + # Optional, configures the network interfaces for the instance + networkInterfaces: + - networkCardIndex: 0 + deviceIndex: 0 + interfaceType: "interface" + - networkCardIndex: 0 + deviceIndex: 1 + interfaceType: "interface" + # Optional, use instance-store volumes for node ephemeral-storage instanceStorePolicy: RAID0 @@ -200,6 +214,7 @@ status: id: cr-01234567890123456 instanceMatchCriteria: targeted instanceType: g6.48xlarge + interruptible: false ownerID: "012345678901" reservationType: capacity-block state: expiring @@ -207,6 +222,7 @@ status: id: cr-12345678901234567 instanceMatchCriteria: open instanceType: g6.48xlarge + interruptible: true ownerID: "98765432109" reservationType: default state: active @@ -527,6 +543,15 @@ max-pods = 110 ``` +### Windows2025 + +```powershell + +[string]$EKSBootstrapScriptFile = "$env:ProgramFiles\Amazon\EKS\Start-EKSBootstrap.ps1" +& $EKSBootstrapScriptFile -EKSClusterName 'test-cluster' -APIServerEndpoint 'https://test-cluster' -Base64ClusterCA 'ca-bundle' -KubeletExtraArgs '--node-labels="karpenter.sh/capacity-type=on-demand,karpenter.sh/nodepool=test" --max-pods=110' -DNSClusterIP '10.100.0.10' + +``` + ### Custom The `Custom` AMIFamily ships without any default userData to allow you to configure custom bootstrapping for control planes or images that don't support the default methods from the other families. For this AMIFamily, kubelet must add the taint `karpenter.sh/unregistered:NoExecute` via the `--register-with-taints` flag ([flags](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#options)) or the KubeletConfiguration spec ([options](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1/#kubelet-config-k8s-io-v1-CredentialProviderConfig) and [docs](https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/)). Karpenter will fail to register nodes that do not have this taint. @@ -703,7 +728,7 @@ You can provision and assign a role to an IAM instance profile using [CloudForma {{% alert title="Note" color="primary" %}} -For [private clusters](https://docs.aws.amazon.com/eks/latest/userguide/private-clusters.html) that do not have access to the public internet, using `spec.instanceProfile` is required. `spec.role` cannot be used since Karpenter needs to access IAM endpoints to manage a generated instance profile. IAM [doesn't support private endpoints](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html) to enable accessing the service without going to the public internet. +For [private clusters](https://docs.aws.amazon.com/eks/latest/userguide/private-clusters.html) without access to their AWS region's IAM API endpoint, using `spec.instanceProfile` is required. `spec.role` cannot be used since Karpenter needs to access IAM endpoints to manage a generated instance profile. IAM [doesn't support private endpoints](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html) to enable accessing the service without going to the public internet. {{% /alert %}} @@ -744,6 +769,7 @@ An `alias` term can be used to select EKS-optimized AMIs. An `alias` is formatte * `bottlerocket` * `windows2019` * `windows2022` +* `windows2025` The version string can be set to `latest`, or pinned to a specific AMI using the format of that AMI's GitHub release tags. For example, AL2 and AL2023 use dates for their release, so they can be pinned as follows: @@ -761,19 +787,19 @@ The following commands can be used to determine the versions availble for an ali {{< tabpane text=true right=false >}} {{% tab "AL2023" %}} ```bash - export K8S_VERSION="1.34" + export K8S_VERSION="1.35" aws ssm get-parameters-by-path --path "/aws/service/eks/optimized-ami/$K8S_VERSION/amazon-linux-2023/" --recursive | jq -cr '.Parameters[].Name' | grep -v "recommended" | awk -F '/' '{print $10}' | sed -r 's/.*(v[[:digit:]]+)$/\1/' | sort | uniq ``` {{% /tab %}} {{% tab "AL2" %}} ```bash - export K8S_VERSION="1.34" + export K8S_VERSION="1.35" aws ssm get-parameters-by-path --path "/aws/service/eks/optimized-ami/$K8S_VERSION/amazon-linux-2/" --recursive | jq -cr '.Parameters[].Name' | grep -v "recommended" | awk -F '/' '{print $8}' | sed -r 's/.*(v[[:digit:]]+)$/\1/' | sort | uniq ``` {{% /tab %}} {{% tab "Bottlerocket" %}} ```bash - export K8S_VERSION="1.34" + export K8S_VERSION="1.35" aws ssm get-parameters-by-path --path "/aws/service/bottlerocket/aws-k8s-$K8S_VERSION" --recursive | jq -cr '.Parameters[].Name' | grep -v "latest" | awk -F '/' '{print $7}' | sort | uniq ``` {{% /tab %}} @@ -950,6 +976,39 @@ spec: key: foo ``` +## spec.placementGroupSelector + +Placement Group Selector allows you to select a [placement group](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) for instances launched by this EC2NodeClass. Each EC2NodeClass maps to exactly one placement group — all instances launched from that EC2NodeClass are placed into the resolved placement group. + +Placement groups can be selected by either name or ID. Only one of `name` or `id` may be specified. + +Karpenter supports all three placement group strategies: +- **Cluster** — instances are placed in a single AZ on the same network segment for low-latency, high-throughput networking (e.g., EFA workloads) +- **Partition** — instances are distributed across isolated partitions (up to 7 per AZ) for hardware fault isolation. Applications can use `topologySpreadConstraints` with the `karpenter.k8s.aws/placement-group-partition` label to spread workloads across partitions. +- **Spread** — each instance is placed on distinct hardware (up to 7 instances per AZ per group) for maximum fault isolation + +{{% alert title="Note" color="primary" %}} +The IAM role Karpenter assumes must have permissions for the [ec2:DescribePlacementGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePlacementGroups.html) action to discover placement groups and the [ec2:RunInstances](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-RunInstances) / [ec2:CreateFleet](https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html#amazonec2-CreateFleet) actions to launch instances into the placement group. +{{% /alert %}} + +#### Examples + +Select the placement group with the given ID: + +```yaml +spec: + placementGroupSelector: + id: pg-123 +``` + +Select the placement group with the given name: + +```yaml +spec: + placementGroupSelector: + name: my-pg-a +``` + ## spec.tags Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of tags are listed below. @@ -1055,7 +1114,7 @@ spec: encrypted: true ``` -### Windows2019/Windows2022 +### Windows2019/Windows2022/Windows2025 ```yaml spec: blockDeviceMappings: @@ -1070,6 +1129,28 @@ spec: The `Custom` AMIFamily ships without any default `blockDeviceMappings`. +## spec.networkInterfaces + +The `networkInterfaces` field allows you to configure network interface attachments for instances, including support for EFA (Elastic Fabric Adapter) devices for high-performance computing and machine learning workloads. For more information see the [AWS EFA docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html). + +Configure network interfaces by specifying the network card index, device index, and interface type: + +```yaml +spec: + networkInterfaces: + - networkCardIndex: 0 + deviceIndex: 0 + interfaceType: "interface" + - networkCardIndex: 0 + deviceIndex: 1 + interfaceType: "efa-only" +``` + +### Interface Types + +- __interface__: Standard ENA (Elastic Network Adapter) interface providing IP connectivity +- __efa-only__: EFA interface that provides only the EFA device for RDMA communication without consuming an IP address + ## spec.instanceStorePolicy The `instanceStorePolicy` field controls how [instance-store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) volumes are handled. By default, Karpenter and Kubernetes will simply ignore them. @@ -1492,7 +1573,7 @@ This allows the container to take ownership of devices allocated to the pod via This setting helps you enable Neuron workloads on Bottlerocket instances. See [Accelerators/GPU Resources]({{< ref "./scheduling#acceleratorsgpu-resources" >}}) for more details. -### Windows2019/Windows2022 +### Windows2019/Windows2022/Windows2025 * Your UserData must be specified as PowerShell commands. * The UserData specified will be prepended to a Karpenter managed section that will bootstrap the kubelet. @@ -1702,6 +1783,7 @@ status: | `ownerID` | `459763720645` | The account ID that owns the capacity reservation | | `reservationType` | `default` | The type of the capacity reservation. Can be `default` or `capacity-block`. | | `state` | `active` | The state of the capacity reservation. Can be `active` or `expiring`. | +| `interruptible` | `true` or `false` | Whether the capacity reservation is interruptible. | #### Examples @@ -1712,6 +1794,7 @@ status: id: cr-01234567890123456 instanceMatchCriteria: targeted instanceType: g6.48xlarge + interruptible: false ownerID: "012345678901" reservationType: capacity-block state: expiring @@ -1719,6 +1802,7 @@ status: id: cr-12345678901234567 instanceMatchCriteria: open instanceType: g6.48xlarge + interruptible: true ownerID: "98765432109" reservationType: default state: active diff --git a/website/content/en/v1.8/concepts/nodeoverlays.md b/website/content/en/v1.11/concepts/nodeoverlays.md similarity index 99% rename from website/content/en/v1.8/concepts/nodeoverlays.md rename to website/content/en/v1.11/concepts/nodeoverlays.md index 10edd60db0be..6137365456ce 100644 --- a/website/content/en/v1.8/concepts/nodeoverlays.md +++ b/website/content/en/v1.11/concepts/nodeoverlays.md @@ -36,7 +36,7 @@ spec: operator: In values: ["spot"] - key: karpenter.k8s.aws/instance-cpu - operator: Gt + operator: Gte values: ["32"] # Price and priceAdjustment are mutually exclusive diff --git a/website/content/en/v1.8/concepts/nodepools.md b/website/content/en/v1.11/concepts/nodepools.md similarity index 86% rename from website/content/en/v1.8/concepts/nodepools.md rename to website/content/en/v1.11/concepts/nodepools.md index 17803df7adf9..5625fa902972 100644 --- a/website/content/en/v1.8/concepts/nodepools.md +++ b/website/content/en/v1.11/concepts/nodepools.md @@ -85,7 +85,7 @@ spec: # Requirements that constrain the parameters of provisioned nodes. # These requirements are combined with pod.spec.topologySpreadConstraints, pod.spec.affinity.nodeAffinity, pod.spec.affinity.podAffinity, and pod.spec.nodeSelector rules. - # Operators { In, NotIn, Exists, DoesNotExist, Gt, and Lt } are supported. + # Operators { In, NotIn, Exists, DoesNotExist, Gt, Lt, Gte, and Lte } are supported. # https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#operators requirements: - key: "karpenter.k8s.aws/instance-category" @@ -105,8 +105,8 @@ spec: operator: In values: ["nitro"] - key: "karpenter.k8s.aws/instance-generation" - operator: Gt - values: ["2"] + operator: Gte + values: ["3"] - key: "topology.kubernetes.io/zone" operator: In values: ["us-west-2a", "us-west-2b"] @@ -140,15 +140,23 @@ spec: duration: 8h nodes: "0" + # Optional: Number of nodes to maintain for static capacity + # When set, NodePool operates in static mode maintaining fixed node count + replicas: 5 + # Resource limits constrain the total size of the pool. # Limits prevent Karpenter from creating new instances once the limit is exceeded. limits: cpu: "1000" memory: 1000Gi + # For static NodePools, limits.nodes constrains maximum node count during scaling/drift + # Note : Supported only for static NodePools + nodes: 10 # Priority given to the NodePool when the scheduler considers which NodePool # to select. Higher weights indicate higher priority when comparing NodePools. # Specifying no weight is equivalent to specifying a weight of 0. + # Note: weight cannot be set when replicas is specified weight: 10 status: conditions: @@ -158,11 +166,14 @@ status: lastTransitionTime: "2024-02-02T19:54:34Z" reason: NodeClaimNotLaunched message: "NodeClaim hasn't succeeded launch" + # Current node count for the NodePool + nodes: 5 resources: cpu: "20" memory: "8192Mi" ephemeral-storage: "100Gi" ``` + ## metadata.name The name of the NodePool. @@ -204,6 +215,13 @@ These well-known labels may be specified at the NodePool level, or in a workload For example, an instance type may be specified using a nodeSelector in a pod spec. If the instance type requested is not included in the NodePool list and the NodePool has instance type requirements, Karpenter will not create a node or schedule the pod. +**Static NodePool** + +The requirements for static NodePool behaves identically to dynamic pools — it defines the constraints for all NodeClaims launched under that NodePool. + +The NodeClaim requirements are directly derived from the NodeClaimTemplate on the NodePool. These are evaluated once per NodeClaim at creation, meaning the selection is based solely on what the template allows. +As a result, NodeClaims created for the same static NodePool could result in different instance types being launched depending on instance availability so long as those instance types are compatible with the NodePool's requirements. + ### Well-Known Labels #### Instance Types @@ -262,6 +280,17 @@ If there are no other possible offerings available for a higher priority capacit Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. +#### Tenancy + +- key: `karpenter.k8s.aws/instance-tenancy` +- values + - `default` + - `dedicated` + +Karpenter supports specifying tenancy type. + +If a NodeClaim requires dedicated tenancy, then it will launch on a [Dedicated Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html). If the NodeClaim does not specify the label, or if both types are allowed, then it will launch with default tenancy. + {{% alert title="Note" color="primary" %}} There is currently a limit of 100 on the total number of requirements on both the NodePool and the NodeClaim. It's important to note that `spec.template.metadata.labels` are also propagated as requirements on the NodeClaim when it's created, meaning that you can't have more than 100 requirements and labels combined set on your NodePool. {{% /alert %}} @@ -270,7 +299,7 @@ There is currently a limit of 100 on the total number of requirements on both th Along with the combination of [key,operator,values] in the requirements, Karpenter also supports `minValues` in the NodePool requirements block, allowing the scheduler to be aware of user-specified flexibility minimums while scheduling pods to a cluster. Depending on the policy configured via the flag `--min-values-policy` or environment variable `MIN_VALUES_POLICY`, if Karpenter cannot meet this minimum flexibility for each key when scheduling a pod, it will either fail the scheduling loop for that NodePool, either falling back to another NodePool which meets the pod requirements or failing scheduling the pod altogether (when policy is set to `Strict`) or relax `minValues` until they can be met (when policy is set to `BestEffort`). -For example, the below spec will use spot instance type for all provisioned instances and enforces `minValues` to various keys where it is defined +For spot instances, you should specify `karpenter.sh/capacity-type: spot` in your requirements. For example, the below spec will use spot instance type for all provisioned instances and enforces `minValues` to various keys where it is defined i.e at least 2 unique instance families from [c,m,r], 5 unique instance families [eg: "m5","m5d","r4","c5","c5d","c4" etc], 10 unique instance types [eg: "c5.2xlarge","c4.xlarge" etc] is required for scheduling the pods. ```yaml @@ -284,6 +313,9 @@ spec: - key: kubernetes.io/os operator: In values: ["linux"] + - key: karpenter.sh/capacity-type + operator: In + values: ["spot"] - key: karpenter.k8s.aws/instance-category operator: In values: ["c", "m", "r"] @@ -295,8 +327,8 @@ spec: operator: Exists minValues: 10 - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] + operator: Gte + values: ["3"] ``` Note that `minValues` can be used with multiple operators and multiple requirements. And if the `minValues` are defined with multiple operators for the same requirement key, scheduler considers the max of all the `minValues` for that requirement. For example, the below spec requires scheduler to consider at least 5 instance-family to schedule the pods. @@ -327,8 +359,8 @@ spec: operator: Exists minValues: 10 - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] + operator: Gte + values: ["3"] ``` {{% alert title="Recommended" color="primary" %}} @@ -354,8 +386,8 @@ spec: operator: In values: ["c", "m", "r"] - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] + operator: Gte + values: ["3"] ``` {{% /alert %}} @@ -367,18 +399,34 @@ You can configure Karpenter to disrupt Nodes through your NodePool in multiple w You can also rate limit Karpenter's disruption through the NodePool's `spec.disruption.budgets`. Read [Disruption]({{}}) for more. +## spec.replicas + +Optional field that enables static capacity mode. When specified, the NodePool maintains a fixed number of nodes regardless of pod demand. + +**Static NodePool Constraints:** +- Cannot be removed once set (NodePool cannot switch between static and dynamic modes) +- Only `limits.nodes` is allowed in limits section +- `weight` field cannot be set +- Nodes are not considered for consolidation +- Scale operations bypass node disruption budgets but respect PodDisruptionBudgets + +**Scaling:** Use `kubectl scale nodepool --replicas=` to change replica count. + ## spec.limits The NodePool spec includes a limits section (`spec.limits`), which constrains the maximum amount of resources that the NodePool can consume. If the `NodePool.spec.limits` section is unspecified, it means that there is no default limitation on resource allocation. In this case, the maximum resource consumption is governed by the quotas set by your cloud provider. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. +**For Static NodePools:** Only `limits.nodes` is supported. This field constrains the maximum number of nodes during scaling operations or drift replacement. Note that `limits.nodes` is support only on static NodePools. + ```yaml apiVersion: karpenter.sh/v1 kind: NodePool metadata: name: default spec: + replicas: 10 template: spec: requirements: @@ -389,6 +437,8 @@ spec: cpu: 1000 memory: 1000Gi nvidia.com/gpu: 2 + # For static NodePools, only nodes limit is allowed + nodes: 20 ``` {{% alert title="Note" color="primary" %}} @@ -431,6 +481,9 @@ NodePools have the following status conditions: If a NodePool is not ready, it will not be considered for scheduling. +## status.nodes +This field shows the current number of nodes managed by the NodePool. + ## status.resources Objects under `status.resources` provide information about the status of resources such as `cpu`, `memory`, and `ephemeral-storage`. @@ -462,6 +515,37 @@ spec: ``` In order for a pod to run on a node defined in this NodePool, it must tolerate `nvidia.com/gpu` in its pod spec. +### Static NodePool + +A NodePool can be configured for static capacity by setting the `replicas` field. This maintains a fixed number of nodes regardless of pod demand. +Users who want to spread nodes across zones can do so explicitly by: +- Creating multiple static NodePools, each pinned to a specific AZ. + +The following example creates a static NodePool with 10 replicas: + +```yaml +apiVersion: karpenter.sh/v1 +kind: NodePool +metadata: + name: static-capacity +spec: + replicas: 10 + template: + spec: + requirements: + - key: node.kubernetes.io/instance-type + operator: In + values: ["m5.large", "m5.xlarge"] + - key: topology.kubernetes.io/zone + operator: In + values: ["us-west-2a"] # All replicas will come up in specified zone + limits: + nodes: 15 # Maximum nodes during scaling/drift + disruption: + budgets: + - nodes: 20% # Disruption budget for drift replacement +``` + ### Cilium Startup Taint Per the Cilium [docs](https://docs.cilium.io/en/stable/installation/taints/#taint-effects), it's recommended to place a taint of `node.cilium.io/agent-not-ready=true:NoExecute` on nodes to allow Cilium to configure networking prior to other pods starting. This can be accomplished via the use of Karpenter `startupTaints`. These taints are placed on the node, but pods aren't required to tolerate these taints to be considered for provisioning. diff --git a/website/content/en/v1.8/concepts/scheduling.md b/website/content/en/v1.11/concepts/scheduling.md similarity index 96% rename from website/content/en/v1.8/concepts/scheduling.md rename to website/content/en/v1.11/concepts/scheduling.md index 0032431dd1b5..a19b1852c7d4 100755 --- a/website/content/en/v1.8/concepts/scheduling.md +++ b/website/content/en/v1.11/concepts/scheduling.md @@ -138,6 +138,10 @@ This can include well-known labels or custom labels you create yourself. You can use `affinity` to define more complicated constraints, see [Node Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for the complete specification. +{{% alert title="Note" color="primary" %}} +Karpenter extends the upstream Kubernetes requirement operators with `Gte` (>=) and `Lte` (<=) for more intuitive numeric comparisons on labels like `karpenter.k8s.aws/instance-cpu` or `karpenter.k8s.aws/instance-memory`. +{{% /alert %}} + ### Labels Well-known labels may be specified as NodePool requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your NodePool and select them using `nodeAffinity` or `nodeSelectors` on your Pods. @@ -151,13 +155,14 @@ Take care to ensure the label domains are correct. A well known label like `karp | -------------------------------------------------------------- |----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | topology.kubernetes.io/zone | us-east-2a | Zones are defined by your cloud provider ([aws](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html)) | | node.kubernetes.io/instance-type | g4dn.8xlarge | Instance types are defined by your cloud provider ([aws](https://aws.amazon.com/ec2/instance-types/)) | -| node.kubernetes.io/windows-build | 10.0.17763 | Windows OS build in the format "MajorVersion.MinorVersion.BuildNumber". Can be `10.0.17763` for WS2019, or `10.0.20348` for WS2022. ([k8s](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesiowindows-build)) | +| node.kubernetes.io/windows-build | 10.0.17763 | Windows OS build in the format "MajorVersion.MinorVersion.BuildNumber". Can be `10.0.17763` for WS2019, `10.0.20348` for WS2022, or `10.0.26100` for WS2025. ([k8s](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesiowindows-build)) | | kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/internal/syslist/syslist.go) (`KnownOS`) on the instance | | kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/internal/syslist/syslist.go) (`KnownArch`) on the instance | | karpenter.sh/capacity-type | spot | Capacity types include `reserved`, `spot`, and `on-demand` | | karpenter.sh/nodepool | default | The name of the nodepool used to provision the node. | | karpenter.k8s.aws/capacity-reservation-id | cr-56fac701cc1951b03 | [AWS Specific] The capacity reservation ID. Only present on reserved nodes. | | karpenter.k8s.aws/capacity-reservation-type | default | [AWS Specific] The capacity reservation type. Can be `default` or `capacity-block`. Only present on reserved nodes. | +| karpenter.k8s.aws/capacity-reservation-interruptible | true | [AWS Specific] Whether the capacity reservation is interruptible. Only present on reserved nodes. | | karpenter.k8s.aws/ec2nodeclass | default | [AWS Specific] The name of the ec2 nodeclass used to provision the node | | karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | | karpenter.k8s.aws/instance-encryption-in-transit-supported | true | [AWS Specific] Instance types that support (or not) in-transit encryption | @@ -178,8 +183,12 @@ Take care to ensure the label domains are correct. A well known label like `karp | karpenter.k8s.aws/instance-gpu-memory | 16384 | [AWS Specific] Number of mebibytes of memory on the GPU | | karpenter.k8s.aws/instance-local-nvme | 900 | [AWS Specific] Number of gibibytes of local nvme storage on the instance | | karpenter.k8s.aws/instance-capability-flex | true | [AWS Specific] Instance with capacity flex | +| karpenter.k8s.aws/instance-tenancy | default | [AWS Specific] Tenancy types include `default`, and `dedicated` | +| karpenter.k8s.aws/placement-group-id | pg-0fa32af67ed0f8da0 | [AWS Specific] The placement group ID. +| karpenter.k8s.aws/placement-group-partition | 7 | [AWS Specific] The partition number of the partition placement group the instance is in. | topology.k8s.aws/zone-id | use1-az1 | [AWS Specific] Globally consistent [zone id](https://docs.aws.amazon.com/global-infrastructure/latest/regions/az-ids.html) | + {{% alert title="Note" color="primary" %}} Karpenter translates the following deprecated labels to their stable equivalents: `failure-domain.beta.kubernetes.io/zone`, `failure-domain.beta.kubernetes.io/region`, `beta.kubernetes.io/arch`, `beta.kubernetes.io/os`, and `beta.kubernetes.io/instance-type`. {{% /alert %}} @@ -618,8 +627,8 @@ Pod example of requiring at least 100GB of NVME disk: nodeSelectorTerms: - matchExpressions: - key: "karpenter.k8s.aws/instance-local-nvme" - operator: Gt - values: ["99"] + operator: Gte + values: ["100"] ... ``` @@ -628,8 +637,8 @@ NodePool Example: ... requirement: - key: "karpenter.k8s.aws/instance-local-nvme" - operator: Gt - values: ["99"] + operator: Gte + values: ["100"] ... ``` @@ -649,8 +658,8 @@ Pod example of requiring at least 50 Gbps of network bandwidth: nodeSelectorTerms: - matchExpressions: - key: "karpenter.k8s.aws/instance-network-bandwidth" - operator: Gt - values: ["49999"] + operator: Gte + values: ["50000"] ... ``` @@ -659,15 +668,11 @@ NodePool Example: ... requirement: - key: "karpenter.k8s.aws/instance-network-bandwidth" - operator: Gt - values: ["49999"] + operator: Gte + values: ["50000"] ... ``` -{{% alert title="Note" color="primary" %}} -If using Gt/Lt operators, make sure to use values under the actual label values of the desired resource. -{{% /alert %}} - ### `Exists` Operator The `Exists` operator can be used on a NodePool to provide workload segregation across nodes. diff --git a/website/content/en/v1.8/contributing/_index.md b/website/content/en/v1.11/contributing/_index.md similarity index 100% rename from website/content/en/v1.8/contributing/_index.md rename to website/content/en/v1.11/contributing/_index.md diff --git a/website/content/en/v1.8/contributing/community-meetings.md b/website/content/en/v1.11/contributing/community-meetings.md similarity index 100% rename from website/content/en/v1.8/contributing/community-meetings.md rename to website/content/en/v1.11/contributing/community-meetings.md diff --git a/website/content/en/v1.8/contributing/design-guide.md b/website/content/en/v1.11/contributing/design-guide.md similarity index 100% rename from website/content/en/v1.8/contributing/design-guide.md rename to website/content/en/v1.11/contributing/design-guide.md diff --git a/website/content/en/v1.8/contributing/development-guide.md b/website/content/en/v1.11/contributing/development-guide.md similarity index 100% rename from website/content/en/v1.8/contributing/development-guide.md rename to website/content/en/v1.11/contributing/development-guide.md diff --git a/website/content/en/v1.8/contributing/documentation-updates.md b/website/content/en/v1.11/contributing/documentation-updates.md similarity index 100% rename from website/content/en/v1.8/contributing/documentation-updates.md rename to website/content/en/v1.11/contributing/documentation-updates.md diff --git a/website/content/en/v1.8/faq.md b/website/content/en/v1.11/faq.md similarity index 96% rename from website/content/en/v1.8/faq.md rename to website/content/en/v1.11/faq.md index 8b2c8e59b695..6a3783442320 100644 --- a/website/content/en/v1.8/faq.md +++ b/website/content/en/v1.11/faq.md @@ -17,7 +17,7 @@ See [Configuring NodePools]({{< ref "./concepts/#configuring-nodepools" >}}) for AWS is the first cloud provider supported by Karpenter, although it is designed to be used with other cloud providers as well. ### Can I write my own cloud provider for Karpenter? -Yes, but there is no documentation yet for it. Start with Karpenter's GitHub [cloudprovider](https://github.com/aws/karpenter-provider-aws/tree/v1.8.6/pkg/cloudprovider) documentation to see how the AWS provider is built, but there are other sections of the code that will require changes too. +Yes, but there is no documentation yet for it. Start with Karpenter's GitHub [cloudprovider](https://github.com/aws/karpenter-provider-aws/tree/v1.11.0/pkg/cloudprovider) documentation to see how the AWS provider is built, but there are other sections of the code that will require changes too. ### What operating system nodes does Karpenter deploy? Karpenter uses the OS defined by the [AMI Family in your EC2NodeClass]({{< ref "./concepts/nodeclasses#specamifamily" >}}). @@ -29,7 +29,7 @@ Karpenter has multiple mechanisms for configuring the [operating system]({{< ref Karpenter is flexible to multi-architecture configurations using [well known labels]({{< ref "./concepts/scheduling/#supported-labels">}}). ### What RBAC access is required? -All the required RBAC rules can be found in the Helm chart template. See [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/clusterrole-core.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/role.yaml) files for details. +All the required RBAC rules can be found in the Helm chart template. See [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole-core.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/role.yaml) files for details. ### Can I run Karpenter outside of a Kubernetes cluster? Yes, as long as the controller has network and IAM/RBAC access to the Kubernetes API and your provider API. @@ -195,14 +195,14 @@ Yes. See [Persistent Volume Topology]({{< ref "./concepts/scheduling#persistent ### Can I set `--max-pods` on my nodes? Yes, see the [KubeletConfiguration Section in the NodePool docs]({{}}) to learn more. -### Why do the Windows2019 and Windows2022 AMI families only support Windows Server Core? +### Why do the Windows2019, Windows2022 and Windows2025 AMI families only support Windows Server Core? The difference between the Core and Full variants is that Core is a minimal OS with less components and no graphic user interface (GUI) or desktop experience. -`Windows2019` and `Windows2022` AMI families use the Windows Server Core option for simplicity, but if required, you can specify a custom AMI to run Windows Server Full. +`Windows2019`, `Windows2022` and `Windows2025` AMI families use the Windows Server Core option for simplicity, but if required, you can specify a custom AMI to run Windows Server Full. -You can specify the [Amazon EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html) with Windows Server 2022 Full for Kubernetes 1.34 by configuring an `amiSelector` that references the AMI name. +You can specify the [Amazon EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html) with Windows Server 2022 Full for Kubernetes 1.35 by configuring an `amiSelector` that references the AMI name. ```yaml amiSelectorTerms: - - name: Windows_Server-2022-English-Full-EKS_Optimized-1.34* + - name: Windows_Server-2022-English-Full-EKS_Optimized-1.35* ``` ### Can I use Karpenter to scale my workload's pods? diff --git a/website/content/en/v1.8/getting-started/_index.md b/website/content/en/v1.11/getting-started/_index.md similarity index 100% rename from website/content/en/v1.8/getting-started/_index.md rename to website/content/en/v1.11/getting-started/_index.md diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/_index.md b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/_index.md similarity index 98% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/_index.md rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/_index.md index 28636de96a5c..0d5c7bd10fc0 100644 --- a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/_index.md +++ b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/_index.md @@ -48,8 +48,8 @@ After setting up the tools, set the Karpenter and Kubernetes version: ```bash export KARPENTER_NAMESPACE="kube-system" -export KARPENTER_VERSION="1.8.6" -export K8S_VERSION="1.34" +export KARPENTER_VERSION="1.11.0" +export K8S_VERSION="1.35" ``` Then set the following environment variable: @@ -115,13 +115,13 @@ See [Enabling Windows support](https://docs.aws.amazon.com/eks/latest/userguide/ As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command. ```bash -cosign verify public.ecr.aws/karpenter/karpenter:1.8.6 \ +cosign verify public.ecr.aws/karpenter/karpenter:1.11.0 \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ --certificate-identity-regexp='https://github\.com/aws/karpenter-provider-aws/\.github/workflows/release\.yaml@.+' \ --certificate-github-workflow-repository=aws/karpenter-provider-aws \ --certificate-github-workflow-name=Release \ - --certificate-github-workflow-ref=refs/tags/v1.8.6 \ - --annotations version=1.8.6 + --certificate-github-workflow-ref=refs/tags/v1.11.0 \ + --annotations version=1.11.0 ``` {{% alert title="DNS Policy Notice" color="warning" %}} diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/cloudformation.yaml b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/cloudformation.yaml similarity index 83% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/cloudformation.yaml rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/cloudformation.yaml index 8bc96c00c445..5f794c389e8d 100644 --- a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/cloudformation.yaml +++ b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/cloudformation.yaml @@ -24,10 +24,11 @@ Resources: - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryPullOnly" - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: + NodeLifecyclePolicy: Type: AWS::IAM::ManagedPolicy Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" + ManagedPolicyName: !Sub "KarpenterControllerNodeLifecyclePolicy-${ClusterName}" + Path: / # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated # value in one of its key parameters which isn't natively supported by CloudFormation PolicyDocument: !Sub | @@ -42,7 +43,8 @@ Resources: "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:security-group/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:subnet/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*" + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*", + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*" ], "Action": [ "ec2:RunInstances", @@ -75,8 +77,7 @@ Resources: "arn:${AWS::Partition}:ec2:${AWS::Region}:*:volume/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:network-interface/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:launch-template/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:spot-instances-request/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*" + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:spot-instances-request/*" ], "Action": [ "ec2:RunInstances", @@ -163,50 +164,20 @@ Resources: "aws:ResourceTag/karpenter.sh/nodepool": "*" } } - }, - { - "Sid": "AllowRegionalReadActions", - "Effect": "Allow", - "Resource": "*", - "Action": [ - "ec2:DescribeCapacityReservations", - "ec2:DescribeImages", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeInstanceTypes", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSpotPriceHistory", - "ec2:DescribeSubnets" - ], - "Condition": { - "StringEquals": { - "aws:RequestedRegion": "${AWS::Region}" - } - } - }, - { - "Sid": "AllowSSMReadActions", - "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:ssm:${AWS::Region}::parameter/aws/service/*", - "Action": "ssm:GetParameter" - }, - { - "Sid": "AllowPricingReadActions", - "Effect": "Allow", - "Resource": "*", - "Action": "pricing:GetProducts" - }, - { - "Sid": "AllowInterruptionQueueActions", - "Effect": "Allow", - "Resource": "${KarpenterInterruptionQueue.Arn}", - "Action": [ - "sqs:DeleteMessage", - "sqs:GetQueueUrl", - "sqs:ReceiveMessage" - ] - }, + } + ] + } + IAMIntegrationPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerIAMIntegrationPolicy-${ClusterName}" + Path: / + # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated + # value in one of its key parameters which isn't natively supported by CloudFormation + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ { "Sid": "AllowPassingInstanceRole", "Effect": "Allow", @@ -278,12 +249,95 @@ Resources: "aws:ResourceTag/karpenter.k8s.aws/ec2nodeclass": "*" } } + } + ] + } + EKSIntegrationPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerEKSIntegrationPolicy-${ClusterName}" + Path: / + # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated + # value in one of its key parameters which isn't natively supported by CloudFormation + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "AllowAPIServerEndpointDiscovery", + "Effect": "Allow", + "Resource": "arn:${AWS::Partition}:eks:${AWS::Region}:${AWS::AccountId}:cluster/${ClusterName}", + "Action": "eks:DescribeCluster" + } + ] + } + InterruptionPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerInterruptionPolicy-${ClusterName}" + Path: / + # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated + # value in one of its key parameters which isn't natively supported by CloudFormation + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "AllowInterruptionQueueActions", + "Effect": "Allow", + "Resource": "${KarpenterInterruptionQueue.Arn}", + "Action": [ + "sqs:DeleteMessage", + "sqs:GetQueueUrl", + "sqs:ReceiveMessage" + ] + } + ] + } + ResourceDiscoveryPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerResourceDiscoveryPolicy-${ClusterName}" + Path: / + # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated + # value in one of its key parameters which isn't natively supported by CloudFormation + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "AllowRegionalReadActions", + "Effect": "Allow", + "Resource": "*", + "Action": [ + "ec2:DescribeCapacityReservations", + "ec2:DescribeImages", + "ec2:DescribeInstances", + "ec2:DescribeInstanceTypeOfferings", + "ec2:DescribeInstanceTypes", + "ec2:DescribeLaunchTemplates", + "ec2:DescribePlacementGroups", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSpotPriceHistory", + "ec2:DescribeSubnets" + ], + "Condition": { + "StringEquals": { + "aws:RequestedRegion": "${AWS::Region}" + } + } }, { - "Sid": "AllowInstanceProfileReadActions", + "Sid": "AllowSSMReadActions", "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:iam::${AWS::AccountId}:instance-profile/*", - "Action": "iam:GetInstanceProfile" + "Resource": "arn:${AWS::Partition}:ssm:${AWS::Region}::parameter/aws/service/*", + "Action": "ssm:GetParameter" + }, + { + "Sid": "AllowPricingReadActions", + "Effect": "Allow", + "Resource": "*", + "Action": "pricing:GetProducts" }, { "Sid": "AllowUnscopedInstanceProfileListAction", @@ -292,10 +346,10 @@ Resources: "Action": "iam:ListInstanceProfiles" }, { - "Sid": "AllowAPIServerEndpointDiscovery", + "Sid": "AllowInstanceProfileReadActions", "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:eks:${AWS::Region}:${AWS::AccountId}:cluster/${ClusterName}", - "Action": "eks:DescribeCluster" + "Resource": "arn:${AWS::Partition}:iam::${AWS::AccountId}:instance-profile/*", + "Action": "iam:GetInstanceProfile" } ] } @@ -372,3 +426,14 @@ Resources: Targets: - Id: KarpenterInterruptionQueueTarget Arn: !GetAtt KarpenterInterruptionQueue.Arn + CapacityReservationInterruptionRule: + Type: 'AWS::Events::Rule' + Properties: + EventPattern: + source: + - aws.ec2 + detail-type: + - EC2 Capacity Reservation Instance Interruption Warning + Targets: + - Id: KarpenterInterruptionQueueTarget + Arn: !GetAtt KarpenterInterruptionQueue.Arn \ No newline at end of file diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/grafana-values.yaml b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/grafana-values.yaml similarity index 68% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/grafana-values.yaml rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/grafana-values.yaml index 4828b0930d06..54eddab2b00d 100644 --- a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/grafana-values.yaml +++ b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/grafana-values.yaml @@ -22,6 +22,6 @@ dashboardProviders: dashboards: default: capacity-dashboard: - url: https://karpenter.sh/v1.8/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json + url: https://karpenter.sh/v1.11/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json performance-dashboard: - url: https://karpenter.sh/v1.8/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json + url: https://karpenter.sh/v1.11/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-capacity-dashboard.json diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-controllers-allocation.json b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-controllers-allocation.json similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-controllers-allocation.json rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-controllers-allocation.json diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-controllers.json b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-controllers.json similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-controllers.json rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-controllers.json diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/karpenter-performance-dashboard.json diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/prometheus-values.yaml b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/prometheus-values.yaml similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/prometheus-values.yaml rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/prometheus-values.yaml diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step01-config.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step01-config.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step01-config.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step01-config.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh similarity index 77% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh index fa577d724e9f..c92102c647f5 100755 --- a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh +++ b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster-fargate.sh @@ -24,7 +24,11 @@ iam: namespace: "${KARPENTER_NAMESPACE}" roleName: ${CLUSTER_NAME}-karpenter attachPolicyARNs: - - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerNodeLifecyclePolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerIAMIntegrationPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerEKSIntegrationPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerInterruptionPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerResourceDiscoveryPolicy-${CLUSTER_NAME} roleOnly: true iamIdentityMappings: diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh similarity index 78% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh index 648802188de2..edf6faa35722 100755 --- a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh +++ b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step02-create-cluster.sh @@ -23,7 +23,11 @@ iam: serviceAccountName: karpenter roleName: ${CLUSTER_NAME}-karpenter permissionPolicyARNs: - - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerNodeLifecyclePolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerIAMIntegrationPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerEKSIntegrationPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerInterruptionPolicy-${CLUSTER_NAME} + - arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerResourceDiscoveryPolicy-${CLUSTER_NAME} iamIdentityMappings: - arn: "arn:${AWS_PARTITION}:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step03-iam-cloud-formation.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step03-iam-cloud-formation.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step03-iam-cloud-formation.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step03-iam-cloud-formation.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step04-grant-access.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step04-grant-access.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step04-grant-access.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step04-grant-access.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step05-controller-iam.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step05-controller-iam.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step05-controller-iam.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step05-controller-iam.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step06-add-spot-role.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step06-add-spot-role.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step06-add-spot-role.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step06-add-spot-role.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart-fargate.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart-fargate.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart-fargate.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart-fargate.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step08-apply-helm-chart.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step09-add-prometheus-grafana.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step09-add-prometheus-grafana.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step09-add-prometheus-grafana.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step10-add-grafana-port-forward.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step10-add-grafana-port-forward.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step10-add-grafana-port-forward.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step11-grafana-get-password.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step11-grafana-get-password.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step11-grafana-get-password.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step11-grafana-get-password.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step12-add-nodepool.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step12-add-nodepool.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step12-add-nodepool.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step12-add-nodepool.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step13-automatic-node-provisioning.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step13-automatic-node-provisioning.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step13-automatic-node-provisioning.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step13-automatic-node-provisioning.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step14-deprovisioning.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step14-deprovisioning.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step14-deprovisioning.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step14-deprovisioning.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step15-apply-flowschemas.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step15-apply-flowschemas.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step15-apply-flowschemas.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step15-apply-flowschemas.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step16-delete-node.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step16-delete-node.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step16-delete-node.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step16-delete-node.sh diff --git a/website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step17-cleanup.sh b/website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step17-cleanup.sh similarity index 100% rename from website/content/en/v1.8/getting-started/getting-started-with-karpenter/scripts/step17-cleanup.sh rename to website/content/en/v1.11/getting-started/getting-started-with-karpenter/scripts/step17-cleanup.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/_index.md b/website/content/en/v1.11/getting-started/migrating-from-cas/_index.md similarity index 99% rename from website/content/en/v1.8/getting-started/migrating-from-cas/_index.md rename to website/content/en/v1.11/getting-started/migrating-from-cas/_index.md index d022e00dcf20..6035433f59e3 100644 --- a/website/content/en/v1.8/getting-started/migrating-from-cas/_index.md +++ b/website/content/en/v1.11/getting-started/migrating-from-cas/_index.md @@ -92,7 +92,7 @@ One for your Karpenter node role and one for your existing node group. First set the Karpenter release you want to deploy. ```bash -export KARPENTER_VERSION="1.8.6" +export KARPENTER_VERSION="1.11.0" ``` We can now generate a full Karpenter deployment yaml from the Helm chart. @@ -132,7 +132,7 @@ Now that our deployment is ready we can create the karpenter namespace, create t ## Create default NodePool -We need to create a default NodePool so Karpenter knows what types of nodes we want for unscheduled workloads. You can refer to some of the [example NodePool](https://github.com/aws/karpenter/tree/v1.8.6/examples/v1) for specific needs. +We need to create a default NodePool so Karpenter knows what types of nodes we want for unscheduled workloads. You can refer to some of the [example NodePool](https://github.com/aws/karpenter/tree/v1.11.0/examples/v1) for specific needs. {{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh" language="bash" %}} diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step01-env.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step01-env.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step01-env.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step01-env.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step02-node-iam.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step02-node-iam.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step02-node-iam.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step02-node-iam.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step03-node-policies.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step03-node-policies.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step03-node-policies.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step03-node-policies.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step04-controller-iam.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step04-controller-iam.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step04-controller-iam.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step04-controller-iam.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step05-tag-subnets.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step05-tag-subnets.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step05-tag-subnets.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step05-tag-subnets.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step06-tag-security-groups.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step06-tag-security-groups.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step06-tag-security-groups.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step06-tag-security-groups.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step07-edit-aws-auth.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step07-edit-aws-auth.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step07-edit-aws-auth.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step07-edit-aws-auth.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step08-generate-chart.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step08-generate-chart.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step08-generate-chart.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step08-generate-chart.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step09-deploy.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step09-deploy.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step09-deploy.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step09-deploy.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step10-create-nodepool.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step11-scale-cas.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step11-scale-cas.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step11-scale-cas.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step11-scale-cas.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step12-scale-multiple-ng.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step12-scale-multiple-ng.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step12-scale-multiple-ng.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step12-scale-multiple-ng.sh diff --git a/website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step12-scale-single-ng.sh b/website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step12-scale-single-ng.sh similarity index 100% rename from website/content/en/v1.8/getting-started/migrating-from-cas/scripts/step12-scale-single-ng.sh rename to website/content/en/v1.11/getting-started/migrating-from-cas/scripts/step12-scale-single-ng.sh diff --git a/website/content/en/v1.8/reference/_index.md b/website/content/en/v1.11/reference/_index.md similarity index 100% rename from website/content/en/v1.8/reference/_index.md rename to website/content/en/v1.11/reference/_index.md diff --git a/website/content/en/v1.8/reference/cloudformation.md b/website/content/en/v1.11/reference/cloudformation.md similarity index 83% rename from website/content/en/v1.8/reference/cloudformation.md rename to website/content/en/v1.11/reference/cloudformation.md index 416d81236f23..981f30606fdc 100644 --- a/website/content/en/v1.8/reference/cloudformation.md +++ b/website/content/en/v1.11/reference/cloudformation.md @@ -17,7 +17,7 @@ These descriptions should allow you to understand: To download a particular version of `cloudformation.yaml`, set the version and use `curl` to pull the file to your local system: ```bash -export KARPENTER_VERSION="1.8.6" +export KARPENTER_VERSION="1.11.0" curl https://raw.githubusercontent.com/aws/karpenter-provider-aws/v"${KARPENTER_VERSION}"/website/content/en/preview/getting-started/getting-started-with-karpenter/cloudformation.yaml > cloudformation.yaml ``` @@ -25,8 +25,8 @@ Following some header information, the rest of the `cloudformation.yaml` file de The sections of that file can be grouped together under the following general headings: * [**Node Authorization**]({{< relref "#node-authorization" >}}): Creates a NodeInstanceProfile, attaches a NodeRole to it, and connects it to an IAM Identity Mapping used to authorize nodes to the cluster. This defines the permissions each node managed by Karpenter has to access EC2 and other AWS resources. This doesn't actually create the IAM Identity Mapping. That part is orchestrated by `eksctl` in the Getting Started guide. -* [**Controller Authorization**]({{< relref "#controller-authorization" >}}): Creates the `KarpenterControllerPolicy` that is attached to the service account. -Again, the actual service account creation (`karpenter`), that is combined with the `KarpenterControllerPolicy`, is orchestrated by `eksctl` in the Getting Started guide. +* [**Controller Authorization**]({{< relref "#controller-authorization" >}}): Creates 5 Karpenter controller policies that are attached to the service account's IAM role. +Again, the actual service account creation (`karpenter`), that is combined with these policies, is orchestrated by `eksctl` in the Getting Started guide. * [**Interruption Handling**]({{< relref "#interruption-handling" >}}): Allows the Karpenter controller to see and respond to interruptions that occur with the nodes that Karpenter is managing. See the [Interruption]({{< relref "../concepts/disruption#interruption" >}}) section of the Disruption page for details. A lot of the object naming that is done by `cloudformation.yaml` is based on the following: @@ -77,43 +77,43 @@ The role created here includes several AWS managed policies, which are designed * [AmazonEC2ContainerRegistryPullOnly](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonEC2ContainerRegistryPullOnly.html): Allows pulling images from repositories in the Amazon EC2 Container Registry. * [AmazonSSMManagedInstanceCore](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonSSMManagedInstanceCore.html): Adds AWS Systems Manager service core functions for Amazon EC2. -If you were to use a node role from an existing cluster, you could skip this provisioning step and pass this node role to any EC2NodeClasses that you create. Additionally, you would ensure that the [Controller Policy]({{< relref "#controllerpolicy" >}}) has `iam:PassRole` permission to the role attached to the generated instance profiles. +If you were to use a node role from an existing cluster, you could skip this provisioning step and pass this node role to any EC2NodeClasses that you create. Additionally, you would ensure that the [IAM Integration Policy]({{< relref "#karpentercontrolleriamintegrationpolicy" >}}) has `iam:PassRole` permission to the role attached to the generated instance profiles. ## Controller Authorization -This section sets the AWS permissions for the Karpenter Controller. When used in the Getting Started guide, `eksctl` uses these permissions to create a service account (karpenter) that is combined with the KarpenterControllerPolicy. +This section sets the AWS permissions for the Karpenter Controller. When used in the Getting Started guide, `eksctl` uses these permissions to create a service account (karpenter) whose IAM role has all 5 controller policies attached. -The resources defined in this section are associated with: +The controller permissions are split across 5 managed IAM policies: -* KarpenterControllerPolicy +* [KarpenterControllerNodeLifecyclePolicy]({{< relref "#karpentercontrollernodelifecyclepolicy" >}}) - EC2 instance and launch template lifecycle management +* [KarpenterControllerIAMIntegrationPolicy]({{< relref "#karpentercontrolleriamintegrationpolicy" >}}) - IAM instance profile management +* [KarpenterControllerEKSIntegrationPolicy]({{< relref "#karpentercontrollereksintegrationpolicy" >}}) - EKS cluster discovery +* [KarpenterControllerInterruptionPolicy]({{< relref "#karpentercontrollerinterruptionpolicy" >}}) - SQS interruption queue access +* [KarpenterControllerResourceDiscoveryPolicy]({{< relref "#karpentercontrollerresourcediscoverypolicy" >}}) - Read-only resource discovery -Because the scope of the KarpenterControllerPolicy is an AWS region, the cluster's AWS region is included in the `AllowScopedEC2InstanceAccessActions`. +Someone wanting to add Karpenter to an existing cluster, instead of using `cloudformation.yaml`, would need to create these IAM policies directly and assign them to the role leveraged by the service account using IRSA or EKS Pod Identity. -### KarpenterControllerPolicy +### KarpenterControllerNodeLifecyclePolicy -A `KarpenterControllerPolicy` object sets the name of the policy, then defines a set of resources and actions allowed for those resources. -For our example, the KarpenterControllerPolicy would be named: `KarpenterControllerPolicy-bob-karpenter-demo` +The `NodeLifecyclePolicy` manages EC2 instance and launch template lifecycle operations. Given a cluster name of `bob-karpenter-demo`, this policy would be named: `KarpenterControllerNodeLifecyclePolicy-bob-karpenter-demo` ```yaml -KarpenterControllerPolicy: +NodeLifecyclePolicy: Type: AWS::IAM::ManagedPolicy Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - # The PolicyDocument must be in JSON string format because we use a StringEquals condition that uses an interpolated - # value in one of its key parameters which isn't natively supported by CloudFormation + ManagedPolicyName: !Sub "KarpenterControllerNodeLifecyclePolicy-${ClusterName}" + Path: / PolicyDocument: !Sub | { "Version": "2012-10-17", "Statement": [ ``` -Someone wanting to add Karpenter to an existing cluster, instead of using `cloudformation.yaml`, would need to create the IAM policy directly and assign that policy to the role leveraged by the service account using IRSA. - #### AllowScopedEC2InstanceAccessActions The AllowScopedEC2InstanceAccessActions statement ID (Sid) identifies a set of EC2 resources that are allowed to be accessed with [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) and [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html) actions. -For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read (but not create) `image`, `snapshot`, `security-group`, `subnet` and `capacity-reservation` EC2 resources, scoped for the particular AWS partition and region. +For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read (but not create) `image`, `snapshot`, `security-group`, `subnet`, `capacity-reservation`, and `placement group` EC2 resources, scoped for the particular AWS partition and region. ```json { @@ -124,7 +124,8 @@ For `RunInstances` and `CreateFleet` actions, the Karpenter controller can read "arn:${AWS::Partition}:ec2:${AWS::Region}::snapshot/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:security-group/*", "arn:${AWS::Partition}:ec2:${AWS::Region}:*:subnet/*", - "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*" + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:capacity-reservation/*", + "arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*", ], "Action": [ "ec2:RunInstances", @@ -288,79 +289,20 @@ The AllowScopedDeletion Sid allows [TerminateInstances](https://docs.aws.amazon. } ``` -#### AllowRegionalReadActions - -The AllowRegionalReadActions Sid allows [DescribeAvailabilityZones](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html), [DescribeImages](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html), [DescribeInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html), [DescribeInstanceTypeOfferings](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypeOfferings.html), [DescribeInstanceTypes](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html), [DescribeLaunchTemplates](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html), [DescribeSecurityGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html), [DescribeSpotPriceHistory](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html), and [DescribeSubnets](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html) actions for the current AWS region. -This allows the Karpenter controller to do any of those read-only actions across all related resources for that AWS region. - -```json -{ - "Sid": "AllowRegionalReadActions", - "Effect": "Allow", - "Resource": "*", - "Action": [ - "ec2:DescribeCapacityReservations", - "ec2:DescribeImages", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeInstanceTypes", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSpotPriceHistory", - "ec2:DescribeSubnets" - ], - "Condition": { - "StringEquals": { - "aws:RequestedRegion": "${AWS::Region}" - } - } -} -``` - -#### AllowSSMReadActions - -The AllowSSMReadActions Sid allows the Karpenter controller to get SSM parameters (`ssm:GetParameter`) from the current region for SSM parameters generated by AWS services. - -**NOTE**: If potentially sensitive information is stored in SSM parameters, you could consider restricting access to these messages further. -```json -{ - "Sid": "AllowSSMReadActions", - "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:ssm:${AWS::Region}::parameter/aws/service/*", - "Action": "ssm:GetParameter" -} -``` - -#### AllowPricingReadActions - -Because pricing information does not exist in every region at the moment, the AllowPricingReadActions Sid allows the Karpenter controller to get product pricing information (`pricing:GetProducts`) for all related resources across all regions. - -```json -{ - "Sid": "AllowPricingReadActions", - "Effect": "Allow", - "Resource": "*", - "Action": "pricing:GetProducts" -} -``` - -#### AllowInterruptionQueueActions +### KarpenterControllerIAMIntegrationPolicy -Karpenter supports interruption queues, that you can create as described in the [Interruption]({{< relref "../concepts/disruption#interruption" >}}) section of the Disruption page. -This section of the cloudformation.yaml template can give Karpenter permission to access those queues by specifying the resource ARN. -For the interruption queue you created (`${KarpenterInterruptionQueue.Arn}`), the AllowInterruptionQueueActions Sid lets the Karpenter controller have permission to delete messages ([DeleteMessage](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteMessage.html)), get queue URL ([GetQueueUrl](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueUrl.html)), and receive messages ([ReceiveMessage](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html)). +The `IAMIntegrationPolicy` manages IAM instance profile operations. Given a cluster name of `bob-karpenter-demo`, this policy would be named: `KarpenterControllerIAMIntegrationPolicy-bob-karpenter-demo` -```json -{ - "Sid": "AllowInterruptionQueueActions", - "Effect": "Allow", - "Resource": "${KarpenterInterruptionQueue.Arn}", - "Action": [ - "sqs:DeleteMessage", - "sqs:GetQueueUrl", - "sqs:ReceiveMessage" - ] -} +```yaml +IAMIntegrationPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerIAMIntegrationPolicy-${ClusterName}" + Path: / + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ ``` #### AllowPassingInstanceRole @@ -441,7 +383,6 @@ Also, `ResourceTag/karpenter.k8s.aws/ec2nodeclass` and `RequestTag/karpenter.k8s } ``` - #### AllowScopedInstanceProfileActions The AllowScopedInstanceProfileActions Sid gives the Karpenter controller permission to perform [`iam:AddRoleToInstanceProfile`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_AddRoleToInstanceProfile.html), [`iam:RemoveRoleFromInstanceProfile`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_RemoveRoleFromInstanceProfile.html), and [`iam:DeleteInstanceProfile`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteInstanceProfile.html) actions, @@ -470,16 +411,144 @@ Also, `karpenter.k8s.aws/ec2nodeclass` must be set to some value. This permissio } ``` -#### AllowInstanceProfileReadActions +### KarpenterControllerEKSIntegrationPolicy -The AllowInstanceProfileReadActions Sid gives the Karpenter controller permission to perform [`iam:GetInstanceProfile`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html) actions to retrieve information about a specified instance profile, including understanding if an instance profile has been provisioned for an `EC2NodeClass` or needs to be re-provisioned. +The `EKSIntegrationPolicy` manages EKS cluster discovery. Given a cluster name of `bob-karpenter-demo`, this policy would be named: `KarpenterControllerEKSIntegrationPolicy-bob-karpenter-demo` + +```yaml +EKSIntegrationPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerEKSIntegrationPolicy-${ClusterName}" + Path: / + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ +``` + +#### AllowAPIServerEndpointDiscovery + +You can optionally allow the Karpenter controller to discover the Kubernetes cluster's external API endpoint to enable EC2 nodes to successfully join the EKS cluster. + +> **Note**: If you are not using an EKS control plane, you will have to specify this endpoint explicitly. See the description of the `aws.clusterEndpoint` setting in the [ConfigMap](.settings/#configmap) documentation for details. + +The AllowAPIServerEndpointDiscovery Sid allows the Karpenter controller to get that information (`eks:DescribeCluster`) for the cluster (`cluster/${ClusterName}`). ```json { - "Sid": "AllowInstanceProfileReadActions", + "Sid": "AllowAPIServerEndpointDiscovery", "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:iam::${AWS::AccountId}:instance-profile/*", - "Action": "iam:GetInstanceProfile" + "Resource": "arn:${AWS::Partition}:eks:${AWS::Region}:${AWS::AccountId}:cluster/${ClusterName}", + "Action": "eks:DescribeCluster" +} +``` + +### KarpenterControllerInterruptionPolicy + +The `InterruptionPolicy` manages access to the SQS interruption queue. Given a cluster name of `bob-karpenter-demo`, this policy would be named: `KarpenterControllerInterruptionPolicy-bob-karpenter-demo` + +```yaml +InterruptionPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerInterruptionPolicy-${ClusterName}" + Path: / + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ +``` + +#### AllowInterruptionQueueActions + +Karpenter supports interruption queues, that you can create as described in the [Interruption]({{< relref "../concepts/disruption#interruption" >}}) section of the Disruption page. +This section of the cloudformation.yaml template can give Karpenter permission to access those queues by specifying the resource ARN. +For the interruption queue you created (`${KarpenterInterruptionQueue.Arn}`), the AllowInterruptionQueueActions Sid lets the Karpenter controller have permission to delete messages ([DeleteMessage](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteMessage.html)), get queue URL ([GetQueueUrl](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueUrl.html)), and receive messages ([ReceiveMessage](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html)). + +```json +{ + "Sid": "AllowInterruptionQueueActions", + "Effect": "Allow", + "Resource": "${KarpenterInterruptionQueue.Arn}", + "Action": [ + "sqs:DeleteMessage", + "sqs:GetQueueUrl", + "sqs:ReceiveMessage" + ] +} +``` + +### KarpenterControllerResourceDiscoveryPolicy + +The `ResourceDiscoveryPolicy` manages read-only resource discovery operations. Given a cluster name of `bob-karpenter-demo`, this policy would be named: `KarpenterControllerResourceDiscoveryPolicy-bob-karpenter-demo` + +```yaml +ResourceDiscoveryPolicy: + Type: AWS::IAM::ManagedPolicy + Properties: + ManagedPolicyName: !Sub "KarpenterControllerResourceDiscoveryPolicy-${ClusterName}" + Path: / + PolicyDocument: !Sub | + { + "Version": "2012-10-17", + "Statement": [ +``` + +#### AllowRegionalReadActions + +The AllowRegionalReadActions Sid allows [DescribeCapacityReservations](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeCapacityReservations.html), [DescribeAvailabilityZones](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html), [DescribeImages](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html), [DescribeInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html), [DescribeInstanceTypeOfferings](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypeOfferings.html), [DescribeInstanceTypes](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceTypes.html), [DescribeLaunchTemplates](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html), [DescribePlacementGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePlacementGroups.html), [DescribeSecurityGroups](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html), [DescribeSpotPriceHistory](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSpotPriceHistory.html), and [DescribeSubnets](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSubnets.html) actions for the current AWS region. +This allows the Karpenter controller to do any of those read-only actions across all related resources for that AWS region. + +```json +{ + "Sid": "AllowRegionalReadActions", + "Effect": "Allow", + "Resource": "*", + "Action": [ + "ec2:DescribeCapacityReservations", + "ec2:DescribeImages", + "ec2:DescribeInstances", + "ec2:DescribeInstanceTypeOfferings", + "ec2:DescribeInstanceTypes", + "ec2:DescribeLaunchTemplates", + "ec2:DescribePlacementGroups", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSpotPriceHistory", + "ec2:DescribeSubnets" + ], + "Condition": { + "StringEquals": { + "aws:RequestedRegion": "${AWS::Region}" + } + } +} +``` + +#### AllowSSMReadActions + +The AllowSSMReadActions Sid allows the Karpenter controller to get SSM parameters (`ssm:GetParameter`) from the current region for SSM parameters generated by AWS services. + +**NOTE**: If potentially sensitive information is stored in SSM parameters, you could consider restricting access to these messages further. +```json +{ + "Sid": "AllowSSMReadActions", + "Effect": "Allow", + "Resource": "arn:${AWS::Partition}:ssm:${AWS::Region}::parameter/aws/service/*", + "Action": "ssm:GetParameter" +} +``` + +#### AllowPricingReadActions + +Because pricing information does not exist in every region at the moment, the AllowPricingReadActions Sid allows the Karpenter controller to get product pricing information (`pricing:GetProducts`) for all related resources across all regions. + +```json +{ + "Sid": "AllowPricingReadActions", + "Effect": "Allow", + "Resource": "*", + "Action": "pricing:GetProducts" } ``` @@ -496,20 +565,16 @@ The AllowUnscopedInstanceProfileListAction Sid gives the Karpenter controller pe } ``` -#### AllowAPIServerEndpointDiscovery - -You can optionally allow the Karpenter controller to discover the Kubernetes cluster's external API endpoint to enable EC2 nodes to successfully join the EKS cluster. - -> **Note**: If you are not using an EKS control plane, you will have to specify this endpoint explicitly. See the description of the `aws.clusterEndpoint` setting in the [ConfigMap](.settings/#configmap) documentation for details. +#### AllowInstanceProfileReadActions -The AllowAPIServerEndpointDiscovery Sid allows the Karpenter controller to get that information (`eks:DescribeCluster`) for the cluster (`cluster/${ClusterName}`). +The AllowInstanceProfileReadActions Sid gives the Karpenter controller permission to perform [`iam:GetInstanceProfile`](https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html) actions to retrieve information about a specified instance profile, including understanding if an instance profile has been provisioned for an `EC2NodeClass` or needs to be re-provisioned. ```json { - "Sid": "AllowAPIServerEndpointDiscovery", + "Sid": "AllowInstanceProfileReadActions", "Effect": "Allow", - "Resource": "arn:${AWS::Partition}:eks:${AWS::Region}:${AWS::AccountId}:cluster/${ClusterName}", - "Action": "eks:DescribeCluster" + "Resource": "arn:${AWS::Partition}:iam::${AWS::AccountId}:instance-profile/*", + "Action": "iam:GetInstanceProfile" } ``` @@ -649,3 +714,19 @@ These rules include: - Id: KarpenterInterruptionQueueTarget Arn: !GetAtt KarpenterInterruptionQueue.Arn ``` + +* CapacityReservationInterruptionRule: An EC2 Capacity Reservation Interruption warning informs users that the capacity owner within an AWS Organization is reclaiming reserved capacity, triggering a notification for node reclamation. The [AWS::Events::Rule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html) here creates a rule to send events from the `aws.ec2` source to `KarpenterInterruptionQueue`. + + ```yaml + CapacityReservationInterruptionRule: + Type: 'AWS::Events::Rule' + Properties: + EventPattern: + source: + - aws.ec2 + detail-type: + - EC2 Capacity Reservation Instance Interruption Warning + Targets: + - Id: KarpenterInterruptionQueueTarget + Arn: !GetAtt KarpenterInterruptionQueue.Arn + ``` diff --git a/website/content/en/v1.8/reference/instance-types.md b/website/content/en/v1.11/reference/instance-types.md similarity index 87% rename from website/content/en/v1.8/reference/instance-types.md rename to website/content/en/v1.11/reference/instance-types.md index d3bd6b29f979..a112da3c9cfe 100644 --- a/website/content/en/v1.8/reference/instance-types.md +++ b/website/content/en/v1.11/reference/instance-types.md @@ -6,7 +6,7 @@ weight: 100 description: > Evaluate Instance Type Resources --- - + AWS instance types offer varying resources and can be selected by labels. The values provided below are the resources available with some assumptions and after the instance overhead has been subtracted: - `blockDeviceMappings` are not configured @@ -5195,349 +5195,347 @@ below are the resources available with some assumptions and after the instance o |memory|112779Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## c8g Family -### `c8g.medium` +## c8a Family +### `c8a.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|2048| |karpenter.k8s.aws/instance-network-bandwidth|520| |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.medium| + |node.kubernetes.io/instance-type|c8a.medium| #### Resources | Resource | Quantity | |--|--| |cpu|940m| |ephemeral-storage|17Gi| - |memory|1392Mi| + |memory|1451Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `c8g.large` +### `c8a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.large| + |node.kubernetes.io/instance-type|c8a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|3055Mi| - |pods|29| + |memory|2784Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `c8g.xlarge` +### `c8a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.xlarge| + |node.kubernetes.io/instance-type|c8a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|6525Mi| - |pods|58| + |memory|6364Mi| + |pods|78| |vpc.amazonaws.com/pod-eni|18| -### `c8g.2xlarge` +### `c8a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.2xlarge| + |node.kubernetes.io/instance-type|c8a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| + |memory|13062Mi| + |pods|158| |vpc.amazonaws.com/pod-eni|38| -### `c8g.4xlarge` +### `c8a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.4xlarge| + |node.kubernetes.io/instance-type|c8a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|27322Mi| - |pods|234| + |memory|26501Mi| + |pods|314| |vpc.amazonaws.com/pod-eni|54| -### `c8g.8xlarge` +### `c8a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.8xlarge| + |node.kubernetes.io/instance-type|c8a.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|57632Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c8g.12xlarge` + |memory|55953Mi| + |pods|392| + |vpc.amazonaws.com/pod-eni|82| +### `c8a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|98304| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.12xlarge| + |node.kubernetes.io/instance-type|c8a.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|87943Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c8g.16xlarge` + |memory|82238Mi| + |pods|758| + |vpc.amazonaws.com/pod-eni|110| +### `c8a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.16xlarge| + |node.kubernetes.io/instance-type|c8a.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|112720Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c8g.24xlarge` + |memory|109776Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.24xlarge| + |node.kubernetes.io/instance-type|c8a.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|173341Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `c8g.metal-24xl` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8a.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.metal-24xl| + |node.kubernetes.io/instance-type|c8a.metal-24xl| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|173341Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `c8g.48xlarge` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8a.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.48xlarge| + |node.kubernetes.io/instance-type|c8a.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| + |memory|346715Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `c8g.metal-48xl` + |vpc.amazonaws.com/pod-eni|98| +### `c8a.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8g| + |karpenter.k8s.aws/instance-family|c8a| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8g.metal-48xl| + |node.kubernetes.io/instance-type|c8a.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| + |memory|346715Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## c8gd Family -### `c8gd.medium` + |vpc.amazonaws.com/pod-eni|98| +## c8g Family +### `c8g.medium` #### Labels | Label | Value | |--|--| @@ -5548,16 +5546,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| |karpenter.k8s.aws/instance-memory|2048| |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|c8gd.medium| + |node.kubernetes.io/instance-type|c8g.medium| #### Resources | Resource | Quantity | |--|--| @@ -5566,7 +5563,7 @@ below are the resources available with some assumptions and after the instance o |memory|1392Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `c8gd.large` +### `c8g.large` #### Labels | Label | Value | |--|--| @@ -5577,16 +5574,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|4096| |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|c8gd.large| + |node.kubernetes.io/instance-type|c8g.large| #### Resources | Resource | Quantity | |--|--| @@ -5595,7 +5591,7 @@ below are the resources available with some assumptions and after the instance o |memory|3055Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `c8gd.xlarge` +### `c8g.xlarge` #### Labels | Label | Value | |--|--| @@ -5606,16 +5602,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gd.xlarge| + |node.kubernetes.io/instance-type|c8g.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5624,7 +5619,7 @@ below are the resources available with some assumptions and after the instance o |memory|6525Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `c8gd.2xlarge` +### `c8g.2xlarge` #### Labels | Label | Value | |--|--| @@ -5635,16 +5630,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|16384| |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|c8gd.2xlarge| + |node.kubernetes.io/instance-type|c8g.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5653,7 +5647,7 @@ below are the resources available with some assumptions and after the instance o |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `c8gd.4xlarge` +### `c8g.4xlarge` #### Labels | Label | Value | |--|--| @@ -5664,16 +5658,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|32768| |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|c8gd.4xlarge| + |node.kubernetes.io/instance-type|c8g.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5682,7 +5675,7 @@ below are the resources available with some assumptions and after the instance o |memory|27322Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `c8gd.8xlarge` +### `c8g.8xlarge` #### Labels | Label | Value | |--|--| @@ -5693,16 +5686,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|65536| |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|c8gd.8xlarge| + |node.kubernetes.io/instance-type|c8g.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5711,7 +5703,7 @@ below are the resources available with some assumptions and after the instance o |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `c8gd.12xlarge` +### `c8g.12xlarge` #### Labels | Label | Value | |--|--| @@ -5722,16 +5714,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|98304| |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|c8gd.12xlarge| + |node.kubernetes.io/instance-type|c8g.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5740,7 +5731,7 @@ below are the resources available with some assumptions and after the instance o |memory|87943Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `c8gd.16xlarge` +### `c8g.16xlarge` #### Labels | Label | Value | |--|--| @@ -5751,16 +5742,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|131072| |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|c8gd.16xlarge| + |node.kubernetes.io/instance-type|c8g.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5769,7 +5759,7 @@ below are the resources available with some assumptions and after the instance o |memory|112720Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `c8gd.24xlarge` +### `c8g.24xlarge` #### Labels | Label | Value | |--|--| @@ -5780,16 +5770,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|196608| |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|c8gd.24xlarge| + |node.kubernetes.io/instance-type|c8g.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5799,7 +5788,7 @@ 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| -### `c8gd.metal-24xl` +### `c8g.metal-24xl` #### Labels | Label | Value | |--|--| @@ -5810,16 +5799,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|196608| |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|c8gd.metal-24xl| + |node.kubernetes.io/instance-type|c8g.metal-24xl| #### Resources | Resource | Quantity | |--|--| @@ -5829,7 +5817,7 @@ 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| -### `c8gd.48xlarge` +### `c8g.48xlarge` #### Labels | Label | Value | |--|--| @@ -5840,16 +5828,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| |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|c8gd.48xlarge| + |node.kubernetes.io/instance-type|c8g.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5859,7 +5846,7 @@ 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| -### `c8gd.metal-48xl` +### `c8g.metal-48xl` #### Labels | Label | Value | |--|--| @@ -5870,16 +5857,15 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-family|c8g| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| |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|c8gd.metal-48xl| + |node.kubernetes.io/instance-type|c8g.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -5889,8 +5875,8 @@ 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| -## c8gn Family -### `c8gn.medium` +## c8gb Family +### `c8gb.medium` #### Labels | Label | Value | |--|--| @@ -5899,17 +5885,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|2083| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.medium| + |node.kubernetes.io/instance-type|c8gb.medium| #### Resources | Resource | Quantity | |--|--| @@ -5918,7 +5904,7 @@ below are the resources available with some assumptions and after the instance o |memory|1392Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `c8gn.large` +### `c8gb.large` #### Labels | Label | Value | |--|--| @@ -5927,17 +5913,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|4166| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.large| + |node.kubernetes.io/instance-type|c8gb.large| #### Resources | Resource | Quantity | |--|--| @@ -5946,7 +5932,7 @@ below are the resources available with some assumptions and after the instance o |memory|3055Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `c8gn.xlarge` +### `c8gb.xlarge` #### Labels | Label | Value | |--|--| @@ -5955,17 +5941,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|8333| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.xlarge| + |node.kubernetes.io/instance-type|c8gb.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -5974,7 +5960,7 @@ below are the resources available with some assumptions and after the instance o |memory|6525Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `c8gn.2xlarge` +### `c8gb.2xlarge` #### Labels | Label | Value | |--|--| @@ -5983,17 +5969,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|16666| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.2xlarge| + |node.kubernetes.io/instance-type|c8gb.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6002,7 +5988,7 @@ below are the resources available with some assumptions and after the instance o |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `c8gn.4xlarge` +### `c8gb.4xlarge` #### Labels | Label | Value | |--|--| @@ -6011,17 +5997,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|33330| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.4xlarge| + |node.kubernetes.io/instance-type|c8gb.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6030,7 +6016,7 @@ below are the resources available with some assumptions and after the instance o |memory|27322Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `c8gn.8xlarge` +### `c8gb.8xlarge` #### Labels | Label | Value | |--|--| @@ -6039,17 +6025,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|66660| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.8xlarge| + |node.kubernetes.io/instance-type|c8gb.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6058,7 +6044,7 @@ below are the resources available with some assumptions and after the instance o |memory|56994Mi| |pods|292| |vpc.amazonaws.com/pod-eni|52| -### `c8gn.12xlarge` +### `c8gb.12xlarge` #### Labels | Label | Value | |--|--| @@ -6067,17 +6053,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.12xlarge| + |node.kubernetes.io/instance-type|c8gb.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6086,7 +6072,7 @@ below are the resources available with some assumptions and after the instance o |memory|86667Mi| |pods|350| |vpc.amazonaws.com/pod-eni|50| -### `c8gn.16xlarge` +### `c8gb.16xlarge` #### Labels | Label | Value | |--|--| @@ -6095,17 +6081,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-network-bandwidth|133330| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.16xlarge| + |node.kubernetes.io/instance-type|c8gb.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6115,7 +6101,7 @@ below are the resources available with some assumptions and after the instance o |pods|786| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|106| -### `c8gn.24xlarge` +### `c8gb.24xlarge` #### Labels | Label | Value | |--|--| @@ -6124,17 +6110,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.24xlarge| + |node.kubernetes.io/instance-type|c8gb.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6144,7 +6130,7 @@ below are the resources available with some assumptions and after the instance o |pods|1178| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|98| -### `c8gn.metal-24xl` +### `c8gb.metal-24xl` #### Labels | Label | Value | |--|--| @@ -6153,17 +6139,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.metal-24xl| + |node.kubernetes.io/instance-type|c8gb.metal-24xl| #### Resources | Resource | Quantity | |--|--| @@ -6172,7 +6158,7 @@ below are the resources available with some assumptions and after the instance o |memory|168490Mi| |pods|1178| |vpc.amazonaws.com/efa|1| -### `c8gn.48xlarge` +### `c8gb.48xlarge` #### Labels | Label | Value | |--|--| @@ -6181,17 +6167,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.48xlarge| + |node.kubernetes.io/instance-type|c8gb.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -6201,7 +6187,7 @@ below are the resources available with some assumptions and after the instance o |pods|590| |vpc.amazonaws.com/efa|2| |vpc.amazonaws.com/pod-eni|98| -### `c8gn.metal-48xl` +### `c8gb.metal-48xl` #### Labels | Label | Value | |--|--| @@ -6210,17 +6196,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-family|c8gb| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-network-bandwidth|400000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8gn.metal-48xl| + |node.kubernetes.io/instance-type|c8gb.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -6229,2655 +6215,2704 @@ below are the resources available with some assumptions and after the instance o |memory|356820Mi| |pods|590| |vpc.amazonaws.com/efa|2| -## c8i Family -### `c8i.large` +## c8gd Family +### `c8gd.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8gd| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-memory|2048| + |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|c8gd.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|1392Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `c8gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.large| + |node.kubernetes.io/instance-type|c8gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|2784Mi| - |pods|59| -### `c8i.xlarge` + |memory|3055Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `c8gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.xlarge| + |node.kubernetes.io/instance-type|c8gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|5924Mi| - |pods|118| -### `c8i.2xlarge` + |memory|6525Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `c8gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.2xlarge| + |node.kubernetes.io/instance-type|c8gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|13502Mi| - |pods|118| -### `c8i.4xlarge` + |memory|14103Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `c8gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.4xlarge| + |node.kubernetes.io/instance-type|c8gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|25621Mi| - |pods|394| -### `c8i.8xlarge` + |memory|27322Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `c8gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.8xlarge| + |node.kubernetes.io/instance-type|c8gd.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|54853Mi| - |pods|492| -### `c8i.12xlarge` + |memory|57632Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `c8gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.12xlarge| + |node.kubernetes.io/instance-type|c8gd.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|84086Mi| - |pods|590| -### `c8i.16xlarge` + |memory|87943Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `c8gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.16xlarge| + |node.kubernetes.io/instance-type|c8gd.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|109776Mi| - |pods|1010| -### `c8i.24xlarge` + |memory|112720Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `c8gd.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.24xlarge| + |node.kubernetes.io/instance-type|c8gd.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|170397Mi| - |pods|1010| -### `c8i.32xlarge` + |memory|173341Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `c8gd.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-memory|196608| + |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|c8i.32xlarge| + |node.kubernetes.io/instance-type|c8gd.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|225474Mi| - |pods|1514| -### `c8i.48xlarge` + |memory|173341Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `c8gd.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.48xlarge| + |node.kubernetes.io/instance-type|c8gd.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|346715Mi| - |pods|1514| + |memory|355203Mi| + |pods|737| |vpc.amazonaws.com/efa|1| -### `c8i.metal-48xl` + |vpc.amazonaws.com/pod-eni|107| +### `c8gd.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.metal-48xl| + |node.kubernetes.io/instance-type|c8gd.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|346715Mi| - |pods|1514| + |memory|355203Mi| + |pods|737| |vpc.amazonaws.com/efa|1| -### `c8i.96xlarge` + |vpc.amazonaws.com/pod-eni|107| +## c8gn Family +### `c8gn.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|384| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-size|96xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|2048| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.96xlarge| + |node.kubernetes.io/instance-type|c8gn.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|382970m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|710440Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| -### `c8i.metal-96xl` + |memory|1392Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `c8gn.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|384| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-size|metal-96xl| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i.metal-96xl| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|382970m| - |ephemeral-storage|17Gi| - |memory|710440Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| -## c8i-flex Family -### `c8i-flex.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.large| + |node.kubernetes.io/instance-type|c8gn.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|2784Mi| - |pods|59| -### `c8i-flex.xlarge` + |memory|3055Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `c8gn.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.xlarge| + |node.kubernetes.io/instance-type|c8gn.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|5924Mi| - |pods|118| -### `c8i-flex.2xlarge` + |memory|6525Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `c8gn.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.2xlarge| + |node.kubernetes.io/instance-type|c8gn.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|13502Mi| - |pods|118| -### `c8i-flex.4xlarge` + |memory|14103Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `c8gn.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.4xlarge| + |node.kubernetes.io/instance-type|c8gn.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|25621Mi| - |pods|394| -### `c8i-flex.8xlarge` + |memory|27322Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `c8gn.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.8xlarge| + |node.kubernetes.io/instance-type|c8gn.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|54853Mi| - |pods|492| -### `c8i-flex.12xlarge` + |memory|56994Mi| + |pods|292| + |vpc.amazonaws.com/pod-eni|52| +### `c8gn.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.12xlarge| + |node.kubernetes.io/instance-type|c8gn.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|84086Mi| - |pods|590| -### `c8i-flex.16xlarge` + |memory|86667Mi| + |pods|350| + |vpc.amazonaws.com/pod-eni|50| +### `c8gn.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-family|c8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c8i-flex.16xlarge| + |node.kubernetes.io/instance-type|c8gn.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|109776Mi| - |pods|1010| -## d2 Family -### `d2.xlarge` + |memory|112181Mi| + |pods|786| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| +### `c8gn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|d2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| + |node.kubernetes.io/instance-type|c8gn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|27896Mi| - |pods|58| -### `d2.2xlarge` + |memory|168490Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `c8gn.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|1000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|d2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| + |node.kubernetes.io/instance-type|c8gn.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|56786Mi| - |pods|58| -### `d2.4xlarge` + |memory|168490Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| +### `c8gn.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|2000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|d2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| + |node.kubernetes.io/instance-type|c8gn.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|112629Mi| - |pods|234| -### `d2.8xlarge` + |memory|356820Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| +### `c8gn.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|c8gn.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|356820Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| +## c8i Family +### `c8i.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|4000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|d2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| + |node.kubernetes.io/instance-type|c8i.large| #### Resources | Resource | Quantity | |--|--| - |cpu|35840m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|228187Mi| - |pods|234| -## d3 Family -### `d3.xlarge` + |memory|2784Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|9| +### `c8i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3000| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| + |node.kubernetes.io/instance-type|c8i.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29845Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|42| -### `d3.2xlarge` + |memory|5924Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `c8i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|6000| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| + |node.kubernetes.io/instance-type|c8i.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|60067Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|92| -### `d3.4xlarge` + |memory|13502Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|38| +### `c8i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| + |node.kubernetes.io/instance-type|c8i.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|120468Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3.8xlarge` + |memory|25621Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|54| +### `c8i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| + |node.kubernetes.io/instance-type|c8i.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|241479Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|119| -## d3en Family -### `d3en.xlarge` + |memory|54853Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `c8i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|6000| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|22500| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| + |node.kubernetes.io/instance-type|c8i.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|14690Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|24| -### `d3en.2xlarge` + |memory|84086Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `c8i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| + |node.kubernetes.io/instance-type|c8i.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|29757Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|58| -### `d3en.4xlarge` + |memory|109776Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| + |node.kubernetes.io/instance-type|c8i.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|59847Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.6xlarge` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8i.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| + |node.kubernetes.io/instance-type|c8i.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|89938Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.8xlarge` + |memory|225474Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `c8i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|223680| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| + |node.kubernetes.io/instance-type|c8i.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|120028Mi| - |pods|78| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.12xlarge` + |memory|346715Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `c8i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|196608| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| + |node.kubernetes.io/instance-type|c8i.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|180528Mi| - |pods|89| - |vpc.amazonaws.com/pod-eni|119| -## dl1 Family -### `dl1.24xlarge` + |memory|346715Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `c8i.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|dl1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|habana| - |karpenter.k8s.aws/instance-gpu-memory|32768| - |karpenter.k8s.aws/instance-gpu-name|gaudi-hl-205| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|4000| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|400000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| + |node.kubernetes.io/instance-type|c8i.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|382970m| |ephemeral-storage|17Gi| - |habana.ai/gaudi|8| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|4| - |vpc.amazonaws.com/pod-eni|62| -## dl2q Family -### `dl2q.24xlarge` + |memory|710440Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `c8i.metal-96xl` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|8| - |karpenter.k8s.aws/instance-accelerator-manufacturer|qualcomm| - |karpenter.k8s.aws/instance-accelerator-name|qualcomm-ai100| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|dl2q| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-family|c8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl2q.24xlarge| + |node.kubernetes.io/instance-type|c8i.metal-96xl| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| + |memory|710440Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## f1 Family -### `f1.2xlarge` + |vpc.amazonaws.com/pod-eni|98| +## c8i-flex Family +### `c8i-flex.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1700| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|124928| - |karpenter.k8s.aws/instance-network-bandwidth|2500| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|468| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f1.2xlarge| + |node.kubernetes.io/instance-type|c8i-flex.large| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|114565Mi| - |pods|58| -### `f1.4xlarge` + |memory|2784Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|3| +### `c8i-flex.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f1.4xlarge| + |node.kubernetes.io/instance-type|c8i-flex.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|228187Mi| - |pods|234| -### `f1.16xlarge` + |memory|5924Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|8| +### `c8i-flex.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|999424| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f1.16xlarge| + |node.kubernetes.io/instance-type|c8i-flex.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|919778Mi| + |memory|13502Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `c8i-flex.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3750| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|c8i-flex.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|25621Mi| |pods|394| -## f2 Family -### `f2.6xlarge` + |vpc.amazonaws.com/pod-eni|34| +### `c8i-flex.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|7500| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|f2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|940| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f2.6xlarge| + |node.kubernetes.io/instance-type|c8i-flex.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `f2.12xlarge` + |memory|54853Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|52| +### `c8i-flex.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|f2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1880| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|11250| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f2.12xlarge| + |node.kubernetes.io/instance-type|c8i-flex.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|482037Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `f2.48xlarge` + |memory|84086Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `c8i-flex.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|f| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|f2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|c8i-flex| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7520| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|f2.48xlarge| + |node.kubernetes.io/instance-type|c8i-flex.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|1931403Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## g4ad Family -### `g4ad.xlarge` + |memory|109776Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +## c8id Family +### `c8id.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|c8id.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|2784Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|9| +### `c8id.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4ad| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|amd| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2000| + |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| + |node.kubernetes.io/instance-type|c8id.xlarge| #### Resources | Resource | Quantity | |--|--| - |amd.com/gpu|1| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14712Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.2xlarge` + |memory|5924Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `c8id.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4ad| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|amd| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4167| + |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| + |node.kubernetes.io/instance-type|c8id.2xlarge| #### Resources | Resource | Quantity | |--|--| - |amd.com/gpu|1| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29867Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.4xlarge` + |memory|13502Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|38| +### `c8id.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4ad| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|amd| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8333| + |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| + |node.kubernetes.io/instance-type|c8id.4xlarge| #### Resources | Resource | Quantity | |--|--| - |amd.com/gpu|1| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|59946Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|11| -### `g4ad.8xlarge` + |memory|25621Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|54| +### `c8id.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|c| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4ad| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|amd| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| + |node.kubernetes.io/instance-type|c8id.8xlarge| #### Resources | Resource | Quantity | |--|--| - |amd.com/gpu|2| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|120248Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|10| -### `g4ad.16xlarge` + |memory|54853Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `c8id.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|6300| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4ad| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|amd| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|radeon-pro-v520| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|22500| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| + |node.kubernetes.io/instance-type|c8id.12xlarge| #### Resources | Resource | Quantity | |--|--| - |amd.com/gpu|4| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## g4dn Family -### `g4dn.xlarge` + |memory|84086Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `c8id.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| + |node.kubernetes.io/instance-type|c8id.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|14481Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.2xlarge` + |memory|109776Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8id.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|225| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| + |node.kubernetes.io/instance-type|c8id.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|29636Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.4xlarge` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `c8id.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|225| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.4xlarge| + |node.kubernetes.io/instance-type|c8id.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|59946Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|59| -### `g4dn.8xlarge` + |memory|225474Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `c8id.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-local-nvme|11400| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.8xlarge| + |node.kubernetes.io/instance-type|c8id.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|120248Mi| - |nvidia.com/gpu|1| - |pods|58| + |memory|346715Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|58| -### `g4dn.12xlarge` + |vpc.amazonaws.com/pod-eni|98| +### `c8id.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |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-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|11400| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| + |node.kubernetes.io/instance-type|c8id.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |nvidia.com/gpu|4| - |pods|234| + |memory|346715Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|54| -### `g4dn.16xlarge` + |vpc.amazonaws.com/pod-eni|98| +### `c8id.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|22800| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| + |node.kubernetes.io/instance-type|c8id.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|241490Mi| - |nvidia.com/gpu|1| - |pods|58| + |memory|710440Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|118| -### `g4dn.metal` + |vpc.amazonaws.com/pod-eni|98| +### `c8id.metal-96xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|c| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g4dn| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| + |karpenter.k8s.aws/instance-family|c8id| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-local-nvme|22800| + |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| + |node.kubernetes.io/instance-type|c8id.metal-96xl| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |nvidia.com/gpu|8| - |pods|737| + |memory|710440Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## g5 Family -### `g5.xlarge` + |vpc.amazonaws.com/pod-eni|98| +## d2 Family +### `d2.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|d2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| + |node.kubernetes.io/instance-type|d2.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |nvidia.com/gpu|1| + |memory|27896Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|4| -### `g5.2xlarge` +### `d2.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|1000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|d2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| + |node.kubernetes.io/instance-type|d2.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |nvidia.com/gpu|1| + |memory|56786Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `g5.4xlarge` +### `d2.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|2000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|d2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| + |node.kubernetes.io/instance-type|d2.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |nvidia.com/gpu|1| + |memory|112629Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|34| -### `g5.8xlarge` +### `d2.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|16000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|36| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|4000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|d2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| + |node.kubernetes.io/instance-type|d2.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|35840m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |nvidia.com/gpu|1| + |memory|228187Mi| |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|84| -### `g5.12xlarge` +## d3 Family +### `d3.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|16000| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-family|d3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|5940| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3000| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| + |node.kubernetes.io/instance-type|d3.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|173400Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `g5.16xlarge` + |memory|29845Mi| + |pods|10| + |vpc.amazonaws.com/pod-eni|42| +### `d3.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|16000| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-family|d3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|11880| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|6000| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| + |node.kubernetes.io/instance-type|d3.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|114| -### `g5.24xlarge` + |memory|60067Mi| + |pods|18| + |vpc.amazonaws.com/pod-eni|92| +### `d3.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-family|d3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|23760| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| + |node.kubernetes.io/instance-type|d3.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `g5.48xlarge` + |memory|120468Mi| + |pods|38| + |vpc.amazonaws.com/pod-eni|118| +### `d3.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-family|d3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|47520| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| + |node.kubernetes.io/instance-type|d3.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|723299Mi| - |nvidia.com/gpu|8| - |pods|345| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|115| -## g5g Family -### `g5g.xlarge` + |memory|241479Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|119| +## d3en Family +### `d3en.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|d3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-local-nvme|27960| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|6000| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| + |node.kubernetes.io/instance-type|d3en.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|6525Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g5g.2xlarge` + |memory|14690Mi| + |pods|10| + |vpc.amazonaws.com/pod-eni|24| +### `d3en.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|d3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-local-nvme|55920| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.2xlarge| + |node.kubernetes.io/instance-type|d3en.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|14103Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g5g.4xlarge` + |memory|29757Mi| + |pods|18| + |vpc.amazonaws.com/pod-eni|58| +### `d3en.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|d| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|2800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|d3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-local-nvme|111840| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| + |node.kubernetes.io/instance-type|d3en.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|27322Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.8xlarge` + |memory|59847Mi| + |pods|38| + |vpc.amazonaws.com/pod-eni|118| +### `d3en.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|d3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|12000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|167760| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| + |node.kubernetes.io/instance-type|d3en.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|57632Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.16xlarge` + |memory|89938Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|118| +### `d3en.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| + |node.kubernetes.io/instance-type|d3en.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|112720Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5g.metal` + |memory|120028Mi| + |pods|78| + |vpc.amazonaws.com/pod-eni|118| +### `d3en.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|g5g| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|t4g| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-category|d| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| + |node.kubernetes.io/instance-type|d3en.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|112720Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## g6 Family -### `g6.xlarge` + |memory|180528Mi| + |pods|89| + |vpc.amazonaws.com/pod-eni|119| +## dl1 Family +### `dl1.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-category|dl| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|dl1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|habana| + |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|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2500| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|4000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.xlarge| + |node.kubernetes.io/instance-type|dl1.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g6.2xlarge` -#### Labels + |habana.ai/gaudi|8| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|62| +## dl2q Family +### `dl2q.24xlarge` +#### Labels | Label | Value | |--|--| + |karpenter.k8s.aws/instance-accelerator-count|8| + |karpenter.k8s.aws/instance-accelerator-manufacturer|qualcomm| + |karpenter.k8s.aws/instance-accelerator-name|qualcomm-ai100| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-category|dl| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|dl2q| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|dl2q.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## f1 Family +### `f1.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1700| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|124928| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.2xlarge| + |node.kubernetes.io/instance-type|f1.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |nvidia.com/gpu|1| + |memory|114565Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g6.4xlarge` +### `f1.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-category|f| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|8000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.4xlarge| + |node.kubernetes.io/instance-type|f1.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |nvidia.com/gpu|1| + |memory|228187Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g6.8xlarge` +### `f1.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|16000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |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-memory|131072| + |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|999424| |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.8xlarge| + |node.kubernetes.io/instance-type|f1.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|84| -### `g6.12xlarge` + |memory|919778Mi| + |pods|394| +## f2 Family +### `f2.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-cpu|24| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-ebs-bandwidth|7500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|f2| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3760| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|940| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.12xlarge| + |node.kubernetes.io/instance-type|f2.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |nvidia.com/gpu|4| + |memory|239554Mi| |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|114| -### `g6.16xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `f2.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|f2| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1880| - |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.16xlarge| + |node.kubernetes.io/instance-type|f2.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |nvidia.com/gpu|1| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `g6.24xlarge` + |memory|482037Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|114| +### `f2.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|f| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|f2| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3760| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|7520| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.24xlarge| + |node.kubernetes.io/instance-type|f2.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |nvidia.com/gpu|4| + |memory|1931403Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `g6.48xlarge` +## g4ad Family +### `g4ad.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-family|g4ad| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|amd| + |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|7520| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2000| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6.48xlarge| + |node.kubernetes.io/instance-type|g4ad.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |amd.com/gpu|1| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## g6e Family -### `g6e.xlarge` + |memory|14712Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|12| +### `g4ad.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|g4ad| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |karpenter.k8s.aws/instance-gpu-manufacturer|amd| + |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|250| + |karpenter.k8s.aws/instance-local-nvme|300| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|4167| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.xlarge| + |node.kubernetes.io/instance-type|g4ad.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |amd.com/gpu|1| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g6e.2xlarge` + |memory|29867Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|12| +### `g4ad.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|g4ad| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |karpenter.k8s.aws/instance-gpu-manufacturer|amd| + |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|450| + |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|8333| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.2xlarge| + |node.kubernetes.io/instance-type|g4ad.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |amd.com/gpu|1| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|59627Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g6e.4xlarge` + |memory|59946Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|11| +### `g4ad.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|8000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |karpenter.k8s.aws/instance-family|g4ad| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|2| + |karpenter.k8s.aws/instance-gpu-manufacturer|amd| + |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-nvme|1200| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.4xlarge| + |node.kubernetes.io/instance-type|g4ad.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |amd.com/gpu|2| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g6e.8xlarge` + |memory|120248Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|10| +### `g4ad.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|16000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|6300| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |karpenter.k8s.aws/instance-family|g4ad| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|amd| + |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|900| + |karpenter.k8s.aws/instance-local-nvme|2400| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.8xlarge| + |node.kubernetes.io/instance-type|g4ad.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |amd.com/gpu|4| + |cpu|63770m| |ephemeral-storage|17Gi| |memory|239554Mi| - |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|84| -### `g6e.12xlarge` + |vpc.amazonaws.com/pod-eni|6| +## g4dn Family +### `g4dn.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |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|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|125| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.12xlarge| + |node.kubernetes.io/instance-type|g4dn.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|360157Mi| - |nvidia.com/gpu|4| - |pods|292| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|112| -### `g6e.16xlarge` + |memory|14481Mi| + |nvidia.com/gpu|1| + |pods|29| + |vpc.amazonaws.com/pod-eni|39| +### `g4dn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |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|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|35000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|225| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.16xlarge| + |node.kubernetes.io/instance-type|g4dn.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|29636Mi| |nvidia.com/gpu|1| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `g6e.24xlarge` + |pods|29| + |vpc.amazonaws.com/pod-eni|39| +### `g4dn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|g4dn.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|59946Mi| + |nvidia.com/gpu|1| + |pods|29| + |vpc.amazonaws.com/pod-eni|59| +### `g4dn.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|g4dn.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|120248Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|58| +### `g4dn.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-gpu-count|4| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |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|3800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.24xlarge| + |node.kubernetes.io/instance-type|g4dn.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|721682Mi| + |memory|178933Mi| |nvidia.com/gpu|4| - |pods|492| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|102| -### `g6e.48xlarge` + |pods|234| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|54| +### `g4dn.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6e| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|45776| - |karpenter.k8s.aws/instance-gpu-name|l40s| + |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|7600| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|400000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|900| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6e.48xlarge| + |node.kubernetes.io/instance-type|g4dn.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|1449132Mi| - |nvidia.com/gpu|8| - |pods|492| - |vpc.amazonaws.com/efa|4| - |vpc.amazonaws.com/pod-eni|82| -## g6f Family -### `g6f.large` + |memory|241490Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|118| +### `g4dn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6f| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-family|g4dn| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|8| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|2861| - |karpenter.k8s.aws/instance-gpu-name|l4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|1500| - |karpenter.k8s.aws/instance-size|large| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6f.large| + |node.kubernetes.io/instance-type|g4dn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|7002Mi| - |pods|20| - |vpc.amazonaws.com/pod-eni|10| -### `g6f.xlarge` + |memory|355262Mi| + |nvidia.com/gpu|8| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## g5 Family +### `g5.xlarge` #### Labels | Label | Value | |--|--| @@ -8885,32 +8920,33 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6f| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|2861| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| + |karpenter.k8s.aws/instance-local-nvme|250| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6f.xlarge| + |node.kubernetes.io/instance-type|g5.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| |memory|14162Mi| + |nvidia.com/gpu|1| |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g6f.2xlarge` + |vpc.amazonaws.com/pod-eni|4| +### `g5.2xlarge` #### Labels | Label | Value | |--|--| @@ -8918,32 +8954,33 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6f| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|5722| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| + |karpenter.k8s.aws/instance-local-nvme|450| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6f.2xlarge| + |node.kubernetes.io/instance-type|g5.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| |memory|29317Mi| + |nvidia.com/gpu|1| |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g6f.4xlarge` + |vpc.amazonaws.com/pod-eni|17| +### `g5.4xlarge` #### Labels | Label | Value | |--|--| @@ -8951,3405 +8988,6097 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|6000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|g6f| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|11444| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |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-nvme|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g6f.4xlarge| + |node.kubernetes.io/instance-type|g5.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| |memory|57691Mi| + |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## gr6 Family -### `gr6.4xlarge` + |vpc.amazonaws.com/pod-eni|34| +### `g5.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|gr| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|8000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|gr6| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |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-nvme|900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|gr6.4xlarge| + |node.kubernetes.io/instance-type|g5.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|31850m| |ephemeral-storage|17Gi| |memory|118312Mi| |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `gr6.8xlarge` + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|84| +### `g5.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|gr| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|gr6| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|4| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| |karpenter.k8s.aws/instance-gpu-memory|22888| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|gr6.8xlarge| + |node.kubernetes.io/instance-type|g5.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |nvidia.com/gpu|1| - |pods|234| + |memory|173400Mi| + |nvidia.com/gpu|4| + |pods|737| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|84| -## gr6f Family -### `gr6f.4xlarge` + |vpc.amazonaws.com/pod-eni|107| +### `g5.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|gr| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| - |karpenter.k8s.aws/instance-ebs-bandwidth|8000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|gr6f| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|11444| - |karpenter.k8s.aws/instance-gpu-name|l4| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|a10g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|gr6f.4xlarge| + |node.kubernetes.io/instance-type|g5.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|239554Mi| + |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## h1 Family -### `h1.2xlarge` + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|114| +### `g5.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|h1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| + |node.kubernetes.io/instance-type|g5.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| -### `h1.4xlarge` + |memory|355262Mi| + |nvidia.com/gpu|4| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `g5.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|h1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3300| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|a10g| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| + |node.kubernetes.io/instance-type|g5.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |pods|234| -### `h1.8xlarge` + |memory|723299Mi| + |nvidia.com/gpu|8| + |pods|345| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|115| +## g5g Family +### `g5g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|h1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| + |node.kubernetes.io/instance-type|g5g.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| -### `h1.16xlarge` + |memory|6525Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `g5g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|h1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|g5g.2xlarge| +#### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|237794Mi| - |pods|394| -## hpc6a Family -### `hpc6a.48xlarge` + |memory|14103Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `g5g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc6a| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc6a.48xlarge| + |node.kubernetes.io/instance-type|g5g.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|362269Mi| - |pods|100| - |vpc.amazonaws.com/efa|1| -## hpc6id Family -### `hpc6id.32xlarge` + |memory|27322Mi| + |nvidia.com/gpu|1| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `g5g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc6id.32xlarge| + |node.kubernetes.io/instance-type|g5g.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|969016Mi| - |pods|51| - |vpc.amazonaws.com/efa|2| -## hpc7a Family -### `hpc7a.12xlarge` + |memory|57632Mi| + |nvidia.com/gpu|1| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `g5g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|2| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7a.12xlarge| + |node.kubernetes.io/instance-type|g5g.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|725994Mi| - |pods|100| - |vpc.amazonaws.com/efa|2| -### `hpc7a.24xlarge` + |memory|112720Mi| + |nvidia.com/gpu|2| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `g5g.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7a| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|g5g| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|2| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|t4g| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7a.24xlarge| + |node.kubernetes.io/instance-type|g5g.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|725994Mi| - |pods|100| - |vpc.amazonaws.com/efa|2| -### `hpc7a.48xlarge` + |memory|112720Mi| + |nvidia.com/gpu|2| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## g6 Family +### `g6.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|250| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7a.48xlarge| + |node.kubernetes.io/instance-type|g6.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|725994Mi| - |pods|100| - |vpc.amazonaws.com/efa|2| -### `hpc7a.96xlarge` + |memory|14162Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `g6.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|96xlarge| + |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7a.96xlarge| + |node.kubernetes.io/instance-type|g6.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|725994Mi| - |pods|100| - |vpc.amazonaws.com/efa|2| -## hpc7g Family -### `hpc7g.4xlarge` + |memory|29317Mi| + |nvidia.com/gpu|1| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `g6.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|8000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7g.4xlarge| + |node.kubernetes.io/instance-type|g6.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118649Mi| - |pods|198| - |vpc.amazonaws.com/efa|1| -### `hpc7g.8xlarge` + |memory|57691Mi| + |nvidia.com/gpu|1| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `g6.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7g.8xlarge| + |node.kubernetes.io/instance-type|g6.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118649Mi| - |pods|198| + |memory|118312Mi| + |nvidia.com/gpu|1| + |pods|234| |vpc.amazonaws.com/efa|1| -### `hpc7g.16xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `g6.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|hpc| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|hpc7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|22888| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|3760| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|hpc7g.16xlarge| + |node.kubernetes.io/instance-type|g6.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|118649Mi| - |pods|198| + |memory|178933Mi| + |nvidia.com/gpu|4| + |pods|234| |vpc.amazonaws.com/efa|1| -## i2 Family -### `i2.xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `g6.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|i2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| + |node.kubernetes.io/instance-type|g6.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|27896Mi| - |pods|58| -### `i2.2xlarge` + |memory|234021Mi| + |nvidia.com/gpu|1| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `g6.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|i2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|3760| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| + |node.kubernetes.io/instance-type|g6.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|56786Mi| - |pods|58| -### `i2.4xlarge` + |memory|355262Mi| + |nvidia.com/gpu|4| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `g6.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|i2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|7520| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| + |node.kubernetes.io/instance-type|g6.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|112629Mi| - |pods|234| -### `i2.8xlarge` + |memory|718987Mi| + |nvidia.com/gpu|8| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## g6e Family +### `g6e.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|i2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31850m| - |ephemeral-storage|17Gi| - |memory|228187Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|425| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|15616| - |karpenter.k8s.aws/instance-network-bandwidth|750| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1930m| - |ephemeral-storage|17Gi| - |memory|13770Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|850| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|31232| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| + |node.kubernetes.io/instance-type|g6e.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|27896Mi| + |memory|29317Mi| + |nvidia.com/gpu|1| |pods|58| -### `i3.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `g6e.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1700| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|62464| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| + |node.kubernetes.io/instance-type|g6e.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|56786Mi| + |memory|59627Mi| + |nvidia.com/gpu|1| |pods|58| -### `i3.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `g6e.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|124928| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|8000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| + |node.kubernetes.io/instance-type|g6e.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|112629Mi| + |memory|118312Mi| + |nvidia.com/gpu|1| |pods|234| -### `i3.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `g6e.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| + |node.kubernetes.io/instance-type|g6e.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|228187Mi| + |memory|239554Mi| + |nvidia.com/gpu|1| |pods|234| -### `i3.16xlarge` + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|84| +### `g6e.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|499712| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|3800| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| + |node.kubernetes.io/instance-type|g6e.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|453771Mi| - |pods|737| -## i3en Family -### `i3en.large` + |memory|360157Mi| + |nvidia.com/gpu|4| + |pods|292| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|112| +### `g6e.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2100| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|35000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| + |node.kubernetes.io/instance-type|g6e.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|14481Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|5| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |memory|476504Mi| + |nvidia.com/gpu|1| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `g6e.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|2500| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4200| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| + |node.kubernetes.io/instance-type|g6e.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|12| -### `i3en.2xlarge` + |memory|721682Mi| + |nvidia.com/gpu|4| + |pods|492| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|102| +### `g6e.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6e| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8400| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| + |node.kubernetes.io/instance-type|g6e.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|59627Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `i3en.3xlarge` + |memory|1449132Mi| + |nvidia.com/gpu|8| + |pods|492| + |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|82| +## g6f Family +### `g6f.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6f| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|2861| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|3xlarge| + |karpenter.k8s.aws/instance-local-nvme|100| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|1500| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| + |node.kubernetes.io/instance-type|g6f.large| #### Resources | Resource | Quantity | |--|--| - |cpu|11900m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|89938Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i3en.6xlarge` + |memory|7002Mi| + |pods|20| + |vpc.amazonaws.com/pod-eni|10| +### `g6f.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6f| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|2861| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-local-nvme|100| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| + |node.kubernetes.io/instance-type|g6f.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.12xlarge` + |memory|14162Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `g6f.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6f| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|5722| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|200| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| + |node.kubernetes.io/instance-type|g6f.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|360795Mi| - |pods|234| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.24xlarge` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `g6f.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|6000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|g6f| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|11444| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| + |node.kubernetes.io/instance-type|g6f.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `i3en.metal` + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +## g7e Family +### `g7e.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|5000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## i4g Family -### `i4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1930m| - |ephemeral-storage|17Gi| - |memory|14422Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `i4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3920m| - |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `i4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|4687| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.2xlarge| + |node.kubernetes.io/instance-type|g7e.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i4g.4xlarge` + |memory|57471Mi| + |nvidia.com/gpu|1| + |pods|254| + |vpc.amazonaws.com/pod-eni|120| +### `g7e.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|8000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.4xlarge| + |node.kubernetes.io/instance-type|g7e.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i4g.8xlarge` + |memory|115320Mi| + |nvidia.com/gpu|1| + |pods|506| + |vpc.amazonaws.com/pod-eni|120| +### `g7e.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|g| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.8xlarge| + |node.kubernetes.io/instance-type|g7e.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i4g.16xlarge` + |memory|236562Mi| + |nvidia.com/gpu|1| + |pods|506| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| +### `g7e.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|2| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4g.16xlarge| + |node.kubernetes.io/instance-type|g7e.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|476445Mi| - |pods|737| + |memory|477659Mi| + |nvidia.com/gpu|2| + |pods|632| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## i4i Family -### `i4i.large` + |vpc.amazonaws.com/pod-eni|120| +### `g7e.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4i| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|468| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|800000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.large| + |node.kubernetes.io/instance-type|g7e.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|14481Mi| - |pods|29| -### `i4i.xlarge` + |memory|962625Mi| + |nvidia.com/gpu|4| + |pods|632| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|120| +### `g7e.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|g| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4i| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|g7e| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|98304| + |karpenter.k8s.aws/instance-gpu-name|rtx-pro-server-6000| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|15200| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|1600000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.xlarge| + |node.kubernetes.io/instance-type|g7e.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|6| -### `i4i.2xlarge` + |memory|1932558Mi| + |nvidia.com/gpu|8| + |pods|632| + |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|120| +## gr6 Family +### `gr6.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|4687| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7910m| - |ephemeral-storage|17Gi| - |memory|59627Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|26| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|gr| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|8000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4i| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|gr6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|3750| + |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.4xlarge| + |node.kubernetes.io/instance-type|gr6.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| |memory|118312Mi| + |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/pod-eni|52| -### `i4i.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `gr6.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|gr| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|16000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4i| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|gr6| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |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|7500| + |karpenter.k8s.aws/instance-local-nvme|900| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.8xlarge| + |node.kubernetes.io/instance-type|gr6.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| |memory|239554Mi| + |nvidia.com/gpu|1| |pods|234| - |vpc.amazonaws.com/pod-eni|112| -### `i4i.12xlarge` + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|84| +## gr6f Family +### `gr6f.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-category|gr| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3400| + |karpenter.k8s.aws/instance-ebs-bandwidth|8000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i4i| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-family|gr6f| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|0| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|11444| + |karpenter.k8s.aws/instance-gpu-name|l4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11250| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|28120| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|450| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.12xlarge| + |node.kubernetes.io/instance-type|gr6f.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|360795Mi| + |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|112| -### `i4i.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +## h1 Family +### `h1.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-category|h| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|h1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.16xlarge| + |node.kubernetes.io/instance-type|h1.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.24xlarge` + |memory|29317Mi| + |pods|58| +### `h1.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|h| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|56250| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|h1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.24xlarge| + |node.kubernetes.io/instance-type|h1.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|722287Mi| - |pods|437| - |vpc.amazonaws.com/pod-eni|105| -### `i4i.32xlarge` + |memory|57691Mi| + |pods|234| +### `h1.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-category|h| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|h1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.32xlarge| + |node.kubernetes.io/instance-type|h1.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.metal` + |memory|118312Mi| + |pods|234| +### `h1.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-category|h| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|h1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i4i.metal| + |node.kubernetes.io/instance-type|h1.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|120| -## i7i Family -### `i7i.large` -#### Labels - | Label | Value | + |memory|237794Mi| + |pods|394| +## hpc6a Family +### `hpc6a.48xlarge` +#### Labels + | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|hpc6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|468| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1171| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.large| + |node.kubernetes.io/instance-type|hpc6a.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|14481Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `i7i.xlarge` + |memory|362269Mi| + |pods|100| + |vpc.amazonaws.com/efa|1| +## hpc6id Family +### `hpc6id.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|hpc6id| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2343| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|15200| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.xlarge| + |node.kubernetes.io/instance-type|hpc6id.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `i7i.2xlarge` + |memory|969016Mi| + |pods|51| + |vpc.amazonaws.com/efa|2| +## hpc7a Family +### `hpc7a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7a| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|4687| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.2xlarge| + |node.kubernetes.io/instance-type|hpc7a.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|59627Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i7i.4xlarge` + |memory|725994Mi| + |pods|100| + |vpc.amazonaws.com/efa|2| +### `hpc7a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7a| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|9375| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.4xlarge| + |node.kubernetes.io/instance-type|hpc7a.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i7i.8xlarge` + |memory|725994Mi| + |pods|100| + |vpc.amazonaws.com/efa|2| +### `hpc7a.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7a| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.8xlarge| + |node.kubernetes.io/instance-type|hpc7a.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `i7i.12xlarge` + |memory|725994Mi| + |pods|100| + |vpc.amazonaws.com/efa|2| +### `hpc7a.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7a| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11250| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|22500| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.12xlarge| + |node.kubernetes.io/instance-type|hpc7a.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|360795Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `i7i.16xlarge` + |memory|725994Mi| + |pods|100| + |vpc.amazonaws.com/efa|2| +## hpc7g Family +### `hpc7g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7g| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.16xlarge| + |node.kubernetes.io/instance-type|hpc7g.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i7i.24xlarge` + |memory|118649Mi| + |pods|198| + |vpc.amazonaws.com/efa|1| +### `hpc7g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7g| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|22500| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|45000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.24xlarge| + |node.kubernetes.io/instance-type|hpc7g.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| + |memory|118649Mi| + |pods|198| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `i7i.metal-24xl` +### `hpc7g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-category|hpc| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-family|hpc7g| |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|22500| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|45000| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.metal-24xl| + |node.kubernetes.io/instance-type|hpc7g.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i7i.48xlarge` + |memory|118649Mi| + |pods|198| + |vpc.amazonaws.com/efa|1| +## hpc8a Family +### `hpc8a.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|hpc| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|hpc8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|45000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|90000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.48xlarge| + |node.kubernetes.io/instance-type|hpc8a.96xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `i7i.metal-48xl` + |memory|725994Mi| + |pods|100| + |vpc.amazonaws.com/efa|2| +## i2 Family +### `i2.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7i| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|45000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|90000| - |karpenter.k8s.aws/instance-size|metal-48xl| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|i2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|31232| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7i.metal-48xl| + |node.kubernetes.io/instance-type|i2.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## i7ie Family -### `i7ie.large` + |memory|27896Mi| + |pods|58| +### `i2.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2083| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|i2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|62464| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.large| + |node.kubernetes.io/instance-type|i2.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|14481Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|19| -### `i7ie.xlarge` + |memory|56786Mi| + |pods|58| +### `i2.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2500| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4166| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|i2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|124928| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.xlarge| + |node.kubernetes.io/instance-type|i2.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `i7ie.2xlarge` + |memory|112629Mi| + |pods|234| +### `i2.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8333| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|i2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.2xlarge| + |node.kubernetes.io/instance-type|i2.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|59627Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `i7ie.3xlarge` + |memory|228187Mi| + |pods|234| +## i3 Family +### `i3.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|3xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|425| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|15616| + |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.3xlarge| + |node.kubernetes.io/instance-type|i3.large| #### Resources | Resource | Quantity | |--|--| - |cpu|11900m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|89938Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `i7ie.6xlarge` + |memory|13770Mi| + |pods|29| +### `i3.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|850| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|31232| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.6xlarge| + |node.kubernetes.io/instance-type|i3.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i7ie.12xlarge` -#### Labels + |memory|27896Mi| + |pods|58| +### `i3.2xlarge` +#### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1700| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|62464| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.12xlarge| + |node.kubernetes.io/instance-type|i3.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|359035Mi| - |pods|394| - |vpc.amazonaws.com/pod-eni|54| -### `i7ie.18xlarge` + |memory|56786Mi| + |pods|58| +### `i3.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|22500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|45000| - |karpenter.k8s.aws/instance-memory|589824| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|18xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|124928| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.18xlarge| + |node.kubernetes.io/instance-type|i3.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|71750m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|537125Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i7ie.24xlarge` + |memory|112629Mi| + |pods|234| +### `i3.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.24xlarge| + |node.kubernetes.io/instance-type|i3.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i7ie.metal-24xl` + |memory|228187Mi| + |pods|234| +### `i3.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal-24xl| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|499712| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.metal-24xl| + |node.kubernetes.io/instance-type|i3.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|453771Mi| |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i7ie.48xlarge` +## i3en Family +### `i3en.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|i3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|120000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|1250| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.48xlarge| + |node.kubernetes.io/instance-type|i3en.large| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `i7ie.metal-48xl` + |memory|14481Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|5| +### `i3en.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i7ie| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|120000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal-48xl| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|4200| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i7ie.metal-48xl| + |node.kubernetes.io/instance-type|i3en.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## i8g Family -### `i8g.large` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|12| +### `i3en.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|468| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1172| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|5000| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|8400| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.large| + |node.kubernetes.io/instance-type|i3en.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|14422Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `i8g.xlarge` + |memory|59627Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|28| +### `i3en.3xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2344| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|3xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.xlarge| + |node.kubernetes.io/instance-type|i3en.3xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|11900m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|89938Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `i8g.2xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `i3en.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|4688| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.2xlarge| + |node.kubernetes.io/instance-type|i3en.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i8g.4xlarge` + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i3en.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i3en| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|9375| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.4xlarge| + |node.kubernetes.io/instance-type|i3en.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|360795Mi| |pods|234| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|54| -### `i8g.8xlarge` +### `i3en.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.8xlarge| + |node.kubernetes.io/instance-type|i3en.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|239495Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i8g.12xlarge` + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `i3en.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11250| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|22500| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |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-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.12xlarge| + |node.kubernetes.io/instance-type|i3en.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|360736Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i8g.16xlarge` + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## i4g Family +### `i4g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|468| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.16xlarge| + |node.kubernetes.io/instance-type|i4g.large| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|476445Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i8g.24xlarge` + |memory|14422Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `i4g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i4g| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|22500| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|45000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.24xlarge| + |node.kubernetes.io/instance-type|i4g.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i8g.metal-24xl` + |memory|29258Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `i4g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|22500| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|45000| - |karpenter.k8s.aws/instance-size|metal-24xl| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|4687| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.metal-24xl| + |node.kubernetes.io/instance-type|i4g.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i8g.48xlarge` + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `i4g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8g| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|i4g| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|45000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|90000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8g.48xlarge| + |node.kubernetes.io/instance-type|i4g.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|118253Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i4g.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4g.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i4g.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4g.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476445Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## i4i Family +### `i4i.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14481Mi| + |pods|29| +### `i4i.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|6| +### `i4i.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|4687| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|59627Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|26| +### `i4i.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|52| +### `i4i.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|239554Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|112| +### `i4i.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|28120| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|360795Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|112| +### `i4i.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|120| +### `i4i.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|56250| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|722287Mi| + |pods|437| + |vpc.amazonaws.com/pod-eni|105| +### `i4i.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| +### `i4i.metal` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i4i.metal| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|120| +## i7i Family +### `i7i.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|468| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1171| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14481Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `i7i.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2343| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `i7i.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|4687| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|59627Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `i7i.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i7i.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|239554Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|84| +### `i7i.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11250| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|28120| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|360795Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|84| +### `i7i.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i7i.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|22500| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|56250| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `i7i.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|22500| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|56250| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i7i.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446437Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `i7i.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7i.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446437Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## i7ie Family +### `i7ie.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1250| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2083| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14481Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|19| +### `i7ie.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2500| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|4166| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|27| +### `i7ie.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5000| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|8333| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|59627Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|27| +### `i7ie.3xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|3xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.3xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|11900m| + |ephemeral-storage|17Gi| + |memory|89938Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|27| +### `i7ie.6xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.6xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|23870m| + |ephemeral-storage|17Gi| + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i7ie.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|359035Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|54| +### `i7ie.18xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|72| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|22500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|589824| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|18xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.18xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|71750m| + |ephemeral-storage|17Gi| + |memory|537125Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i7ie.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i7ie.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i7ie.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|120000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446437Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `i7ie.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i7ie| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|120000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i7ie.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446437Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## i8g Family +### `i8g.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|468| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1172| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14422Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `i8g.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|937| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2344| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|29258Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `i8g.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1875| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|4688| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `i8g.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3750| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|118253Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i8g.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i8g.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11250| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|28120| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|360736Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `i8g.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476445Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i8g.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|22500| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|56250| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718928Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i8g.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|22500| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|56250| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718928Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `i8g.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446378Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `i8g.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|90000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8g.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446378Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## i8ge Family +### `i8ge.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1250| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14422Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|19| +### `i8ge.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2500| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|4200| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|29258Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|27| +### `i8ge.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5000| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|8400| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|27| +### `i8ge.3xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7500| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|3xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.3xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|11900m| + |ephemeral-storage|17Gi| + |memory|88581Mi| + |pods|176| + |vpc.amazonaws.com/pod-eni|25| +### `i8ge.6xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|15000| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.6xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|23870m| + |ephemeral-storage|17Gi| + |memory|178236Mi| + |pods|292| + |vpc.amazonaws.com/pod-eni|52| +### `i8ge.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|30000| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|359460Mi| + |pods|350| + |vpc.amazonaws.com/pod-eni|50| +### `i8ge.18xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|72| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|22500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|45000| + |karpenter.k8s.aws/instance-memory|589824| + |karpenter.k8s.aws/instance-network-bandwidth|112500| + |karpenter.k8s.aws/instance-size|18xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.18xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|71750m| + |ephemeral-storage|17Gi| + |memory|536527Mi| + |pods|786| + |vpc.amazonaws.com/pod-eni|106| +### `i8ge.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718389Mi| + |pods|786| + |vpc.amazonaws.com/pod-eni|106| +### `i8ge.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|60000| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718389Mi| + |pods|786| + |vpc.amazonaws.com/pod-eni|106| +### `i8ge.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|120000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|180000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1441527Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `i8ge.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|i8ge| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|120000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|180000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|i8ge.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1441527Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +## im4gn Family +### `im4gn.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|6844Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `im4gn.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|14103Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `im4gn.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|29258Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `im4gn.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|57632Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `im4gn.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|118253Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `im4gn.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|im4gn.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|233962Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## inf1 Family +### `inf1.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|1| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf1.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|1| + |aws.amazon.com/neuroncore|4| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|6804Mi| + |pods|38| + |vpc.amazonaws.com/pod-eni|38| +### `inf1.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|1| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf1.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|1| + |aws.amazon.com/neuroncore|4| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|14382Mi| + |pods|38| + |vpc.amazonaws.com/pod-eni|38| +### `inf1.6xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|4| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf1.6xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|4| + |aws.amazon.com/neuroncore|16| + |cpu|23870m| + |ephemeral-storage|17Gi| + |memory|42536Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `inf1.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|16| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf1.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|16| + |aws.amazon.com/neuroncore|64| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|177976Mi| + |pods|321| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|111| +## inf2 Family +### `inf2.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|1| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia2| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|2083| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf2.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|1| + |aws.amazon.com/neuroncore|2| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|14162Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `inf2.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|1| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia2| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|16667| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf2.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|1| + |aws.amazon.com/neuroncore|2| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|84| +### `inf2.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|6| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia2| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf2.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|6| + |aws.amazon.com/neuroncore|12| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `inf2.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|12| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|inferentia2| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|inf2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|inf2.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |aws.amazon.com/neuron|12| + |aws.amazon.com/neuroncore|24| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## is4gen Family +### `is4gen.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|6144| + |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|5181Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `is4gen.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|12288| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|10633Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `is4gen.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|24576| + |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|21680Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `is4gen.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|44413Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `is4gen.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|87943Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `is4gen.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|is4gen.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|178874Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +## m1 Family +### `m1.small` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|1740| + |karpenter.k8s.aws/instance-size|small| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m1.small| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|1166Mi| + |pods|8| +### `m1.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|3788| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m1.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3016Mi| + |pods|12| +### `m1.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|7680| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m1.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|6430Mi| + |pods|29| +### `m1.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|15360| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m1.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|13215Mi| + |pods|58| +## m2 Family +### `m2.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|17510| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m2.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|15203Mi| + |pods|58| +### `m2.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|35020| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m2.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|30740Mi| + |pods|118| +### `m2.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|70041| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m2.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|61858Mi| + |pods|234| +## m3 Family +### `m3.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|3840| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m3.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3065Mi| + |pods|12| +### `m3.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|7680| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m3.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|6430Mi| + |pods|29| +### `m3.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|15360| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m3.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|13215Mi| + |pods|58| +### `m3.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|30720| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m3.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|26763Mi| + |pods|118| +## m4 Family +### `m4.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|450| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|7002Mi| + |pods|20| +### `m4.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|14162Mi| + |pods|58| +### `m4.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|1000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|29317Mi| + |pods|58| +### `m4.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|2000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|57691Mi| + |pods|234| +### `m4.10xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|40| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|4000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|163840| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|10xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.10xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|39830m| + |ephemeral-storage|17Gi| + |memory|148623Mi| + |pods|234| +### `m4.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m4.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|1446378Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## i8ge Family -### `i8ge.large` + |memory|239554Mi| + |pods|234| +## m5 Family +### `m5.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.large| + |node.kubernetes.io/instance-type|m5.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| + |memory|6903Mi| |pods|29| - |vpc.amazonaws.com/pod-eni|19| -### `i8ge.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `m5.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2500| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4200| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.xlarge| + |node.kubernetes.io/instance-type|m5.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|14162Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `i8ge.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m5.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8400| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.2xlarge| + |node.kubernetes.io/instance-type|m5.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| + |memory|29317Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `i8ge.3xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `m5.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.3xlarge| + |node.kubernetes.io/instance-type|m5.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|11900m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|88581Mi| - |pods|176| - |vpc.amazonaws.com/pod-eni|25| -### `i8ge.6xlarge` + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.6xlarge| + |node.kubernetes.io/instance-type|m5.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|178236Mi| - |pods|292| - |vpc.amazonaws.com/pod-eni|52| -### `i8ge.12xlarge` + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47810m| - |ephemeral-storage|17Gi| - |memory|359460Mi| - |pods|350| - |vpc.amazonaws.com/pod-eni|50| -### `i8ge.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|22500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|45000| - |karpenter.k8s.aws/instance-memory|589824| - |karpenter.k8s.aws/instance-network-bandwidth|112500| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71750m| - |ephemeral-storage|17Gi| - |memory|536527Mi| - |pods|786| - |vpc.amazonaws.com/pod-eni|106| -### `i8ge.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|150000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.24xlarge| + |node.kubernetes.io/instance-type|m5.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|718389Mi| - |pods|786| - |vpc.amazonaws.com/pod-eni|106| -### `i8ge.metal-24xl` + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|150000| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.metal-24xl| + |node.kubernetes.io/instance-type|m5.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718389Mi| - |pods|786| - |vpc.amazonaws.com/pod-eni|106| -### `i8ge.48xlarge` + |memory|234021Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|120000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.48xlarge| + |node.kubernetes.io/instance-type|m5.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1441527Mi| - |pods|1178| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -### `i8ge.metal-48xl` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|i8ge| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|120000| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|300000| - |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i8ge.metal-48xl| + |node.kubernetes.io/instance-type|m5.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1441527Mi| - |pods|1178| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -## im4gn Family -### `im4gn.large` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|120| +## m5a Family +### `m5a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.large| + |node.kubernetes.io/instance-type|m5a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6844Mi| + |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `im4gn.xlarge` +### `m5a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.xlarge| + |node.kubernetes.io/instance-type|m5a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14103Mi| + |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `im4gn.2xlarge` +### `m5a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.2xlarge| + |node.kubernetes.io/instance-type|m5a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `im4gn.4xlarge` +### `m5a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.4xlarge| + |node.kubernetes.io/instance-type|m5a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57632Mi| + |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `im4gn.8xlarge` +### `m5a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m5a.8xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|31850m| + |ephemeral-storage|17Gi| + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5a.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.8xlarge| + |node.kubernetes.io/instance-type|m5a.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|178933Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `im4gn.16xlarge` +### `m5a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|im| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|im4gn| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|im4gn.16xlarge| + |node.kubernetes.io/instance-type|m5a.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|233962Mi| + |memory|234021Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## inf1 Family -### `inf1.xlarge` +### `m5a.24xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|1| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-ebs-bandwidth|13750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5a| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf1.xlarge| + |node.kubernetes.io/instance-type|m5a.24xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|1| - |aws.amazon.com/neuroncore|4| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|6804Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.2xlarge` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## m5ad Family +### `m5ad.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|1| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf1.2xlarge| + |node.kubernetes.io/instance-type|m5ad.large| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|1| - |aws.amazon.com/neuroncore|4| - |cpu|7910m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14382Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.6xlarge` + |memory|6903Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `m5ad.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|4| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf1.6xlarge| + |node.kubernetes.io/instance-type|m5ad.xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|4| - |aws.amazon.com/neuroncore|16| - |cpu|23870m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|42536Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `inf1.24xlarge` + |memory|14162Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `m5ad.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|16| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf1.24xlarge| + |node.kubernetes.io/instance-type|m5ad.2xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|16| - |aws.amazon.com/neuroncore|64| - |cpu|95690m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|177976Mi| - |pods|321| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|111| -## inf2 Family -### `inf2.xlarge` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `m5ad.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|1| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2083| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf2.xlarge| + |node.kubernetes.io/instance-type|m5ad.4xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|1| - |aws.amazon.com/neuroncore|2| - |cpu|3920m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `inf2.8xlarge` + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5ad.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|1| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|16667| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf2.8xlarge| + |node.kubernetes.io/instance-type|m5ad.8xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|1| - |aws.amazon.com/neuroncore|2| |cpu|31850m| |ephemeral-storage|17Gi| |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `inf2.24xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m5ad.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|6| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf2.24xlarge| + |node.kubernetes.io/instance-type|m5ad.12xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|6| - |aws.amazon.com/neuroncore|12| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `inf2.48xlarge` + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5ad.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|12| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|inferentia2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|inf2| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|inf2.48xlarge| + |node.kubernetes.io/instance-type|m5ad.16xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|12| - |aws.amazon.com/neuroncore|24| - |cpu|191450m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## is4gen Family -### `is4gen.medium` +### `m5ad.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|13750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5ad| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|937| - |karpenter.k8s.aws/instance-memory|6144| - |karpenter.k8s.aws/instance-network-bandwidth|1562| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|3600| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.medium| + |node.kubernetes.io/instance-type|m5ad.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|5181Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `is4gen.large` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## m5d Family +### `m5d.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5d| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1875| - |karpenter.k8s.aws/instance-memory|12288| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.large| + |node.kubernetes.io/instance-type|m5d.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|10633Mi| + |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `is4gen.xlarge` +### `m5d.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5d| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3750| - |karpenter.k8s.aws/instance-memory|24576| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.xlarge| + |node.kubernetes.io/instance-type|m5d.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|21680Mi| + |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `is4gen.2xlarge` +### `m5d.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| + |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m5d.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `m5d.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m5d.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5d.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5d| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7500| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.2xlarge| + |node.kubernetes.io/instance-type|m5d.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|44413Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `is4gen.4xlarge` + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5d.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5d| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.4xlarge| + |node.kubernetes.io/instance-type|m5d.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|87943Mi| + |memory|178933Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `is4gen.8xlarge` +### `m5d.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|is4gen| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|m5d| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|is4gen.8xlarge| + |node.kubernetes.io/instance-type|m5d.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|178874Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## m1 Family -### `m1.small` + |memory|234021Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5d.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-size|small| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m1.small| + |node.kubernetes.io/instance-type|m5d.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1166Mi| - |pods|8| -### `m1.medium` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5d.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3788| - |karpenter.k8s.aws/instance-size|medium| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m1.medium| + |node.kubernetes.io/instance-type|m5d.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|3016Mi| - |pods|12| -### `m1.large` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## m5dn Family +### `m5dn.large` #### Labels | Label | Value | |--|--| @@ -12357,24 +15086,28 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m1.large| + |node.kubernetes.io/instance-type|m5dn.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6430Mi| + |memory|6903Mi| |pods|29| -### `m1.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `m5dn.xlarge` #### Labels | Label | Value | |--|--| @@ -12382,202 +15115,234 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m1.xlarge| + |node.kubernetes.io/instance-type|m5dn.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|13215Mi| + |memory|14162Mi| |pods|58| -## m2 Family -### `m2.xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m5dn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|17510| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|8125| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m2.xlarge| + |node.kubernetes.io/instance-type|m5dn.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|15203Mi| + |memory|29317Mi| |pods|58| -### `m2.2xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `m5dn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|35020| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|16250| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m2.2xlarge| + |node.kubernetes.io/instance-type|m5dn.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|30740Mi| - |pods|118| -### `m2.4xlarge` + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5dn.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|70041| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m2.4xlarge| + |node.kubernetes.io/instance-type|m5dn.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|61858Mi| + |memory|118312Mi| |pods|234| -## m3 Family -### `m3.medium` + |vpc.amazonaws.com/pod-eni|54| +### `m5dn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-size|medium| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m3.medium| + |node.kubernetes.io/instance-type|m5dn.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|3065Mi| - |pods|12| -### `m3.large` + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5dn.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m3.large| + |node.kubernetes.io/instance-type|m5dn.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|6430Mi| - |pods|29| -### `m3.xlarge` + |memory|234021Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5dn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m3.xlarge| + |node.kubernetes.io/instance-type|m5dn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|13215Mi| - |pods|58| -### `m3.2xlarge` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `m5dn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m3.2xlarge| + |node.kubernetes.io/instance-type|m5dn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|26763Mi| - |pods|118| -## m4 Family -### `m4.large` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## m5n Family +### `m5n.large` #### Labels | Label | Value | |--|--| @@ -12585,25 +15350,27 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|450| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.large| + |node.kubernetes.io/instance-type|m5n.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|7002Mi| - |pods|20| -### `m4.xlarge` + |memory|6903Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `m5n.xlarge` #### Labels | Label | Value | |--|--| @@ -12611,17 +15378,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.xlarge| + |node.kubernetes.io/instance-type|m5n.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -12629,7 +15397,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14162Mi| |pods|58| -### `m4.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m5n.2xlarge` #### Labels | Label | Value | |--|--| @@ -12637,17 +15406,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|1000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|8125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.2xlarge| + |node.kubernetes.io/instance-type|m5n.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -12655,7 +15425,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29317Mi| |pods|58| -### `m4.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `m5n.4xlarge` #### Labels | Label | Value | |--|--| @@ -12663,52 +15434,83 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|2000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|16250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.4xlarge| + |node.kubernetes.io/instance-type|m5n.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|57691Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `m5n.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m5n.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|118312Mi| |pods|234| -### `m4.10xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m5n.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|4000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|163840| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|10xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.10xlarge| + |node.kubernetes.io/instance-type|m5n.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|39830m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|148623Mi| + |memory|178933Mi| |pods|234| -### `m4.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m5n.16xlarge` #### Labels | Label | Value | |--|--| @@ -12716,280 +15518,285 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m4.16xlarge| + |node.kubernetes.io/instance-type|m5n.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| -## m5 Family -### `m5.large` + |memory|234021Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m5n.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|750| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| + |node.kubernetes.io/instance-type|m5n.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|6903Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5.xlarge` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `m5n.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5n| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1250| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| + |node.kubernetes.io/instance-type|m5n.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5.2xlarge` + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## m5zn Family +### `m5zn.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|3000| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| + |node.kubernetes.io/instance-type|m5zn.large| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5.4xlarge` + |memory|6903Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|13| +### `m5zn.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| + |node.kubernetes.io/instance-type|m5zn.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.8xlarge` + |memory|14162Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|29| +### `m5zn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| + |node.kubernetes.io/instance-type|m5zn.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.12xlarge` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|62| +### `m5zn.3xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu|12| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|12000| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-size|3xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| + |node.kubernetes.io/instance-type|m5zn.3xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|11900m| |ephemeral-storage|17Gi| - |memory|178933Mi| + |memory|42536Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.16xlarge` + |vpc.amazonaws.com/pod-eni|92| +### `m5zn.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|24| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| + |node.kubernetes.io/instance-type|m5zn.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.24xlarge` + |memory|88002Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|114| +### `m5zn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| + |node.kubernetes.io/instance-type|m5zn.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|173400Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m5.metal` +### `m5zn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m5zn| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| + |node.kubernetes.io/instance-type|m5zn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|173400Mi| |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## m5a Family -### `m5a.large` + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## m6a Family +### `m6a.large` #### Labels | Label | Value | |--|--| @@ -12997,18 +15804,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| + |node.kubernetes.io/instance-type|m6a.large| #### Resources | Resource | Quantity | |--|--| @@ -13017,7 +15824,7 @@ below are the resources available with some assumptions and after the instance o |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m5a.xlarge` +### `m6a.xlarge` #### Labels | Label | Value | |--|--| @@ -13025,18 +15832,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| + |node.kubernetes.io/instance-type|m6a.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13045,7 +15852,7 @@ below are the resources available with some assumptions and after the instance o |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m5a.2xlarge` +### `m6a.2xlarge` #### Labels | Label | Value | |--|--| @@ -13053,18 +15860,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| + |node.kubernetes.io/instance-type|m6a.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13073,7 +15880,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m5a.4xlarge` +### `m6a.4xlarge` #### Labels | Label | Value | |--|--| @@ -13081,18 +15888,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| + |node.kubernetes.io/instance-type|m6a.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13101,7 +15908,7 @@ below are the resources available with some assumptions and after the instance o |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5a.8xlarge` +### `m6a.8xlarge` #### Labels | Label | Value | |--|--| @@ -13109,18 +15916,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.8xlarge| + |node.kubernetes.io/instance-type|m6a.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13128,8 +15935,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `m6a.12xlarge` #### Labels | Label | Value | |--|--| @@ -13137,18 +15944,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|6780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| + |node.kubernetes.io/instance-type|m6a.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13156,8 +15963,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|178933Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `m6a.16xlarge` #### Labels | Label | Value | |--|--| @@ -13165,551 +15972,657 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| + |node.kubernetes.io/instance-type|m6a.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|234021Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6a.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6a.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6a.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6a.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6a.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6a.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `m6a.metal` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6a.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|234021Mi| + |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m5a.24xlarge` +## m6g Family +### `m6g.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|13750| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| + |node.kubernetes.io/instance-type|m6g.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5ad Family -### `m5ad.large` + |memory|3286Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m6g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| + |node.kubernetes.io/instance-type|m6g.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| + |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m5ad.xlarge` +### `m6g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| + |node.kubernetes.io/instance-type|m6g.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| + |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m5ad.2xlarge` +### `m6g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| + |node.kubernetes.io/instance-type|m6g.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m5ad.4xlarge` +### `m6g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| + |node.kubernetes.io/instance-type|m6g.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5ad.8xlarge` +### `m6g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| + |node.kubernetes.io/instance-type|m6g.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5ad.12xlarge` +### `m6g.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|14250| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| + |node.kubernetes.io/instance-type|m6g.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| + |memory|178874Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5ad.16xlarge` +### `m6g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| + |node.kubernetes.io/instance-type|m6g.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m5ad.24xlarge` +### `m6g.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|13750| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-family|m6g| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| + |node.kubernetes.io/instance-type|m6g.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## m5d Family -### `m5d.large` +## m6gd Family +### `m6gd.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6gd.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3286Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m6gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| + |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| + |node.kubernetes.io/instance-type|m6gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| + |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m5d.xlarge` +### `m6gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| + |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| + |node.kubernetes.io/instance-type|m6gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| + |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m5d.2xlarge` +### `m6gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| + |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.2xlarge| + |node.kubernetes.io/instance-type|m6gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m5d.4xlarge` +### `m6gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| + |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.4xlarge| + |node.kubernetes.io/instance-type|m6gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5d.8xlarge` +### `m6gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| + |node.kubernetes.io/instance-type|m6gd.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5d.12xlarge` +### `m6gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|14250| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| + |node.kubernetes.io/instance-type|m6gd.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| + |memory|178874Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5d.16xlarge` +### `m6gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| + |node.kubernetes.io/instance-type|m6gd.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m5d.metal` +### `m6gd.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| + |node.kubernetes.io/instance-type|m6gd.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## m5dn Family -### `m5dn.large` +## m6i Family +### `m6i.large` #### Labels | Label | Value | |--|--| @@ -13717,19 +16630,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| + |node.kubernetes.io/instance-type|m6i.large| #### Resources | Resource | Quantity | |--|--| @@ -13738,7 +16650,7 @@ below are the resources available with some assumptions and after the instance o |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m5dn.xlarge` +### `m6i.xlarge` #### Labels | Label | Value | |--|--| @@ -13746,19 +16658,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|4100| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| + |node.kubernetes.io/instance-type|m6i.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13767,7 +16678,7 @@ below are the resources available with some assumptions and after the instance o |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m5dn.2xlarge` +### `m6i.2xlarge` #### Labels | Label | Value | |--|--| @@ -13775,19 +16686,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|8125| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| + |node.kubernetes.io/instance-type|m6i.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13796,7 +16706,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m5dn.4xlarge` +### `m6i.4xlarge` #### Labels | Label | Value | |--|--| @@ -13804,19 +16714,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|16250| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| + |node.kubernetes.io/instance-type|m6i.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13825,7 +16734,7 @@ below are the resources available with some assumptions and after the instance o |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5dn.8xlarge` +### `m6i.8xlarge` #### Labels | Label | Value | |--|--| @@ -13833,19 +16742,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| + |node.kubernetes.io/instance-type|m6i.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13853,8 +16761,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `m6i.12xlarge` #### Labels | Label | Value | |--|--| @@ -13862,19 +16770,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| + |node.kubernetes.io/instance-type|m6i.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13882,8 +16789,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|178933Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `m6i.16xlarge` #### Labels | Label | Value | |--|--| @@ -13891,19 +16798,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| + |node.kubernetes.io/instance-type|m6i.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13912,7 +16818,7 @@ below are the resources available with some assumptions and after the instance o |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m5dn.24xlarge` +### `m6i.24xlarge` #### Labels | Label | Value | |--|--| @@ -13920,19 +16826,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| + |node.kubernetes.io/instance-type|m6i.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -13940,40 +16845,67 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|355262Mi| |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6i.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6i.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m5dn.metal` +### `m6i.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6i| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| + |node.kubernetes.io/instance-type|m6i.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|476504Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m5n Family -### `m5n.large` +## m6id Family +### `m6id.large` #### Labels | Label | Value | |--|--| @@ -13981,18 +16913,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| + |node.kubernetes.io/instance-type|m6id.large| #### Resources | Resource | Quantity | |--|--| @@ -14001,7 +16934,7 @@ below are the resources available with some assumptions and after the instance o |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m5n.xlarge` +### `m6id.xlarge` #### Labels | Label | Value | |--|--| @@ -14009,18 +16942,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|4100| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| + |node.kubernetes.io/instance-type|m6id.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14029,7 +16963,7 @@ below are the resources available with some assumptions and after the instance o |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m5n.2xlarge` +### `m6id.2xlarge` #### Labels | Label | Value | |--|--| @@ -14037,18 +16971,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|8125| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| + |node.kubernetes.io/instance-type|m6id.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14057,7 +16992,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m5n.4xlarge` +### `m6id.4xlarge` #### Labels | Label | Value | |--|--| @@ -14065,18 +17000,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|16250| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| + |node.kubernetes.io/instance-type|m6id.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14085,7 +17021,7 @@ below are the resources available with some assumptions and after the instance o |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m5n.8xlarge` +### `m6id.8xlarge` #### Labels | Label | Value | |--|--| @@ -14093,18 +17029,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.8xlarge| + |node.kubernetes.io/instance-type|m6id.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14112,8 +17049,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `m6id.12xlarge` #### Labels | Label | Value | |--|--| @@ -14121,18 +17058,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| + |node.kubernetes.io/instance-type|m6id.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14140,8 +17078,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|178933Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `m6id.16xlarge` #### Labels | Label | Value | |--|--| @@ -14149,18 +17087,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| + |node.kubernetes.io/instance-type|m6id.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14169,7 +17108,7 @@ below are the resources available with some assumptions and after the instance o |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m5n.24xlarge` +### `m6id.24xlarge` #### Labels | Label | Value | |--|--| @@ -14177,58 +17116,89 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6id.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6id.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m6id| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| + |node.kubernetes.io/instance-type|m6id.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|476504Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m5n.metal` +### `m6id.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6id| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| + |node.kubernetes.io/instance-type|m6id.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|476504Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m5zn Family -### `m5zn.large` +## m6idn Family +### `m6idn.large` #### Labels | Label | Value | |--|--| @@ -14236,18 +17206,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|3000| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| + |node.kubernetes.io/instance-type|m6idn.large| #### Resources | Resource | Quantity | |--|--| @@ -14255,8 +17226,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6903Mi| |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `m5zn.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `m6idn.xlarge` #### Labels | Label | Value | |--|--| @@ -14264,18 +17235,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| + |node.kubernetes.io/instance-type|m6idn.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14283,8 +17255,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14162Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|29| -### `m5zn.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m6idn.2xlarge` #### Labels | Label | Value | |--|--| @@ -14292,18 +17264,19 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| + |node.kubernetes.io/instance-type|m6idn.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14311,64 +17284,66 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29317Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `m5zn.3xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `m6idn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6idn| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|3xlarge| + |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| + |node.kubernetes.io/instance-type|m6idn.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|11900m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|42536Mi| + |memory|57691Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|92| -### `m5zn.6xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m6idn.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6idn| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| + |node.kubernetes.io/instance-type|m6idn.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|88002Mi| + |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m5zn.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `m6idn.12xlarge` #### Labels | Label | Value | |--|--| @@ -14376,77 +17351,166 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|37500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |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-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| + |node.kubernetes.io/instance-type|m6idn.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|173400Mi| + |memory|178933Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|114| +### `m6idn.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6idn.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|234021Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m5zn.metal` +### `m6idn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6idn.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m6idn.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m6idn.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|480277Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +### `m6idn.metal` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-family|m6idn| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| + |node.kubernetes.io/instance-type|m6idn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|173400Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m6a Family -### `m6a.large` + |memory|480277Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## m6in Family +### `m6in.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| + |node.kubernetes.io/instance-type|m6in.large| #### Resources | Resource | Quantity | |--|--| @@ -14455,26 +17519,26 @@ below are the resources available with some assumptions and after the instance o |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m6a.xlarge` +### `m6in.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| + |node.kubernetes.io/instance-type|m6in.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14483,26 +17547,26 @@ below are the resources available with some assumptions and after the instance o |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m6a.2xlarge` +### `m6in.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| + |node.kubernetes.io/instance-type|m6in.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14511,26 +17575,26 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m6a.4xlarge` +### `m6in.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| + |node.kubernetes.io/instance-type|m6in.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14539,26 +17603,26 @@ below are the resources available with some assumptions and after the instance o |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6a.8xlarge` +### `m6in.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| + |node.kubernetes.io/instance-type|m6in.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14567,26 +17631,26 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `m6a.12xlarge` +### `m6in.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|37500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| + |node.kubernetes.io/instance-type|m6in.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14595,26 +17659,26 @@ below are the resources available with some assumptions and after the instance o |memory|178933Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `m6a.16xlarge` +### `m6in.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| + |node.kubernetes.io/instance-type|m6in.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14623,26 +17687,26 @@ below are the resources available with some assumptions and after the instance o |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6a.24xlarge` +### `m6in.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.24xlarge| + |node.kubernetes.io/instance-type|m6in.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -14651,347 +17715,405 @@ below are the resources available with some assumptions and after the instance o |memory|355262Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6a.32xlarge` +### `m6in.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.32xlarge| + |node.kubernetes.io/instance-type|m6in.32xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|127610m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191450m| - |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.metal` + |memory|480277Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +### `m6in.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6a| + |karpenter.k8s.aws/instance-family|m6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.metal| + |node.kubernetes.io/instance-type|m6in.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m6g Family -### `m6g.medium` + |memory|480277Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## m7a Family +### `m7a.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-network-bandwidth|390| |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| + |node.kubernetes.io/instance-type|m7a.medium| #### Resources | Resource | Quantity | |--|--| |cpu|940m| |ephemeral-storage|17Gi| - |memory|3286Mi| + |memory|3345Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `m6g.large` +### `m7a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| + |node.kubernetes.io/instance-type|m7a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6844Mi| + |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m6g.xlarge` +### `m7a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| + |node.kubernetes.io/instance-type|m7a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14103Mi| + |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m6g.2xlarge` +### `m7a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| + |node.kubernetes.io/instance-type|m7a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m6g.4xlarge` +### `m7a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| + |node.kubernetes.io/instance-type|m7a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57632Mi| + |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6g.8xlarge` +### `m7a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| + |node.kubernetes.io/instance-type|m7a.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `m7a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|14250| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| + |node.kubernetes.io/instance-type|m7a.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178874Mi| + |memory|178933Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `m7a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| + |node.kubernetes.io/instance-type|m7a.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|233962Mi| + |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6g.metal` +### `m7a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m7a.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m7a.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m7a.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m7a.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m7a.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `m7a.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| + |node.kubernetes.io/instance-type|m7a.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|233962Mi| + |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m6gd Family -### `m6gd.medium` +## m7g Family +### `m7g.medium` #### Labels | Label | Value | |--|--| @@ -14999,19 +18121,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|500| + |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|m6gd.medium| + |node.kubernetes.io/instance-type|m7g.medium| #### Resources | Resource | Quantity | |--|--| @@ -15020,7 +18141,7 @@ below are the resources available with some assumptions and after the instance o |memory|3286Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `m6gd.large` +### `m7g.large` #### Labels | Label | Value | |--|--| @@ -15028,19 +18149,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |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|m6gd.large| + |node.kubernetes.io/instance-type|m7g.large| #### Resources | Resource | Quantity | |--|--| @@ -15049,7 +18169,7 @@ below are the resources available with some assumptions and after the instance o |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m6gd.xlarge` +### `m7g.xlarge` #### Labels | Label | Value | |--|--| @@ -15057,19 +18177,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |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|m6gd.xlarge| + |node.kubernetes.io/instance-type|m7g.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15078,7 +18197,7 @@ below are the resources available with some assumptions and after the instance o |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m6gd.2xlarge` +### `m7g.2xlarge` #### Labels | Label | Value | |--|--| @@ -15086,19 +18205,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |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|m6gd.2xlarge| + |node.kubernetes.io/instance-type|m7g.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15107,7 +18225,7 @@ below are the resources available with some assumptions and after the instance o |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m6gd.4xlarge` +### `m7g.4xlarge` #### Labels | Label | Value | |--|--| @@ -15115,19 +18233,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |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|m6gd.4xlarge| + |node.kubernetes.io/instance-type|m7g.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15136,7 +18253,7 @@ below are the resources available with some assumptions and after the instance o |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6gd.8xlarge` +### `m7g.8xlarge` #### Labels | Label | Value | |--|--| @@ -15144,19 +18261,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |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|m6gd.8xlarge| + |node.kubernetes.io/instance-type|m7g.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15165,7 +18281,7 @@ below are the resources available with some assumptions and after the instance o |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6gd.12xlarge` +### `m7g.12xlarge` #### Labels | Label | Value | |--|--| @@ -15173,19 +18289,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|14250| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |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|m6gd.12xlarge| + |node.kubernetes.io/instance-type|m7g.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15194,7 +18309,7 @@ below are the resources available with some assumptions and after the instance o |memory|178874Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6gd.16xlarge` +### `m7g.16xlarge` #### Labels | Label | Value | |--|--| @@ -15202,19 +18317,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |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|m6gd.16xlarge| + |node.kubernetes.io/instance-type|m7g.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15222,8 +18336,9 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|233962Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m6gd.metal` +### `m7g.metal` #### Labels | Label | Value | |--|--| @@ -15231,19 +18346,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| + |node.kubernetes.io/instance-type|m7g.metal| #### Resources | Resource | Quantity | |--|--| @@ -15251,292 +18365,274 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|233962Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m6i Family -### `m6i.large` +## m7gd Family +### `m7gd.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|4096| + |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|m7gd.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3286Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m7gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| + |node.kubernetes.io/instance-type|m7gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| + |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m6i.xlarge` +### `m7gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| + |node.kubernetes.io/instance-type|m7gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| + |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m6i.2xlarge` +### `m7gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| + |node.kubernetes.io/instance-type|m7gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m6i.4xlarge` +### `m7gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| + |node.kubernetes.io/instance-type|m7gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6i.8xlarge` +### `m7gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| + |node.kubernetes.io/instance-type|m7gd.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6i.12xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m7gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| + |node.kubernetes.io/instance-type|m7gd.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| + |memory|178874Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6i.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m7gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| + |node.kubernetes.io/instance-type|m7gd.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127610m| - |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m6i.metal` +### `m7gd.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7gd| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| + |node.kubernetes.io/instance-type|m7gd.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m6id Family -### `m6id.large` +## m7i Family +### `m7i.large` #### Labels | Label | Value | |--|--| @@ -15544,19 +18640,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| + |node.kubernetes.io/instance-type|m7i.large| #### Resources | Resource | Quantity | |--|--| @@ -15565,7 +18660,7 @@ below are the resources available with some assumptions and after the instance o |memory|6903Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m6id.xlarge` +### `m7i.xlarge` #### Labels | Label | Value | |--|--| @@ -15573,19 +18668,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| + |node.kubernetes.io/instance-type|m7i.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15594,7 +18688,7 @@ below are the resources available with some assumptions and after the instance o |memory|14162Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m6id.2xlarge` +### `m7i.2xlarge` #### Labels | Label | Value | |--|--| @@ -15602,19 +18696,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| + |node.kubernetes.io/instance-type|m7i.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15623,7 +18716,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m6id.4xlarge` +### `m7i.4xlarge` #### Labels | Label | Value | |--|--| @@ -15631,19 +18724,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| + |node.kubernetes.io/instance-type|m7i.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15652,7 +18744,7 @@ below are the resources available with some assumptions and after the instance o |memory|57691Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m6id.8xlarge` +### `m7i.8xlarge` #### Labels | Label | Value | |--|--| @@ -15660,19 +18752,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| + |node.kubernetes.io/instance-type|m7i.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15681,7 +18772,7 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `m6id.12xlarge` +### `m7i.12xlarge` #### Labels | Label | Value | |--|--| @@ -15689,19 +18780,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| + |node.kubernetes.io/instance-type|m7i.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15710,7 +18800,7 @@ below are the resources available with some assumptions and after the instance o |memory|178933Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `m6id.16xlarge` +### `m7i.16xlarge` #### Labels | Label | Value | |--|--| @@ -15718,19 +18808,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| + |node.kubernetes.io/instance-type|m7i.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15739,7 +18828,35 @@ below are the resources available with some assumptions and after the instance o |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6id.24xlarge` +### `m7i.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m7i.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355262Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m7i.metal-24xl` #### Labels | Label | Value | |--|--| @@ -15747,19 +18864,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-family|m7i| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.24xlarge| + |node.kubernetes.io/instance-type|m7i.metal-24xl| #### Resources | Resource | Quantity | |--|--| @@ -15768,88 +18884,85 @@ below are the resources available with some assumptions and after the instance o |memory|355262Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6id.32xlarge` +### `m7i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| + |node.kubernetes.io/instance-type|m7i.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|718987Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m6id.metal` +### `m7i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| + |node.kubernetes.io/instance-type|m7i.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|718987Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m6idn Family -### `m6idn.large` +## m7i-flex Family +### `m7i-flex.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|390| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.large| + |node.kubernetes.io/instance-type|m7i-flex.large| #### Resources | Resource | Quantity | |--|--| @@ -15857,28 +18970,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6903Mi| |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6idn.xlarge` + |vpc.amazonaws.com/pod-eni|3| +### `m7i-flex.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.xlarge| + |node.kubernetes.io/instance-type|m7i-flex.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15886,28 +18998,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14162Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6idn.2xlarge` + |vpc.amazonaws.com/pod-eni|8| +### `m7i-flex.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.2xlarge| + |node.kubernetes.io/instance-type|m7i-flex.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15915,28 +19026,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29317Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6idn.4xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m7i-flex.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.4xlarge| + |node.kubernetes.io/instance-type|m7i-flex.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15944,28 +19054,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|57691Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6idn.8xlarge` + |vpc.amazonaws.com/pod-eni|34| +### `m7i-flex.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.8xlarge| + |node.kubernetes.io/instance-type|m7i-flex.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -15973,28 +19082,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|118312Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6idn.12xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m7i-flex.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|37500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|9375| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.12xlarge| + |node.kubernetes.io/instance-type|m7i-flex.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16003,27 +19111,26 @@ below are the resources available with some assumptions and after the instance o |memory|178933Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `m6idn.16xlarge` +### `m7i-flex.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m7i-flex| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.16xlarge| + |node.kubernetes.io/instance-type|m7i-flex.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16032,719 +19139,602 @@ below are the resources available with some assumptions and after the instance o |memory|234021Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|75000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|150000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127610m| - |ephemeral-storage|17Gi| - |memory|480277Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -### `m6idn.metal` +## m8a Family +### `m8a.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|520| + |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.metal| + |node.kubernetes.io/instance-type|m8a.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|480277Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## m6in Family -### `m6in.large` + |memory|3345Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m8a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.large| + |node.kubernetes.io/instance-type|m8a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| - |pods|29| + |memory|6573Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `m6in.xlarge` +### `m8a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.xlarge| + |node.kubernetes.io/instance-type|m8a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| + |memory|13942Mi| + |pods|78| |vpc.amazonaws.com/pod-eni|18| -### `m6in.2xlarge` +### `m8a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.2xlarge| + |node.kubernetes.io/instance-type|m8a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| + |memory|28217Mi| + |pods|158| |vpc.amazonaws.com/pod-eni|38| -### `m6in.4xlarge` +### `m8a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.4xlarge| + |node.kubernetes.io/instance-type|m8a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |pods|234| + |memory|56811Mi| + |pods|314| |vpc.amazonaws.com/pod-eni|54| -### `m6in.8xlarge` +### `m8a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.8xlarge| + |node.kubernetes.io/instance-type|m8a.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6in.12xlarge` + |memory|116574Mi| + |pods|392| + |vpc.amazonaws.com/pod-eni|82| +### `m8a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|37500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.12xlarge| + |node.kubernetes.io/instance-type|m8a.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6in.16xlarge` + |memory|173169Mi| + |pods|758| + |vpc.amazonaws.com/pod-eni|110| +### `m8a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.16xlarge| + |node.kubernetes.io/instance-type|m8a.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6in.24xlarge` + |memory|231018Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|75000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.24xlarge| + |node.kubernetes.io/instance-type|m8a.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127610m| - |ephemeral-storage|17Gi| - |memory|480277Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -### `m6in.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127610m| - |ephemeral-storage|17Gi| - |memory|480277Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| + |memory|352259Mi| + |pods|1010| |vpc.amazonaws.com/pod-eni|106| -## m7a Family -### `m7a.medium` +### `m8a.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|390| - |karpenter.k8s.aws/instance-size|medium| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.medium| + |node.kubernetes.io/instance-type|m8a.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|3345Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m7a.large` + |memory|352259Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8a.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|781| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.large| + |node.kubernetes.io/instance-type|m8a.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|6903Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m7a.xlarge` + |memory|710440Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `m8a.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1562| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.xlarge| + |node.kubernetes.io/instance-type|m8a.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m7a.2xlarge` + |memory|710440Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +## m8azn Family +### `m8azn.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3125| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|2080| + |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.2xlarge| + |node.kubernetes.io/instance-type|m8azn.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m7a.4xlarge` + |memory|3312Mi| + |pods|11| + |vpc.amazonaws.com/pod-eni|3| +### `m8azn.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|6250| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|4170| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.4xlarge| + |node.kubernetes.io/instance-type|m8azn.large| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|57691Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m7a.8xlarge` + |memory|6364Mi| + |pods|78| + |vpc.amazonaws.com/pod-eni|8| +### `m8azn.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|8330| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.8xlarge| + |node.kubernetes.io/instance-type|m8azn.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m7a.12xlarge` + |memory|13942Mi| + |pods|78| + |vpc.amazonaws.com/pod-eni|18| +### `m8azn.3xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu|12| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|18750| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|3xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.12xlarge| + |node.kubernetes.io/instance-type|m8azn.3xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|11900m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m7a.16xlarge` + |memory|41656Mi| + |pods|314| + |vpc.amazonaws.com/pod-eni|34| +### `m8azn.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|24| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-memory|98304| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.16xlarge| + |node.kubernetes.io/instance-type|m8azn.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m7a.24xlarge` + |memory|87122Mi| + |pods|314| + |vpc.amazonaws.com/pod-eni|54| +### `m8azn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|37500| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.24xlarge| + |node.kubernetes.io/instance-type|m8azn.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|355262Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m7a.32xlarge` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8azn.metal-12xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-12xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.32xlarge| + |node.kubernetes.io/instance-type|m8azn.metal-12xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m7a.48xlarge` + |memory|170397Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8azn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.48xlarge| + |node.kubernetes.io/instance-type|m8azn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| + |memory|352259Mi| + |pods|1010| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m7a.metal-48xl` + |vpc.amazonaws.com/pod-eni|106| +### `m8azn.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7a| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8azn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal-48xl| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7a.metal-48xl| + |node.kubernetes.io/instance-type|m8azn.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| + |memory|352259Mi| + |pods|1010| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m7g Family -### `m7g.medium` + |vpc.amazonaws.com/pod-eni|106| +## m8g Family +### `m8g.medium` #### Labels | Label | Value | |--|--| @@ -16752,18 +19742,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| |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|m7g.medium| + |node.kubernetes.io/instance-type|m8g.medium| #### Resources | Resource | Quantity | |--|--| @@ -16772,7 +19762,7 @@ below are the resources available with some assumptions and after the instance o |memory|3286Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `m7g.large` +### `m8g.large` #### Labels | Label | Value | |--|--| @@ -16780,18 +19770,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| |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|m7g.large| + |node.kubernetes.io/instance-type|m8g.large| #### Resources | Resource | Quantity | |--|--| @@ -16800,7 +19790,7 @@ below are the resources available with some assumptions and after the instance o |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m7g.xlarge` +### `m8g.xlarge` #### Labels | Label | Value | |--|--| @@ -16808,18 +19798,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1876| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7g.xlarge| + |node.kubernetes.io/instance-type|m8g.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16828,7 +19818,7 @@ below are the resources available with some assumptions and after the instance o |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m7g.2xlarge` +### `m8g.2xlarge` #### Labels | Label | Value | |--|--| @@ -16836,18 +19826,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| |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|m7g.2xlarge| + |node.kubernetes.io/instance-type|m8g.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16856,7 +19846,7 @@ below are the resources available with some assumptions and after the instance o |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m7g.4xlarge` +### `m8g.4xlarge` #### Labels | Label | Value | |--|--| @@ -16864,18 +19854,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| |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|m7g.4xlarge| + |node.kubernetes.io/instance-type|m8g.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16884,7 +19874,7 @@ below are the resources available with some assumptions and after the instance o |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m7g.8xlarge` +### `m8g.8xlarge` #### Labels | Label | Value | |--|--| @@ -16892,18 +19882,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| |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|m7g.8xlarge| + |node.kubernetes.io/instance-type|m8g.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16912,7 +19902,7 @@ below are the resources available with some assumptions and after the instance o |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m7g.12xlarge` +### `m8g.12xlarge` #### Labels | Label | Value | |--|--| @@ -16920,18 +19910,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| |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|m7g.12xlarge| + |node.kubernetes.io/instance-type|m8g.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16940,7 +19930,7 @@ below are the resources available with some assumptions and after the instance o |memory|178874Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m7g.16xlarge` +### `m8g.16xlarge` #### Labels | Label | Value | |--|--| @@ -16948,18 +19938,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| |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|m7g.16xlarge| + |node.kubernetes.io/instance-type|m8g.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -16967,39 +19957,125 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|233962Mi| |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `m8g.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |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|m8g.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|355203Mi| + |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m7g.metal` +### `m8g.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7g| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-memory|393216| + |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|m7g.metal| + |node.kubernetes.io/instance-type|m8g.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|233962Mi| + |memory|355203Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m7gd Family -### `m7gd.medium` +### `m8g.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |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|m8g.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|718928Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `m8g.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |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|m8g.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|718928Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## m8gb Family +### `m8gb.medium` #### Labels | Label | Value | |--|--| @@ -17007,19 +20083,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|520| + |karpenter.k8s.aws/instance-network-bandwidth|2083| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.medium| + |node.kubernetes.io/instance-type|m8gb.medium| #### Resources | Resource | Quantity | |--|--| @@ -17028,7 +20103,7 @@ below are the resources available with some assumptions and after the instance o |memory|3286Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `m7gd.large` +### `m8gb.large` #### Labels | Label | Value | |--|--| @@ -17036,19 +20111,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-network-bandwidth|4166| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.large| + |node.kubernetes.io/instance-type|m8gb.large| #### Resources | Resource | Quantity | |--|--| @@ -17057,7 +20131,7 @@ below are the resources available with some assumptions and after the instance o |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m7gd.xlarge` +### `m8gb.xlarge` #### Labels | Label | Value | |--|--| @@ -17065,19 +20139,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1876| + |karpenter.k8s.aws/instance-network-bandwidth|8333| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.xlarge| + |node.kubernetes.io/instance-type|m8gb.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -17086,7 +20159,7 @@ below are the resources available with some assumptions and after the instance o |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m7gd.2xlarge` +### `m8gb.2xlarge` #### Labels | Label | Value | |--|--| @@ -17094,19 +20167,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3750| + |karpenter.k8s.aws/instance-network-bandwidth|16666| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.2xlarge| + |node.kubernetes.io/instance-type|m8gb.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -17115,7 +20187,7 @@ below are the resources available with some assumptions and after the instance o |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m7gd.4xlarge` +### `m8gb.4xlarge` #### Labels | Label | Value | |--|--| @@ -17123,19 +20195,18 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|33330| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.4xlarge| + |node.kubernetes.io/instance-type|m8gb.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -17144,7 +20215,7 @@ below are the resources available with some assumptions and after the instance o |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m7gd.8xlarge` +### `m8gb.8xlarge` #### Labels | Label | Value | |--|--| @@ -17152,28 +20223,27 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-network-bandwidth|66660| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.8xlarge| + |node.kubernetes.io/instance-type|m8gb.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m7gd.12xlarge` + |memory|117615Mi| + |pods|292| + |vpc.amazonaws.com/pod-eni|52| +### `m8gb.12xlarge` #### Labels | Label | Value | |--|--| @@ -17181,28 +20251,27 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|22500| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.12xlarge| + |node.kubernetes.io/instance-type|m8gb.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178874Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m7gd.16xlarge` + |memory|177598Mi| + |pods|350| + |vpc.amazonaws.com/pod-eni|50| +### `m8gb.16xlarge` #### Labels | Label | Value | |--|--| @@ -17210,612 +20279,855 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-network-bandwidth|133330| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.16xlarge| + |node.kubernetes.io/instance-type|m8gb.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|233962Mi| - |pods|737| + |memory|233423Mi| + |pods|786| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m7gd.metal` + |vpc.amazonaws.com/pod-eni|106| +### `m8gb.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gb.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|350352Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `m8gb.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7gd.metal| + |node.kubernetes.io/instance-type|m8gb.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|233962Mi| - |pods|737| + |memory|350352Mi| + |pods|1178| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m7i Family -### `m7i.large` +### `m8gb.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gb.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|720545Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| +### `m8gb.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gb| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gb.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|720545Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| +## m8gd Family +### `m8gd.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-memory|4096| + |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|m8gd.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3286Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m8gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.large| + |node.kubernetes.io/instance-type|m8gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| + |memory|6844Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `m7i.xlarge` +### `m8gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.xlarge| + |node.kubernetes.io/instance-type|m8gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| + |memory|14103Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `m7i.2xlarge` +### `m8gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.2xlarge| + |node.kubernetes.io/instance-type|m8gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `m7i.4xlarge` +### `m8gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.4xlarge| + |node.kubernetes.io/instance-type|m8gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|57632Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `m7i.8xlarge` +### `m8gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.8xlarge| + |node.kubernetes.io/instance-type|m8gd.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m7i.12xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m8gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.12xlarge| + |node.kubernetes.io/instance-type|m8gd.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| + |memory|178874Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m7i.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m8gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.16xlarge| + |node.kubernetes.io/instance-type|m8gd.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| + |memory|233962Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `m7i.24xlarge` +### `m8gd.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.24xlarge| + |node.kubernetes.io/instance-type|m8gd.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|355203Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m7i.metal-24xl` +### `m8gd.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.metal-24xl| + |node.kubernetes.io/instance-type|m8gd.metal-24xl| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|355262Mi| + |memory|355203Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m7i.48xlarge` +### `m8gd.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.48xlarge| + |node.kubernetes.io/instance-type|m8gd.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|718928Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `m7i.metal-48xl` +### `m8gd.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i.metal-48xl| + |node.kubernetes.io/instance-type|m8gd.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|718928Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## m7i-flex Family -### `m7i-flex.large` +## m8gn Family +### `m8gn.medium` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gn.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|3286Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `m8gn.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|390| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.large| + |node.kubernetes.io/instance-type|m8gn.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6903Mi| + |memory|6844Mi| |pods|29| - |vpc.amazonaws.com/pod-eni|3| -### `m7i-flex.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `m8gn.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.xlarge| + |node.kubernetes.io/instance-type|m8gn.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14162Mi| + |memory|14103Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|8| -### `m7i-flex.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `m8gn.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.2xlarge| + |node.kubernetes.io/instance-type|m8gn.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m7i-flex.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `m8gn.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.4xlarge| + |node.kubernetes.io/instance-type|m8gn.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57691Mi| + |memory|57632Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|34| -### `m7i-flex.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `m8gn.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.8xlarge| + |node.kubernetes.io/instance-type|m8gn.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m7i-flex.12xlarge` + |memory|117615Mi| + |pods|292| + |vpc.amazonaws.com/pod-eni|52| +### `m8gn.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.12xlarge| + |node.kubernetes.io/instance-type|m8gn.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178933Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m7i-flex.16xlarge` + |memory|177598Mi| + |pods|350| + |vpc.amazonaws.com/pod-eni|50| +### `m8gn.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m7i-flex| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m7i-flex.16xlarge| + |node.kubernetes.io/instance-type|m8gn.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|234021Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m8a Family -### `m8a.medium` + |memory|233423Mi| + |pods|786| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| +### `m8gn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.medium| + |node.kubernetes.io/instance-type|m8gn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|3345Mi| - |pods|8| -### `m8a.large` + |memory|350352Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `m8gn.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|300000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gn.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|350352Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| +### `m8gn.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gn.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|720545Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| +### `m8gn.metal-48xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|m8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|m8gn.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|720545Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| +## m8i Family +### `m8i.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.large| + |node.kubernetes.io/instance-type|m8i.large| #### Resources | Resource | Quantity | |--|--| @@ -17823,155 +21135,167 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6573Mi| |pods|59| -### `m8a.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `m8i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.xlarge| + |node.kubernetes.io/instance-type|m8i.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|13942Mi| - |pods|78| -### `m8a.2xlarge` + |memory|13502Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `m8i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.2xlarge| + |node.kubernetes.io/instance-type|m8i.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|28217Mi| - |pods|158| -### `m8a.4xlarge` + |memory|28657Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|38| +### `m8i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.4xlarge| + |node.kubernetes.io/instance-type|m8i.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|56811Mi| - |pods|314| -### `m8a.8xlarge` + |memory|55931Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|54| +### `m8i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.8xlarge| + |node.kubernetes.io/instance-type|m8i.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|116574Mi| - |pods|392| -### `m8a.12xlarge` + |memory|115474Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `m8i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.12xlarge| + |node.kubernetes.io/instance-type|m8i.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|173169Mi| - |pods|758| -### `m8a.16xlarge` + |memory|175017Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `m8i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.16xlarge| + |node.kubernetes.io/instance-type|m8i.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -17979,25 +21303,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|231018Mi| |pods|1010| -### `m8a.24xlarge` + |vpc.amazonaws.com/pod-eni|106| +### `m8i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.24xlarge| + |node.kubernetes.io/instance-type|m8i.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -18005,51 +21331,55 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|352259Mi| |pods|1010| -### `m8a.metal-24xl` + |vpc.amazonaws.com/pod-eni|106| +### `m8i.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-size|metal-24xl| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.metal-24xl| + |node.kubernetes.io/instance-type|m8i.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|352259Mi| - |pods|1010| -### `m8a.48xlarge` + |memory|467957Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `m8i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.48xlarge| + |node.kubernetes.io/instance-type|m8i.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -18058,25 +21388,27 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| -### `m8a.metal-48xl` + |vpc.amazonaws.com/pod-eni|98| +### `m8i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8a| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8a.metal-48xl| + |node.kubernetes.io/instance-type|m8i.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -18085,1942 +21417,2067 @@ below are the resources available with some assumptions and after the instance o |memory|710440Mi| |pods|1514| |vpc.amazonaws.com/efa|1| -## m8g Family -### `m8g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |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|m8g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|940m| - |ephemeral-storage|17Gi| - |memory|3286Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m8g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |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|m8g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1930m| - |ephemeral-storage|17Gi| - |memory|6844Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m8g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3920m| - |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m8g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |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|m8g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7910m| - |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m8g.4xlarge` + |vpc.amazonaws.com/pod-eni|98| +### `m8i.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|7500| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.4xlarge| + |node.kubernetes.io/instance-type|m8i.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|57632Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m8g.8xlarge` + |memory|1437890Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `m8i.metal-96xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-96xl| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.8xlarge| + |node.kubernetes.io/instance-type|m8i.metal-96xl| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m8g.12xlarge` + |memory|1437890Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +## m8i-flex Family +### `m8i-flex.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|22500| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|468| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.12xlarge| + |node.kubernetes.io/instance-type|m8i-flex.large| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|178874Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m8g.16xlarge` + |memory|6573Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|3| +### `m8i-flex.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.16xlarge| + |node.kubernetes.io/instance-type|m8i-flex.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|233962Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m8g.24xlarge` + |memory|13502Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|8| +### `m8i-flex.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.24xlarge| + |node.kubernetes.io/instance-type|m8i-flex.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8g.metal-24xl` + |memory|28657Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `m8i-flex.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|3750| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.metal-24xl| + |node.kubernetes.io/instance-type|m8i-flex.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8g.48xlarge` + |memory|55931Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|34| +### `m8i-flex.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.48xlarge| + |node.kubernetes.io/instance-type|m8i-flex.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8g.metal-48xl` + |memory|115474Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|52| +### `m8i-flex.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8g| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|11250| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8g.metal-48xl| + |node.kubernetes.io/instance-type|m8i-flex.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m8gd Family -### `m8gd.medium` + |memory|175017Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `m8i-flex.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|520| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.medium| + |node.kubernetes.io/instance-type|m8i-flex.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|3286Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m8gd.large` + |memory|231018Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +## m8id Family +### `m8id.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.large| + |node.kubernetes.io/instance-type|m8id.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6844Mi| - |pods|29| + |memory|6573Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `m8gd.xlarge` +### `m8id.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.xlarge| + |node.kubernetes.io/instance-type|m8id.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| + |memory|13502Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|18| -### `m8gd.2xlarge` +### `m8id.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.2xlarge| + |node.kubernetes.io/instance-type|m8id.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| + |memory|28657Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|38| -### `m8gd.4xlarge` +### `m8id.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.4xlarge| + |node.kubernetes.io/instance-type|m8id.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|57632Mi| - |pods|234| + |memory|55931Mi| + |pods|394| |vpc.amazonaws.com/pod-eni|54| -### `m8gd.8xlarge` +### `m8id.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.8xlarge| + |node.kubernetes.io/instance-type|m8id.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m8gd.12xlarge` + |memory|115474Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `m8id.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|196608| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.12xlarge| + |node.kubernetes.io/instance-type|m8id.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|178874Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m8gd.16xlarge` + |memory|175017Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `m8id.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.16xlarge| + |node.kubernetes.io/instance-type|m8id.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|233962Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m8gd.24xlarge` + |memory|231018Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8id.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.24xlarge| + |node.kubernetes.io/instance-type|m8id.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8gd.metal-24xl` + |memory|352259Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `m8id.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.metal-24xl| + |node.kubernetes.io/instance-type|m8id.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|355203Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8gd.48xlarge` + |memory|467957Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `m8id.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.48xlarge| + |node.kubernetes.io/instance-type|m8id.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| + |memory|710440Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `m8gd.metal-48xl` + |vpc.amazonaws.com/pod-eni|98| +### `m8id.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8gd| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8gd.metal-48xl| + |node.kubernetes.io/instance-type|m8id.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| + |memory|710440Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## m8i Family -### `m8i.large` + |vpc.amazonaws.com/pod-eni|98| +### `m8id.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|937| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-local-nvme|22800| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.large| + |node.kubernetes.io/instance-type|m8id.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|6573Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|9| -### `m8i.xlarge` + |memory|1437890Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `m8id.metal-96xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu|384| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| + |karpenter.k8s.aws/instance-family|m8id| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|22800| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.xlarge| + |node.kubernetes.io/instance-type|m8id.metal-96xl| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|13502Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|18| -### `m8i.2xlarge` + |memory|1437890Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +## p3 Family +### `p3.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|1750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|p3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|62464| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|p3.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|56786Mi| + |nvidia.com/gpu|1| + |pods|58| +### `p3.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3750| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|p3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-gpu-count|4| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.2xlarge| + |node.kubernetes.io/instance-type|p3.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|28657Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|38| -### `m8i.4xlarge` + |memory|228187Mi| + |nvidia.com/gpu|4| + |pods|234| +### `p3.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|7500| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|p3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|16384| + |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|499712| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.4xlarge| + |node.kubernetes.io/instance-type|p3.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|55931Mi| - |pods|394| - |vpc.amazonaws.com/pod-eni|54| -### `m8i.8xlarge` + |memory|459304Mi| + |nvidia.com/gpu|8| + |pods|234| +## p3dn Family +### `p3dn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p3dn| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|32768| + |karpenter.k8s.aws/instance-gpu-name|v100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-local-nvme|1800| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.8xlarge| + |node.kubernetes.io/instance-type|p3dn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|115474Mi| - |pods|492| - |vpc.amazonaws.com/pod-eni|82| -### `m8i.12xlarge` + |memory|718987Mi| + |nvidia.com/gpu|8| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## p4d Family +### `p4d.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p4d| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|40960| + |karpenter.k8s.aws/instance-gpu-name|a100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|22500| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-local-nvme|8000| + |karpenter.k8s.aws/instance-memory|1179648| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.12xlarge| + |node.kubernetes.io/instance-type|p4d.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|175017Mi| - |pods|590| - |vpc.amazonaws.com/pod-eni|110| -### `m8i.16xlarge` + |memory|1082712Mi| + |nvidia.com/gpu|8| + |pods|737| + |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|62| +## p4de Family +### `p4de.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p4de| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|81920| + |karpenter.k8s.aws/instance-gpu-name|a100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|8000| + |karpenter.k8s.aws/instance-memory|1179648| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.16xlarge| + |node.kubernetes.io/instance-type|p4de.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|231018Mi| - |pods|1010| - |vpc.amazonaws.com/pod-eni|106| -### `m8i.24xlarge` + |memory|1082712Mi| + |nvidia.com/gpu|8| + |pods|737| + |vpc.amazonaws.com/efa|4| + |vpc.amazonaws.com/pod-eni|62| +## p5 Family +### `p5.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|1| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|81920| + |karpenter.k8s.aws/instance-gpu-name|h100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.24xlarge| + |node.kubernetes.io/instance-type|p5.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|352259Mi| - |pods|1010| - |vpc.amazonaws.com/pod-eni|106| -### `m8i.32xlarge` + |memory|240830Mi| + |nvidia.com/gpu|1| + |pods|118| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|58| +### `p5.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|81920| + |karpenter.k8s.aws/instance-gpu-name|h100| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|3200000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.32xlarge| + |node.kubernetes.io/instance-type|p5.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|467957Mi| - |pods|1514| - |vpc.amazonaws.com/pod-eni|98| -### `m8i.48xlarge` + |memory|1938410Mi| + |nvidia.com/gpu|8| + |pods|100| + |vpc.amazonaws.com/efa|32| + |vpc.amazonaws.com/pod-eni|120| +## p5e Family +### `p5e.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-category|p| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p5e| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|144384| + |karpenter.k8s.aws/instance-gpu-name|h200| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|3200000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.48xlarge| + |node.kubernetes.io/instance-type|p5e.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|710440Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -### `m8i.metal-48xl` + |memory|1938410Mi| + |nvidia.com/gpu|8| + |pods|100| + |vpc.amazonaws.com/efa|32| + |vpc.amazonaws.com/pod-eni|120| +## p5en Family +### `p5en.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-category|p| |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|metal-48xl| + |karpenter.k8s.aws/instance-family|p5en| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|144384| + |karpenter.k8s.aws/instance-gpu-name|h200| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|3200000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.metal-48xl| + |node.kubernetes.io/instance-type|p5en.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|710440Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -### `m8i.96xlarge` + |memory|1937332Mi| + |nvidia.com/gpu|8| + |pods|198| + |vpc.amazonaws.com/efa|16| + |vpc.amazonaws.com/pod-eni|120| +## p6-b200 Family +### `p6-b200.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-family|p6-b200| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|183359| + |karpenter.k8s.aws/instance-gpu-name|b200| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|96xlarge| + |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|3200000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.96xlarge| + |node.kubernetes.io/instance-type|p6-b200.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|382970m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1437890Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -### `m8i.metal-96xl` + |memory|1937332Mi| + |nvidia.com/gpu|8| + |pods|198| + |vpc.amazonaws.com/efa|8| + |vpc.amazonaws.com/pod-eni|120| +## p6-b300 Family +### `p6-b300.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal-96xl| + |karpenter.k8s.aws/instance-family|p6-b300| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-gpu-count|8| + |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| + |karpenter.k8s.aws/instance-gpu-memory|275040| + |karpenter.k8s.aws/instance-gpu-name|b300| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|30400| + |karpenter.k8s.aws/instance-memory|4194304| + |karpenter.k8s.aws/instance-network-bandwidth|6400000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i.metal-96xl| + |node.kubernetes.io/instance-type|p6-b300.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|382970m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1437890Mi| - |pods|1514| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|98| -## m8i-flex Family -### `m8i-flex.large` + |memory|3877198Mi| + |nvidia.com/gpu|8| + |pods|198| + |vpc.amazonaws.com/efa|16| + |vpc.amazonaws.com/pod-eni|120| +## r3 Family +### `r3.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|468| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|15360| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.large| + |node.kubernetes.io/instance-type|r3.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|6573Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|3| -### `m8i-flex.xlarge` + |memory|13534Mi| + |pods|29| +### `r3.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|31232| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.xlarge| + |node.kubernetes.io/instance-type|r3.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|13502Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|8| -### `m8i-flex.2xlarge` + |memory|27896Mi| + |pods|58| +### `r3.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.2xlarge| + |node.kubernetes.io/instance-type|r3.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|28657Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|18| -### `m8i-flex.4xlarge` + |memory|56786Mi| + |pods|58| +### `r3.4xlarge` #### Labels | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3750| + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|124928| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.4xlarge| + |node.kubernetes.io/instance-type|r3.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|55931Mi| - |pods|394| - |vpc.amazonaws.com/pod-eni|34| -### `m8i-flex.8xlarge` + |memory|112629Mi| + |pods|234| +### `r3.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.8xlarge| + |node.kubernetes.io/instance-type|r3.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|115474Mi| - |pods|492| - |vpc.amazonaws.com/pod-eni|52| -### `m8i-flex.12xlarge` + |memory|228187Mi| + |pods|234| +## r4 Family +### `r4.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|11250| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|425| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|15616| + |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.12xlarge| + |node.kubernetes.io/instance-type|r4.large| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|175017Mi| - |pods|590| - |vpc.amazonaws.com/pod-eni|110| -### `m8i-flex.16xlarge` + |memory|13770Mi| + |pods|29| +### `r4.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|m8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|850| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|31232| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m8i-flex.16xlarge| + |node.kubernetes.io/instance-type|r4.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|231018Mi| - |pods|1010| - |vpc.amazonaws.com/pod-eni|106| -## p3 Family -### `p3.2xlarge` + |memory|27896Mi| + |pods|58| +### `r4.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|1750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1700| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|p3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|xen| |karpenter.k8s.aws/instance-memory|62464| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.2xlarge| + |node.kubernetes.io/instance-type|r4.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| |memory|56786Mi| - |nvidia.com/gpu|1| |pods|58| -### `p3.8xlarge` +### `r4.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|124928| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r4.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|112629Mi| + |pods|234| +### `r4.8xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| |karpenter.k8s.aws/instance-ebs-bandwidth|7000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|p3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|4| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|xen| |karpenter.k8s.aws/instance-memory|249856| |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| + |node.kubernetes.io/instance-type|r4.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| |memory|228187Mi| - |nvidia.com/gpu|4| |pods|234| -### `p3.16xlarge` +### `r4.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| |karpenter.k8s.aws/instance-ebs-bandwidth|14000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|p3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|16384| - |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-family|r4| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|xen| |karpenter.k8s.aws/instance-memory|499712| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| + |node.kubernetes.io/instance-type|r4.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|459304Mi| - |nvidia.com/gpu|8| - |pods|234| -## p3dn Family -### `p3dn.24xlarge` + |memory|453771Mi| + |pods|737| +## r5 Family +### `r5.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p3dn| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|32768| - |karpenter.k8s.aws/instance-gpu-name|v100| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|14481Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `r5.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| + |node.kubernetes.io/instance-type|r5.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## p4d Family -### `p4d.24xlarge` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `r5.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p4d| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|40960| - |karpenter.k8s.aws/instance-gpu-name|a100| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-network-bandwidth|400000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| + |node.kubernetes.io/instance-type|r5.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|1082712Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/efa|4| - |vpc.amazonaws.com/pod-eni|62| -## p4de Family -### `p4de.24xlarge` + |memory|59627Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `r5.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3000| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p4de| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|81920| - |karpenter.k8s.aws/instance-gpu-name|a100| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-network-bandwidth|400000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4de.24xlarge| + |node.kubernetes.io/instance-type|r5.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|1082712Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/efa|4| - |vpc.amazonaws.com/pod-eni|62| -## p5 Family -### `p5.4xlarge` + |memory|118312Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r5.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p5| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |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|3800| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p5.4xlarge| + |node.kubernetes.io/instance-type|r5.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|240830Mi| - |nvidia.com/gpu|1| - |pods|118| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|58| -### `p5.48xlarge` + |memory|239554Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r5.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p5| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |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-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|3200000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p5.48xlarge| + |node.kubernetes.io/instance-type|r5.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|1938410Mi| - |nvidia.com/gpu|8| - |pods|100| - |vpc.amazonaws.com/efa|32| - |vpc.amazonaws.com/pod-eni|120| -## p5e Family -### `p5e.48xlarge` + |memory|360795Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r5.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p5e| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|144384| - |karpenter.k8s.aws/instance-gpu-name|h200| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30400| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|3200000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p5e.48xlarge| + |node.kubernetes.io/instance-type|r5.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|1938410Mi| - |nvidia.com/gpu|8| - |pods|100| - |vpc.amazonaws.com/efa|32| - |vpc.amazonaws.com/pod-eni|120| -## p5en Family -### `p5en.48xlarge` + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r5.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p5en| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|144384| - |karpenter.k8s.aws/instance-gpu-name|h200| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30400| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|3200000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p5en.48xlarge| + |node.kubernetes.io/instance-type|r5.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1937332Mi| - |nvidia.com/gpu|8| - |pods|198| - |vpc.amazonaws.com/efa|16| - |vpc.amazonaws.com/pod-eni|120| -## p6-b200 Family -### `p6-b200.48xlarge` + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r5.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|p6-b200| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|183359| - |karpenter.k8s.aws/instance-gpu-name|b200| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30400| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|3200000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p6-b200.48xlarge| + |node.kubernetes.io/instance-type|r5.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|191450m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1937332Mi| - |nvidia.com/gpu|8| - |pods|198| - |vpc.amazonaws.com/efa|8| + |memory|718987Mi| + |pods|737| |vpc.amazonaws.com/pod-eni|120| -## r3 Family -### `r3.large` +## r5a Family +### `r5a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| + |node.kubernetes.io/instance-type|r5a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|13534Mi| + |memory|14481Mi| |pods|29| -### `r3.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `r5a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| + |node.kubernetes.io/instance-type|r5a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|27896Mi| + |memory|29317Mi| |pods|58| -### `r3.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `r5a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| + |node.kubernetes.io/instance-type|r5a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|56786Mi| + |memory|59627Mi| |pods|58| -### `r3.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `r5a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| + |node.kubernetes.io/instance-type|r5a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|112629Mi| + |memory|118312Mi| |pods|234| -### `r3.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r5a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| + |node.kubernetes.io/instance-type|r5a.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|228187Mi| + |memory|239554Mi| |pods|234| -## r4 Family -### `r4.large` + |vpc.amazonaws.com/pod-eni|54| +### `r5a.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5a.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|360795Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r5a.16xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5a.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r5a.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|13570| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r5a| + |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5a.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## r5ad Family +### `r5ad.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|425| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15616| + |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-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| + |node.kubernetes.io/instance-type|r5ad.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|13770Mi| + |memory|14481Mi| |pods|29| -### `r4.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `r5ad.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|850| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| + |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-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| + |node.kubernetes.io/instance-type|r5ad.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|27896Mi| + |memory|29317Mi| |pods|58| -### `r4.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `r5ad.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1700| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| + |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-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| + |node.kubernetes.io/instance-type|r5ad.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|56786Mi| + |memory|59627Mi| |pods|58| -### `r4.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `r5ad.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2880| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| + |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-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.4xlarge| + |node.kubernetes.io/instance-type|r5ad.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|112629Mi| + |memory|118312Mi| |pods|234| -### `r4.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r5ad.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| + |node.kubernetes.io/instance-type|r5ad.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|228187Mi| + |memory|239554Mi| |pods|234| -### `r4.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r5ad.12xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5ad.12xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|47810m| + |ephemeral-storage|17Gi| + |memory|360795Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r5ad.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |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-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| + |node.kubernetes.io/instance-type|r5ad.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|453771Mi| + |memory|476504Mi| |pods|737| -## r5 Family -### `r5.large` + |vpc.amazonaws.com/pod-eni|107| +### `r5ad.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|13570| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5ad.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## r5b Family +### `r5b.large` #### Labels | Label | Value | |--|--| @@ -20029,9 +23486,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| @@ -20039,7 +23496,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.large| + |node.kubernetes.io/instance-type|r5b.large| #### Resources | Resource | Quantity | |--|--| @@ -20048,7 +23505,7 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5.xlarge` +### `r5b.xlarge` #### Labels | Label | Value | |--|--| @@ -20057,9 +23514,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| @@ -20067,7 +23524,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| + |node.kubernetes.io/instance-type|r5b.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20076,7 +23533,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5.2xlarge` +### `r5b.2xlarge` #### Labels | Label | Value | |--|--| @@ -20085,9 +23542,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| @@ -20095,7 +23552,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| + |node.kubernetes.io/instance-type|r5b.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20104,7 +23561,7 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5.4xlarge` +### `r5b.4xlarge` #### Labels | Label | Value | |--|--| @@ -20113,9 +23570,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| @@ -20123,7 +23580,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| + |node.kubernetes.io/instance-type|r5b.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20132,7 +23589,7 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5.8xlarge` +### `r5b.8xlarge` #### Labels | Label | Value | |--|--| @@ -20141,9 +23598,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| @@ -20151,7 +23608,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| + |node.kubernetes.io/instance-type|r5b.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20160,7 +23617,7 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5.12xlarge` +### `r5b.12xlarge` #### Labels | Label | Value | |--|--| @@ -20169,9 +23626,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| @@ -20179,7 +23636,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| + |node.kubernetes.io/instance-type|r5b.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20188,7 +23645,7 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5.16xlarge` +### `r5b.16xlarge` #### Labels | Label | Value | |--|--| @@ -20197,9 +23654,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| @@ -20207,7 +23664,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| + |node.kubernetes.io/instance-type|r5b.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20216,7 +23673,7 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5.24xlarge` +### `r5b.24xlarge` #### Labels | Label | Value | |--|--| @@ -20225,9 +23682,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| @@ -20235,7 +23692,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| + |node.kubernetes.io/instance-type|r5b.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20244,7 +23701,7 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5.metal` +### `r5b.metal` #### Labels | Label | Value | |--|--| @@ -20253,9 +23710,9 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5| + |karpenter.k8s.aws/instance-family|r5b| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| @@ -20263,7 +23720,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| + |node.kubernetes.io/instance-type|r5b.metal| #### Resources | Resource | Quantity | |--|--| @@ -20271,28 +23728,29 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|718987Mi| |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## r5a Family -### `r5a.large` + |vpc.amazonaws.com/pod-eni|107| +## r5d Family +### `r5d.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| + |node.kubernetes.io/instance-type|r5d.large| #### Resources | Resource | Quantity | |--|--| @@ -20301,26 +23759,27 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5a.xlarge` +### `r5d.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| + |node.kubernetes.io/instance-type|r5d.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20329,26 +23788,27 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5a.2xlarge` +### `r5d.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| + |node.kubernetes.io/instance-type|r5d.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20357,26 +23817,27 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5a.4xlarge` +### `r5d.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| + |node.kubernetes.io/instance-type|r5d.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20385,26 +23846,27 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5a.8xlarge` +### `r5d.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|10000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| + |node.kubernetes.io/instance-type|r5d.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20413,26 +23875,27 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5a.12xlarge` +### `r5d.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|6780| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.12xlarge| + |node.kubernetes.io/instance-type|r5d.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20441,26 +23904,27 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5a.16xlarge` +### `r5d.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.16xlarge| + |node.kubernetes.io/instance-type|r5d.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20469,26 +23933,27 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5a.24xlarge` +### `r5d.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|13570| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5a| + |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.24xlarge| + |node.kubernetes.io/instance-type|r5d.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20497,28 +23962,57 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## r5ad Family -### `r5ad.large` +### `r5d.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |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-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5d.metal| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## r5dn Family +### `r5dn.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| + |node.kubernetes.io/instance-type|r5dn.large| #### Resources | Resource | Quantity | |--|--| @@ -20527,27 +24021,27 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5ad.xlarge` +### `r5dn.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| + |node.kubernetes.io/instance-type|r5dn.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20556,27 +24050,27 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5ad.2xlarge` +### `r5dn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|8125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| + |node.kubernetes.io/instance-type|r5dn.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20585,27 +24079,27 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5ad.4xlarge` +### `r5dn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2880| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|16250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| + |node.kubernetes.io/instance-type|r5dn.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20614,27 +24108,27 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5ad.8xlarge` +### `r5dn.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| + |node.kubernetes.io/instance-type|r5dn.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20643,27 +24137,27 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5ad.12xlarge` +### `r5dn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|6780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.12xlarge| + |node.kubernetes.io/instance-type|r5dn.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20672,56 +24166,86 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5ad.16xlarge` +### `r5dn.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| + |node.kubernetes.io/instance-type|r5dn.16xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|63770m| + |ephemeral-storage|17Gi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r5dn.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r5dn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r5ad.24xlarge` +### `r5dn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|13570| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5ad| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5dn| |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-local-nvme|3600| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.24xlarge| + |node.kubernetes.io/instance-type|r5dn.metal| #### Resources | Resource | Quantity | |--|--| @@ -20729,9 +24253,10 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r5b Family -### `r5b.large` +## r5n Family +### `r5n.large` #### Labels | Label | Value | |--|--| @@ -20740,17 +24265,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|2100| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| + |node.kubernetes.io/instance-type|r5n.large| #### Resources | Resource | Quantity | |--|--| @@ -20759,7 +24284,7 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5b.xlarge` +### `r5n.xlarge` #### Labels | Label | Value | |--|--| @@ -20768,17 +24293,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|4100| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| + |node.kubernetes.io/instance-type|r5n.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20787,7 +24312,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5b.2xlarge` +### `r5n.2xlarge` #### Labels | Label | Value | |--|--| @@ -20796,17 +24321,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|8125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| + |node.kubernetes.io/instance-type|r5n.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20815,7 +24340,7 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5b.4xlarge` +### `r5n.4xlarge` #### Labels | Label | Value | |--|--| @@ -20824,17 +24349,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|16250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| + |node.kubernetes.io/instance-type|r5n.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20843,7 +24368,7 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5b.8xlarge` +### `r5n.8xlarge` #### Labels | Label | Value | |--|--| @@ -20852,17 +24377,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|6800| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| + |node.kubernetes.io/instance-type|r5n.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20871,7 +24396,7 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5b.12xlarge` +### `r5n.12xlarge` #### Labels | Label | Value | |--|--| @@ -20880,17 +24405,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| + |node.kubernetes.io/instance-type|r5n.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20899,7 +24424,7 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5b.16xlarge` +### `r5n.16xlarge` #### Labels | Label | Value | |--|--| @@ -20908,17 +24433,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|13600| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| + |node.kubernetes.io/instance-type|r5n.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20927,7 +24452,7 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5b.24xlarge` +### `r5n.24xlarge` #### Labels | Label | Value | |--|--| @@ -20936,17 +24461,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| + |node.kubernetes.io/instance-type|r5n.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -20954,8 +24479,9 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r5b.metal` +### `r5n.metal` #### Labels | Label | Value | |--|--| @@ -20964,17 +24490,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5b| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r5n| |karpenter.k8s.aws/instance-generation|5| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| + |node.kubernetes.io/instance-type|r5n.metal| #### Resources | Resource | Quantity | |--|--| @@ -20982,29 +24508,29 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|718987Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r5d Family -### `r5d.large` +## r6a Family +### `r6a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| + |node.kubernetes.io/instance-type|r6a.large| #### Resources | Resource | Quantity | |--|--| @@ -21013,27 +24539,26 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5d.xlarge` +### `r6a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| + |node.kubernetes.io/instance-type|r6a.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21042,27 +24567,26 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5d.2xlarge` +### `r6a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| + |node.kubernetes.io/instance-type|r6a.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21071,27 +24595,26 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5d.4xlarge` +### `r6a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| + |node.kubernetes.io/instance-type|r6a.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21100,27 +24623,26 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5d.8xlarge` +### `r6a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| + |node.kubernetes.io/instance-type|r6a.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21128,28 +24650,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|239554Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `r6a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| + |node.kubernetes.io/instance-type|r6a.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21157,28 +24678,27 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|360795Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `r6a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| + |node.kubernetes.io/instance-type|r6a.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21187,27 +24707,26 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5d.24xlarge` +### `r6a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| + |node.kubernetes.io/instance-type|r6a.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21216,567 +24735,620 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5d.metal` +### `r6a.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r5d| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6a.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r6a.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6a.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1446437Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `r6a.metal` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.metal| + |node.kubernetes.io/instance-type|r6a.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|1446437Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r5dn Family -### `r5dn.large` +## r6g Family +### `r6g.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6g.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r6g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| + |node.kubernetes.io/instance-type|r6g.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5dn.xlarge` +### `r6g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4100| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| + |node.kubernetes.io/instance-type|r6g.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5dn.2xlarge` +### `r6g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8125| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| + |node.kubernetes.io/instance-type|r6g.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5dn.4xlarge` +### `r6g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|16250| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| + |node.kubernetes.io/instance-type|r6g.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5dn.8xlarge` +### `r6g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| + |node.kubernetes.io/instance-type|r6g.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| + |memory|239495Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5dn.12xlarge` +### `r6g.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|14250| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| + |node.kubernetes.io/instance-type|r6g.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360795Mi| + |memory|360736Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5dn.16xlarge` +### `r6g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5dn| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| + |node.kubernetes.io/instance-type|r6g.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|476445Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r5dn.24xlarge` +### `r6g.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.24xlarge| + |node.kubernetes.io/instance-type|r6g.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|476445Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r5dn.metal` +## r6gd Family +### `r6gd.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| + |node.kubernetes.io/instance-type|r6gd.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r5n Family -### `r5n.large` + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r6gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|2100| + |karpenter.k8s.aws/instance-network-bandwidth|750| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| + |node.kubernetes.io/instance-type|r6gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r5n.xlarge` +### `r6gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|4100| + |karpenter.k8s.aws/instance-network-bandwidth|1250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| + |node.kubernetes.io/instance-type|r6gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r5n.2xlarge` +### `r6gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|8125| + |karpenter.k8s.aws/instance-network-bandwidth|2500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| + |node.kubernetes.io/instance-type|r6gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r5n.4xlarge` +### `r6gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|16250| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| + |node.kubernetes.io/instance-type|r6gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5n.8xlarge` +### `r6gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|6800| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|12000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| + |node.kubernetes.io/instance-type|r6gd.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| + |memory|239495Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5n.12xlarge` +### `r6gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|14250| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|20000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| + |node.kubernetes.io/instance-type|r6gd.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360795Mi| + |memory|360736Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r5n.16xlarge` +### `r6gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|13600| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| + |node.kubernetes.io/instance-type|r6gd.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|476445Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r5n.metal` +### `r6gd.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3100| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r5n| - |karpenter.k8s.aws/instance-generation|5| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| + |node.kubernetes.io/instance-type|r6gd.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|476445Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r6a Family -### `r6a.large` +## r6i Family +### `r6i.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| @@ -21784,7 +25356,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| + |node.kubernetes.io/instance-type|r6i.large| #### Resources | Resource | Quantity | |--|--| @@ -21793,18 +25365,18 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6a.xlarge` +### `r6i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| @@ -21812,7 +25384,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| + |node.kubernetes.io/instance-type|r6i.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21821,18 +25393,18 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6a.2xlarge` +### `r6i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| @@ -21840,7 +25412,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| + |node.kubernetes.io/instance-type|r6i.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21849,18 +25421,18 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6a.4xlarge` +### `r6i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| @@ -21868,7 +25440,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| + |node.kubernetes.io/instance-type|r6i.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21877,18 +25449,18 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6a.8xlarge` +### `r6i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| @@ -21896,7 +25468,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| + |node.kubernetes.io/instance-type|r6i.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21905,18 +25477,18 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `r6a.12xlarge` +### `r6i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| @@ -21924,7 +25496,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| + |node.kubernetes.io/instance-type|r6i.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21933,18 +25505,18 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `r6a.16xlarge` +### `r6i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| @@ -21952,7 +25524,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| + |node.kubernetes.io/instance-type|r6i.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21961,18 +25533,18 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6a.24xlarge` +### `r6i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| @@ -21980,7 +25552,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| + |node.kubernetes.io/instance-type|r6i.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -21989,18 +25561,18 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6a.32xlarge` +### `r6i.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1048576| @@ -22008,7 +25580,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.32xlarge| + |node.kubernetes.io/instance-type|r6i.32xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22016,582 +25588,625 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|961470Mi| |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191450m| - |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r6a.metal` +### `r6i.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3600| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6a| + |karpenter.k8s.aws/instance-family|r6i| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191450m| - |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|500| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.medium| + |node.kubernetes.io/instance-type|r6i.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|7075Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6g.large` + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## r6id Family +### `r6id.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| + |node.kubernetes.io/instance-type|r6id.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| + |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6g.xlarge` +### `r6id.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| + |node.kubernetes.io/instance-type|r6id.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6g.2xlarge` +### `r6id.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| + |node.kubernetes.io/instance-type|r6id.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| + |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6g.4xlarge` +### `r6id.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| + |node.kubernetes.io/instance-type|r6id.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6g.8xlarge` +### `r6id.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| + |node.kubernetes.io/instance-type|r6id.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| + |memory|239554Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `r6id.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|14250| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| + |node.kubernetes.io/instance-type|r6id.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360736Mi| + |memory|360795Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `r6id.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| + |node.kubernetes.io/instance-type|r6id.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6g.metal` +### `r6id.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6g| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| + |node.kubernetes.io/instance-type|r6id.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## r6gd Family -### `r6gd.medium` +### `r6id.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6id| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|500| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| + |node.kubernetes.io/instance-type|r6id.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|7075Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6gd.large` + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `r6id.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6id.metal| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## r6idn Family +### `r6idn.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| + |node.kubernetes.io/instance-type|r6idn.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| + |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6gd.xlarge` +### `r6idn.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| + |node.kubernetes.io/instance-type|r6idn.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6gd.2xlarge` +### `r6idn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| + |node.kubernetes.io/instance-type|r6idn.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| + |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6gd.4xlarge` +### `r6idn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| + |node.kubernetes.io/instance-type|r6idn.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6gd.8xlarge` +### `r6idn.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| + |node.kubernetes.io/instance-type|r6idn.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| + |memory|239554Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `r6idn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|14250| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|37500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| + |node.kubernetes.io/instance-type|r6idn.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360736Mi| + |memory|360795Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `r6idn.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| + |node.kubernetes.io/instance-type|r6idn.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6gd.metal` +### `r6idn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|r6gd| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r6idn| |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|150000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| + |node.kubernetes.io/instance-type|r6idn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -## r6i Family -### `r6i.large` +### `r6idn.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6idn.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|965243Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +### `r6idn.metal` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r6idn.metal| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|965243Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## r6in Family +### `r6in.large` #### Labels | Label | Value | |--|--| @@ -22600,17 +26215,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| + |node.kubernetes.io/instance-type|r6in.large| #### Resources | Resource | Quantity | |--|--| @@ -22619,7 +26234,7 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6i.xlarge` +### `r6in.xlarge` #### Labels | Label | Value | |--|--| @@ -22628,17 +26243,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| + |node.kubernetes.io/instance-type|r6in.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22647,7 +26262,7 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6i.2xlarge` +### `r6in.2xlarge` #### Labels | Label | Value | |--|--| @@ -22656,17 +26271,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| + |node.kubernetes.io/instance-type|r6in.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22675,7 +26290,7 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6i.4xlarge` +### `r6in.4xlarge` #### Labels | Label | Value | |--|--| @@ -22684,17 +26299,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| + |node.kubernetes.io/instance-type|r6in.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22703,7 +26318,7 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6i.8xlarge` +### `r6in.8xlarge` #### Labels | Label | Value | |--|--| @@ -22712,17 +26327,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| + |node.kubernetes.io/instance-type|r6in.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22731,7 +26346,7 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `r6i.12xlarge` +### `r6in.12xlarge` #### Labels | Label | Value | |--|--| @@ -22740,17 +26355,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-ebs-bandwidth|37500| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| + |node.kubernetes.io/instance-type|r6in.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22759,7 +26374,7 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `r6i.16xlarge` +### `r6in.16xlarge` #### Labels | Label | Value | |--|--| @@ -22768,17 +26383,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| + |node.kubernetes.io/instance-type|r6in.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22787,7 +26402,7 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6i.24xlarge` +### `r6in.24xlarge` #### Labels | Label | Value | |--|--| @@ -22796,17 +26411,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| + |node.kubernetes.io/instance-type|r6in.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22815,7 +26430,7 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6i.32xlarge` +### `r6in.32xlarge` #### Labels | Label | Value | |--|--| @@ -22824,27 +26439,27 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| + |node.kubernetes.io/instance-type|r6in.32xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|127610m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.metal` + |memory|965243Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +### `r6in.metal` #### Labels | Label | Value | |--|--| @@ -22853,48 +26468,75 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6i| + |karpenter.k8s.aws/instance-family|r6in| |karpenter.k8s.aws/instance-generation|6| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| + |node.kubernetes.io/instance-type|r6in.metal| #### Resources | Resource | Quantity | |--|--| |cpu|127610m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r6id Family -### `r6id.large` + |memory|965243Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## r7a Family +### `r7a.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|390| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r7a.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|7134Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r7a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| + |node.kubernetes.io/instance-type|r7a.large| #### Resources | Resource | Quantity | |--|--| @@ -22903,27 +26545,26 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6id.xlarge` +### `r7a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| + |node.kubernetes.io/instance-type|r7a.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22932,27 +26573,26 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6id.2xlarge` +### `r7a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| + |node.kubernetes.io/instance-type|r7a.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22961,27 +26601,26 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6id.4xlarge` +### `r7a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| + |node.kubernetes.io/instance-type|r7a.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -22990,27 +26629,26 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6id.8xlarge` +### `r7a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| + |node.kubernetes.io/instance-type|r7a.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23019,27 +26657,26 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `r6id.12xlarge` +### `r7a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|18750| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| + |node.kubernetes.io/instance-type|r7a.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23048,27 +26685,26 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `r6id.16xlarge` +### `r7a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| + |node.kubernetes.io/instance-type|r7a.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23077,712 +26713,652 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6id.24xlarge` +### `r7a.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|37500| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| + |node.kubernetes.io/instance-type|r7a.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|718987Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r7a.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r7a.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|961470Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r6id.32xlarge` +### `r7a.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| + |node.kubernetes.io/instance-type|r7a.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|961470Mi| + |memory|1446437Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r6id.metal` +### `r7a.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.metal| + |node.kubernetes.io/instance-type|r7a.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|961470Mi| + |memory|1446437Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r6idn Family -### `r6idn.large` +## r7g Family +### `r7g.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |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|r7g.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r7g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.large| + |node.kubernetes.io/instance-type|r7g.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6idn.xlarge` +### `r7g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.xlarge| + |node.kubernetes.io/instance-type|r7g.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6idn.2xlarge` +### `r7g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.2xlarge| + |node.kubernetes.io/instance-type|r7g.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6idn.4xlarge` +### `r7g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.4xlarge| + |node.kubernetes.io/instance-type|r7g.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r6idn.8xlarge` +### `r7g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.8xlarge| + |node.kubernetes.io/instance-type|r7g.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| + |memory|239495Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6idn.12xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r7g.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|37500| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.12xlarge| + |node.kubernetes.io/instance-type|r7g.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360795Mi| + |memory|360736Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6idn.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r7g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6idn| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63770m| - |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|75000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|150000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |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|r6idn.24xlarge| + |node.kubernetes.io/instance-type|r7g.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|476445Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r6idn.32xlarge` +### `r7g.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.32xlarge| + |node.kubernetes.io/instance-type|r7g.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|965243Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -### `r6idn.metal` + |memory|476445Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## r7gd Family +### `r7gd.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |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-memory|8192| + |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|r6idn.metal| + |node.kubernetes.io/instance-type|r7gd.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|965243Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## r6in Family -### `r6in.large` + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r7gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.large| + |node.kubernetes.io/instance-type|r7gd.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r6in.xlarge` +### `r7gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|1876| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.xlarge| + |node.kubernetes.io/instance-type|r7gd.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r6in.2xlarge` +### `r7gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.2xlarge| + |node.kubernetes.io/instance-type|r7gd.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r6in.4xlarge` +### `r7gd.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |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-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.4xlarge| + |node.kubernetes.io/instance-type|r7gd.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| - |ephemeral-storage|17Gi| - |memory|118312Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31850m| - |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|37500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47810m| - |ephemeral-storage|17Gi| - |memory|360795Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|50000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63770m| - |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6in.24xlarge` + |ephemeral-storage|17Gi| + |memory|118253Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r7gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|75000| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7gd| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|150000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|262144| + |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|r6in.24xlarge| + |node.kubernetes.io/instance-type|r7gd.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|718987Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6in.32xlarge` + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r7gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| + |karpenter.k8s.aws/instance-family|r7gd| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-memory|393216| + |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|r6in.32xlarge| + |node.kubernetes.io/instance-type|r7gd.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|965243Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -### `r6in.metal` + |memory|360736Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `r7gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |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-memory|524288| + |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|r6in.metal| + |node.kubernetes.io/instance-type|r7gd.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|965243Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## r7a Family -### `r7a.medium` + |memory|476445Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `r7gd.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7gd| |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|390| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.medium| + |node.kubernetes.io/instance-type|r7gd.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|7134Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r7a.large` + |memory|476445Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## r7i Family +### `r7i.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| @@ -23790,7 +27366,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.large| + |node.kubernetes.io/instance-type|r7i.large| #### Resources | Resource | Quantity | |--|--| @@ -23799,18 +27375,18 @@ below are the resources available with some assumptions and after the instance o |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r7a.xlarge` +### `r7i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| @@ -23818,7 +27394,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.xlarge| + |node.kubernetes.io/instance-type|r7i.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23827,18 +27403,18 @@ below are the resources available with some assumptions and after the instance o |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r7a.2xlarge` +### `r7i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| @@ -23846,7 +27422,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.2xlarge| + |node.kubernetes.io/instance-type|r7i.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23855,18 +27431,18 @@ below are the resources available with some assumptions and after the instance o |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r7a.4xlarge` +### `r7i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| @@ -23874,7 +27450,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.4xlarge| + |node.kubernetes.io/instance-type|r7i.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23883,18 +27459,18 @@ below are the resources available with some assumptions and after the instance o |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r7a.8xlarge` +### `r7i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| @@ -23902,7 +27478,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.8xlarge| + |node.kubernetes.io/instance-type|r7i.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23911,18 +27487,18 @@ below are the resources available with some assumptions and after the instance o |memory|239554Mi| |pods|234| |vpc.amazonaws.com/pod-eni|84| -### `r7a.12xlarge` +### `r7i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| @@ -23930,7 +27506,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.12xlarge| + |node.kubernetes.io/instance-type|r7i.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23939,18 +27515,18 @@ below are the resources available with some assumptions and after the instance o |memory|360795Mi| |pods|234| |vpc.amazonaws.com/pod-eni|114| -### `r7a.16xlarge` +### `r7i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| @@ -23958,7 +27534,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.16xlarge| + |node.kubernetes.io/instance-type|r7i.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23967,18 +27543,18 @@ below are the resources available with some assumptions and after the instance o |memory|476504Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r7a.24xlarge` +### `r7i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| @@ -23986,7 +27562,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.24xlarge| + |node.kubernetes.io/instance-type|r7i.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -23995,46 +27571,46 @@ below are the resources available with some assumptions and after the instance o |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r7a.32xlarge` +### `r7i.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.32xlarge| + |node.kubernetes.io/instance-type|r7i.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|961470Mi| + |memory|718987Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r7a.48xlarge` +### `r7i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1572864| @@ -24042,7 +27618,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.48xlarge| + |node.kubernetes.io/instance-type|r7i.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -24052,18 +27628,18 @@ 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| -### `r7a.metal-48xl` +### `r7i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3700| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7a| + |karpenter.k8s.aws/instance-family|r7i| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|1572864| @@ -24071,7 +27647,7 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7a.metal-48xl| + |node.kubernetes.io/instance-type|r7i.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -24081,1121 +27657,1311 @@ 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| -## r7g Family -### `r7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |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|r7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|940m| - |ephemeral-storage|17Gi| - |memory|7075Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r7g.large` +## r7iz Family +### `r7iz.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|937| + |karpenter.k8s.aws/instance-network-bandwidth|781| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.large| + |node.kubernetes.io/instance-type|r7iz.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| + |memory|14481Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r7g.xlarge` +### `r7iz.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1876| + |karpenter.k8s.aws/instance-network-bandwidth|1562| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.xlarge| + |node.kubernetes.io/instance-type|r7iz.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| + |memory|29317Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r7g.2xlarge` +### `r7iz.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3750| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.2xlarge| + |node.kubernetes.io/instance-type|r7iz.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| + |memory|59627Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r7g.4xlarge` +### `r7iz.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|7500| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.4xlarge| + |node.kubernetes.io/instance-type|r7iz.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| + |memory|118312Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r7g.8xlarge` +### `r7iz.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|15000| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.8xlarge| + |node.kubernetes.io/instance-type|r7iz.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| + |memory|239554Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r7g.12xlarge` + |vpc.amazonaws.com/pod-eni|84| +### `r7iz.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|22500| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.12xlarge| + |node.kubernetes.io/instance-type|r7iz.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360736Mi| + |memory|360795Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r7g.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `r7iz.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|30000| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.16xlarge| + |node.kubernetes.io/instance-type|r7iz.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|476504Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r7g.metal` +### `r7iz.metal-16xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7g| + |karpenter.k8s.aws/instance-family|r7iz| |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal-16xl| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7g.metal| + |node.kubernetes.io/instance-type|r7iz.metal-16xl| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| + |memory|476504Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `r7iz.32xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r7iz| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r7iz.32xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r7gd Family -### `r7gd.medium` +### `r7iz.metal-32xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r7iz| + |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|metal-32xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r7iz.metal-32xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|127610m| + |ephemeral-storage|17Gi| + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## r8a Family +### `r8a.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-network-bandwidth|520| |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.medium| + |node.kubernetes.io/instance-type|r8a.medium| #### Resources | Resource | Quantity | |--|--| |cpu|940m| |ephemeral-storage|17Gi| - |memory|7075Mi| + |memory|7134Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `r7gd.large` +### `r8a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.large| + |node.kubernetes.io/instance-type|r8a.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| - |pods|29| + |memory|14151Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `r7gd.xlarge` +### `r8a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1876| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.xlarge| + |node.kubernetes.io/instance-type|r8a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| + |memory|29097Mi| + |pods|78| |vpc.amazonaws.com/pod-eni|18| -### `r7gd.2xlarge` +### `r8a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.2xlarge| + |node.kubernetes.io/instance-type|r8a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| + |memory|58527Mi| + |pods|158| |vpc.amazonaws.com/pod-eni|38| -### `r7gd.4xlarge` +### `r8a.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.4xlarge| + |node.kubernetes.io/instance-type|r8a.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| + |memory|117432Mi| + |pods|314| |vpc.amazonaws.com/pod-eni|54| -### `r7gd.8xlarge` +### `r8a.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.8xlarge| + |node.kubernetes.io/instance-type|r8a.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r7gd.12xlarge` + |memory|237816Mi| + |pods|392| + |vpc.amazonaws.com/pod-eni|82| +### `r8a.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.12xlarge| + |node.kubernetes.io/instance-type|r8a.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360736Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r7gd.16xlarge` + |memory|355031Mi| + |pods|758| + |vpc.amazonaws.com/pod-eni|110| +### `r8a.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.16xlarge| + |node.kubernetes.io/instance-type|r8a.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| - |pods|737| + |memory|473501Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `r8a.24xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8a.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|715984Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `r8a.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|40000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8a.metal-24xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|715984Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `r8a.48xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8a.48xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1437890Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r7gd.metal` + |vpc.amazonaws.com/pod-eni|98| +### `r8a.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2600| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7gd| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8a| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|30000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7gd.metal| + |node.kubernetes.io/instance-type|r8a.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|476445Mi| - |pods|737| + |memory|1437890Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r7i Family -### `r7i.large` + |vpc.amazonaws.com/pod-eni|98| +## r8g Family +### `r8g.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |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|r8g.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r8g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.large| + |node.kubernetes.io/instance-type|r8g.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r7i.xlarge` +### `r8g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.xlarge| + |node.kubernetes.io/instance-type|r8g.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r7i.2xlarge` +### `r8g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.2xlarge| + |node.kubernetes.io/instance-type|r8g.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r7i.4xlarge` +### `r8g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.4xlarge| + |node.kubernetes.io/instance-type|r8g.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r7i.8xlarge` +### `r8g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.8xlarge| + |node.kubernetes.io/instance-type|r8g.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| + |memory|239495Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r7i.12xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r8g.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.12xlarge| + |node.kubernetes.io/instance-type|r8g.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360795Mi| + |memory|360736Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r7i.16xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r8g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.16xlarge| + |node.kubernetes.io/instance-type|r8g.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476504Mi| + |memory|476445Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r7i.24xlarge` +### `r8g.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.24xlarge| + |node.kubernetes.io/instance-type|r8g.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|718928Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r7i.metal-24xl` +### `r8g.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.metal-24xl| + |node.kubernetes.io/instance-type|r8g.metal-24xl| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|718987Mi| + |memory|718928Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r7i.48xlarge` +### `r8g.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.48xlarge| + |node.kubernetes.io/instance-type|r8g.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1446437Mi| + |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `r7i.metal-48xl` +### `r8g.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3200| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7i| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7i.metal-48xl| + |node.kubernetes.io/instance-type|r8g.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1446437Mi| + |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## r7iz Family -### `r7iz.large` +## r8gb Family +### `r8gb.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|2083| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8gb.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|7075Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `r8gb.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|781| + |karpenter.k8s.aws/instance-network-bandwidth|4166| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.large| + |node.kubernetes.io/instance-type|r8gb.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14481Mi| + |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r7iz.xlarge` +### `r8gb.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-network-bandwidth|8333| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.xlarge| + |node.kubernetes.io/instance-type|r8gb.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| + |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r7iz.2xlarge` +### `r8gb.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-network-bandwidth|16666| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.2xlarge| + |node.kubernetes.io/instance-type|r8gb.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59627Mi| + |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r7iz.4xlarge` +### `r8gb.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|25000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-network-bandwidth|33330| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.4xlarge| + |node.kubernetes.io/instance-type|r8gb.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118312Mi| + |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r7iz.8xlarge` +### `r8gb.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|50000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|12500| + |karpenter.k8s.aws/instance-network-bandwidth|66660| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.8xlarge| + |node.kubernetes.io/instance-type|r8gb.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239554Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r7iz.12xlarge` + |memory|238857Mi| + |pods|292| + |vpc.amazonaws.com/pod-eni|52| +### `r8gb.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|75000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.12xlarge| + |node.kubernetes.io/instance-type|r8gb.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360795Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r7iz.16xlarge` + |memory|359460Mi| + |pods|350| + |vpc.amazonaws.com/pod-eni|50| +### `r8gb.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-network-bandwidth|133330| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.16xlarge| + |node.kubernetes.io/instance-type|r8gb.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r7iz.metal-16xl` + |memory|475906Mi| + |pods|786| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| +### `r8gb.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8gb.24xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|95690m| + |ephemeral-storage|17Gi| + |memory|714077Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `r8gb.metal-24xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|150000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|metal-16xl| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|metal-24xl| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.metal-16xl| + |node.kubernetes.io/instance-type|r8gb.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|476504Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r7iz.32xlarge` + |memory|714077Mi| + |pods|1178| + |vpc.amazonaws.com/efa|1| +### `r8gb.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|48xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.32xlarge| + |node.kubernetes.io/instance-type|r8gb.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r7iz.metal-32xl` + |memory|1447995Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| +### `r8gb.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|300000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r7iz| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|metal-32xl| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|400000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r7iz.metal-32xl| + |node.kubernetes.io/instance-type|r8gb.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r8g Family -### `r8g.medium` + |memory|1447995Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| +## r8gd Family +### `r8gd.medium` #### Labels | Label | Value | |--|--| @@ -25206,15 +28972,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|59| |karpenter.k8s.aws/instance-memory|8192| |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|r8g.medium| + |node.kubernetes.io/instance-type|r8gd.medium| #### Resources | Resource | Quantity | |--|--| @@ -25223,7 +28990,7 @@ below are the resources available with some assumptions and after the instance o |memory|7075Mi| |pods|8| |vpc.amazonaws.com/pod-eni|4| -### `r8g.large` +### `r8gd.large` #### Labels | Label | Value | |--|--| @@ -25234,15 +29001,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| |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|r8g.large| + |node.kubernetes.io/instance-type|r8gd.large| #### Resources | Resource | Quantity | |--|--| @@ -25251,7 +29019,7 @@ below are the resources available with some assumptions and after the instance o |memory|14422Mi| |pods|29| |vpc.amazonaws.com/pod-eni|9| -### `r8g.xlarge` +### `r8gd.xlarge` #### Labels | Label | Value | |--|--| @@ -25262,15 +29030,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8g.xlarge| + |node.kubernetes.io/instance-type|r8gd.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25279,7 +29048,7 @@ below are the resources available with some assumptions and after the instance o |memory|29258Mi| |pods|58| |vpc.amazonaws.com/pod-eni|18| -### `r8g.2xlarge` +### `r8gd.2xlarge` #### Labels | Label | Value | |--|--| @@ -25290,15 +29059,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| |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|r8g.2xlarge| + |node.kubernetes.io/instance-type|r8gd.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25307,7 +29077,7 @@ below are the resources available with some assumptions and after the instance o |memory|59568Mi| |pods|58| |vpc.amazonaws.com/pod-eni|38| -### `r8g.4xlarge` +### `r8gd.4xlarge` #### Labels | Label | Value | |--|--| @@ -25318,15 +29088,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| |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|r8g.4xlarge| + |node.kubernetes.io/instance-type|r8gd.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25335,7 +29106,7 @@ below are the resources available with some assumptions and after the instance o |memory|118253Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r8g.8xlarge` +### `r8gd.8xlarge` #### Labels | Label | Value | |--|--| @@ -25346,15 +29117,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| |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|r8g.8xlarge| + |node.kubernetes.io/instance-type|r8gd.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25363,7 +29135,7 @@ below are the resources available with some assumptions and after the instance o |memory|239495Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r8g.12xlarge` +### `r8gd.12xlarge` #### Labels | Label | Value | |--|--| @@ -25374,15 +29146,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| |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|r8g.12xlarge| + |node.kubernetes.io/instance-type|r8gd.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25391,7 +29164,7 @@ below are the resources available with some assumptions and after the instance o |memory|360736Mi| |pods|234| |vpc.amazonaws.com/pod-eni|54| -### `r8g.16xlarge` +### `r8gd.16xlarge` #### Labels | Label | Value | |--|--| @@ -25402,15 +29175,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| |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|r8g.16xlarge| + |node.kubernetes.io/instance-type|r8gd.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25419,7 +29193,7 @@ below are the resources available with some assumptions and after the instance o |memory|476445Mi| |pods|737| |vpc.amazonaws.com/pod-eni|107| -### `r8g.24xlarge` +### `r8gd.24xlarge` #### Labels | Label | Value | |--|--| @@ -25430,15 +29204,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| |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|r8g.24xlarge| + |node.kubernetes.io/instance-type|r8gd.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25448,7 +29223,7 @@ 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| -### `r8g.metal-24xl` +### `r8gd.metal-24xl` #### Labels | Label | Value | |--|--| @@ -25459,15 +29234,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| |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|r8g.metal-24xl| + |node.kubernetes.io/instance-type|r8gd.metal-24xl| #### Resources | Resource | Quantity | |--|--| @@ -25477,7 +29253,7 @@ 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| -### `r8g.48xlarge` +### `r8gd.48xlarge` #### Labels | Label | Value | |--|--| @@ -25488,15 +29264,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| |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|r8g.48xlarge| + |node.kubernetes.io/instance-type|r8gd.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25506,7 +29283,7 @@ 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| -### `r8g.metal-48xl` +### `r8gd.metal-48xl` #### Labels | Label | Value | |--|--| @@ -25517,15 +29294,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8g| + |karpenter.k8s.aws/instance-family|r8gd| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| |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|r8g.metal-48xl| + |node.kubernetes.io/instance-type|r8gd.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -25535,8 +29313,8 @@ 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| -## r8gb Family -### `r8gb.medium` +## r8gn Family +### `r8gn.medium` #### Labels | Label | Value | |--|--| @@ -25545,16 +29323,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|1| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|3125| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.medium| + |node.kubernetes.io/instance-type|r8gn.medium| #### Resources | Resource | Quantity | |--|--| @@ -25562,7 +29341,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|7075Mi| |pods|8| -### `r8gb.large` + |vpc.amazonaws.com/pod-eni|4| +### `r8gn.large` #### Labels | Label | Value | |--|--| @@ -25571,16 +29351,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|6250| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.large| + |node.kubernetes.io/instance-type|r8gn.large| #### Resources | Resource | Quantity | |--|--| @@ -25588,7 +29369,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|14422Mi| |pods|29| -### `r8gb.xlarge` + |vpc.amazonaws.com/pod-eni|9| +### `r8gn.xlarge` #### Labels | Label | Value | |--|--| @@ -25597,16 +29379,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.xlarge| + |node.kubernetes.io/instance-type|r8gn.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25614,7 +29397,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|29258Mi| |pods|58| -### `r8gb.2xlarge` + |vpc.amazonaws.com/pod-eni|18| +### `r8gn.2xlarge` #### Labels | Label | Value | |--|--| @@ -25623,16 +29407,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.2xlarge| + |node.kubernetes.io/instance-type|r8gn.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25640,7 +29425,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|59568Mi| |pods|58| -### `r8gb.4xlarge` + |vpc.amazonaws.com/pod-eni|38| +### `r8gn.4xlarge` #### Labels | Label | Value | |--|--| @@ -25649,16 +29435,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|25000| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.4xlarge| + |node.kubernetes.io/instance-type|r8gn.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25666,7 +29453,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|118253Mi| |pods|234| -### `r8gb.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `r8gn.8xlarge` #### Labels | Label | Value | |--|--| @@ -25675,16 +29463,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|50000| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.8xlarge| + |node.kubernetes.io/instance-type|r8gn.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25692,7 +29481,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|238857Mi| |pods|292| -### `r8gb.12xlarge` + |vpc.amazonaws.com/pod-eni|52| +### `r8gn.12xlarge` #### Labels | Label | Value | |--|--| @@ -25701,16 +29491,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|48| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|75000| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|150000| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.12xlarge| + |node.kubernetes.io/instance-type|r8gn.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25718,7 +29509,8 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|359460Mi| |pods|350| -### `r8gb.16xlarge` + |vpc.amazonaws.com/pod-eni|50| +### `r8gn.16xlarge` #### Labels | Label | Value | |--|--| @@ -25727,16 +29519,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|200000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.16xlarge| + |node.kubernetes.io/instance-type|r8gn.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25745,7 +29538,8 @@ below are the resources available with some assumptions and after the instance o |memory|475906Mi| |pods|786| |vpc.amazonaws.com/efa|1| -### `r8gb.24xlarge` + |vpc.amazonaws.com/pod-eni|106| +### `r8gn.24xlarge` #### Labels | Label | Value | |--|--| @@ -25754,16 +29548,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|150000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.24xlarge| + |node.kubernetes.io/instance-type|r8gn.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -25772,7 +29567,8 @@ below are the resources available with some assumptions and after the instance o |memory|714077Mi| |pods|1178| |vpc.amazonaws.com/efa|1| -### `r8gb.metal-24xl` + |vpc.amazonaws.com/pod-eni|98| +### `r8gn.metal-24xl` #### Labels | Label | Value | |--|--| @@ -25781,16 +29577,17 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|150000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gb| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|300000| |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gb.metal-24xl| + |node.kubernetes.io/instance-type|r8gn.metal-24xl| #### Resources | Resource | Quantity | |--|--| @@ -25799,679 +29596,631 @@ below are the resources available with some assumptions and after the instance o |memory|714077Mi| |pods|1178| |vpc.amazonaws.com/efa|1| -## r8gd Family -### `r8gd.medium` +### `r8gn.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8gn| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|520| - |karpenter.k8s.aws/instance-size|medium| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.medium| + |node.kubernetes.io/instance-type|r8gn.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|7075Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r8gd.large` + |memory|1447995Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|98| +### `r8gn.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |karpenter.k8s.aws/instance-ebs-bandwidth|120000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|600000| + |karpenter.k8s.aws/instance-size|metal-48xl| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8gn.metal-48xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|191450m| + |ephemeral-storage|17Gi| + |memory|1447995Mi| + |pods|590| + |vpc.amazonaws.com/efa|2| +## r8i Family +### `r8i.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.large| + |node.kubernetes.io/instance-type|r8i.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| - |pods|29| + |memory|14151Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `r8gd.xlarge` +### `r8i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.xlarge| + |node.kubernetes.io/instance-type|r8i.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| + |memory|28657Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|18| -### `r8gd.2xlarge` +### `r8i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.2xlarge| + |node.kubernetes.io/instance-type|r8i.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| + |memory|58967Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|38| -### `r8gd.4xlarge` +### `r8i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.4xlarge| + |node.kubernetes.io/instance-type|r8i.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| + |memory|116552Mi| + |pods|394| |vpc.amazonaws.com/pod-eni|54| -### `r8gd.8xlarge` +### `r8i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.8xlarge| + |node.kubernetes.io/instance-type|r8i.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|239495Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r8gd.12xlarge` + |memory|236716Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `r8i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.12xlarge| + |node.kubernetes.io/instance-type|r8i.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|360736Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r8gd.16xlarge` + |memory|356879Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `r8i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.16xlarge| + |node.kubernetes.io/instance-type|r8i.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|476445Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r8gd.24xlarge` + |memory|473501Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `r8i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.24xlarge| + |node.kubernetes.io/instance-type|r8i.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r8gd.metal-24xl` + |memory|715984Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `r8i.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|40000| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.metal-24xl| + |node.kubernetes.io/instance-type|r8i.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|718928Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r8gd.48xlarge` + |memory|952923Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `r8i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.48xlarge| + |node.kubernetes.io/instance-type|r8i.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1446378Mi| - |pods|737| + |memory|1437890Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `r8gd.metal-48xl` + |vpc.amazonaws.com/pod-eni|98| +### `r8i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gd| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gd.metal-48xl| + |node.kubernetes.io/instance-type|r8i.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|1446378Mi| - |pods|737| + |memory|1437890Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## r8gn Family -### `r8gn.medium` + |vpc.amazonaws.com/pod-eni|98| +### `r8i.96xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.medium| + |node.kubernetes.io/instance-type|r8i.96xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|382970m| |ephemeral-storage|17Gi| - |memory|7075Mi| - |pods|8| -### `r8gn.large` + |memory|2892789Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `r8i.metal-96xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-96xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|r8i.metal-96xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|382970m| + |ephemeral-storage|17Gi| + |memory|2892789Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +## r8i-flex Family +### `r8i-flex.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|true| + |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|468| |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.large| + |node.kubernetes.io/instance-type|r8i-flex.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14422Mi| - |pods|29| -### `r8gn.xlarge` + |memory|14151Mi| + |pods|59| + |vpc.amazonaws.com/pod-eni|3| +### `r8i-flex.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |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|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.xlarge| + |node.kubernetes.io/instance-type|r8i-flex.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| -### `r8gn.2xlarge` + |memory|28657Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|8| +### `r8i-flex.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.2xlarge| + |node.kubernetes.io/instance-type|r8i-flex.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| -### `r8gn.4xlarge` + |memory|58967Mi| + |pods|118| + |vpc.amazonaws.com/pod-eni|18| +### `r8i-flex.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |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|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.4xlarge| + |node.kubernetes.io/instance-type|r8i-flex.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|118253Mi| - |pods|234| -### `r8gn.8xlarge` + |memory|116552Mi| + |pods|394| + |vpc.amazonaws.com/pod-eni|34| +### `r8i-flex.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |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|8xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.8xlarge| + |node.kubernetes.io/instance-type|r8i-flex.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|238857Mi| - |pods|292| -### `r8gn.12xlarge` + |memory|236716Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|52| +### `r8i-flex.12xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|11250| |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.12xlarge| + |node.kubernetes.io/instance-type|r8i-flex.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|359460Mi| - |pods|350| -### `r8gn.16xlarge` + |memory|356879Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `r8i-flex.16xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-capability-flex|true| |karpenter.k8s.aws/instance-category|r| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| + |karpenter.k8s.aws/instance-family|r8i-flex| |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|16xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.16xlarge| + |node.kubernetes.io/instance-type|r8i-flex.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|475906Mi| - |pods|786| - |vpc.amazonaws.com/efa|1| -### `r8gn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|714077Mi| - |pods|1178| - |vpc.amazonaws.com/efa|1| -### `r8gn.metal-24xl` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-size|metal-24xl| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.metal-24xl| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95690m| - |ephemeral-storage|17Gi| - |memory|714077Mi| - |pods|1178| - |vpc.amazonaws.com/efa|1| -### `r8gn.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191450m| - |ephemeral-storage|17Gi| - |memory|1447995Mi| - |pods|590| - |vpc.amazonaws.com/efa|2| -### `r8gn.metal-48xl` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8gn| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8gn.metal-48xl| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191450m| - |ephemeral-storage|17Gi| - |memory|1447995Mi| - |pods|590| - |vpc.amazonaws.com/efa|2| -## r8i Family -### `r8i.large` + |memory|473501Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +## r8id Family +### `r8id.large` #### Labels | Label | Value | |--|--| @@ -26482,15 +30231,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|118| |karpenter.k8s.aws/instance-memory|16384| |karpenter.k8s.aws/instance-network-bandwidth|937| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.large| + |node.kubernetes.io/instance-type|r8id.large| #### Resources | Resource | Quantity | |--|--| @@ -26499,7 +30249,7 @@ below are the resources available with some assumptions and after the instance o |memory|14151Mi| |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `r8i.xlarge` +### `r8id.xlarge` #### Labels | Label | Value | |--|--| @@ -26510,15 +30260,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|237| |karpenter.k8s.aws/instance-memory|32768| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.xlarge| + |node.kubernetes.io/instance-type|r8id.xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26527,7 +30278,7 @@ below are the resources available with some assumptions and after the instance o |memory|28657Mi| |pods|118| |vpc.amazonaws.com/pod-eni|18| -### `r8i.2xlarge` +### `r8id.2xlarge` #### Labels | Label | Value | |--|--| @@ -26538,15 +30289,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|474| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|3750| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.2xlarge| + |node.kubernetes.io/instance-type|r8id.2xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26555,7 +30307,7 @@ below are the resources available with some assumptions and after the instance o |memory|58967Mi| |pods|118| |vpc.amazonaws.com/pod-eni|38| -### `r8i.4xlarge` +### `r8id.4xlarge` #### Labels | Label | Value | |--|--| @@ -26566,15 +30318,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|950| |karpenter.k8s.aws/instance-memory|131072| |karpenter.k8s.aws/instance-network-bandwidth|7500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.4xlarge| + |node.kubernetes.io/instance-type|r8id.4xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26583,7 +30336,7 @@ below are the resources available with some assumptions and after the instance o |memory|116552Mi| |pods|394| |vpc.amazonaws.com/pod-eni|54| -### `r8i.8xlarge` +### `r8id.8xlarge` #### Labels | Label | Value | |--|--| @@ -26594,15 +30347,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1900| |karpenter.k8s.aws/instance-memory|262144| |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.8xlarge| + |node.kubernetes.io/instance-type|r8id.8xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26611,7 +30365,7 @@ below are the resources available with some assumptions and after the instance o |memory|236716Mi| |pods|492| |vpc.amazonaws.com/pod-eni|82| -### `r8i.12xlarge` +### `r8id.12xlarge` #### Labels | Label | Value | |--|--| @@ -26622,15 +30376,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|2850| |karpenter.k8s.aws/instance-memory|393216| |karpenter.k8s.aws/instance-network-bandwidth|22500| |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.12xlarge| + |node.kubernetes.io/instance-type|r8id.12xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26639,7 +30394,7 @@ below are the resources available with some assumptions and after the instance o |memory|356879Mi| |pods|590| |vpc.amazonaws.com/pod-eni|110| -### `r8i.16xlarge` +### `r8id.16xlarge` #### Labels | Label | Value | |--|--| @@ -26650,15 +30405,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|3800| |karpenter.k8s.aws/instance-memory|524288| |karpenter.k8s.aws/instance-network-bandwidth|30000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.16xlarge| + |node.kubernetes.io/instance-type|r8id.16xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26667,7 +30423,7 @@ below are the resources available with some assumptions and after the instance o |memory|473501Mi| |pods|1010| |vpc.amazonaws.com/pod-eni|106| -### `r8i.24xlarge` +### `r8id.24xlarge` #### Labels | Label | Value | |--|--| @@ -26678,15 +30434,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|5700| |karpenter.k8s.aws/instance-memory|786432| |karpenter.k8s.aws/instance-network-bandwidth|40000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.24xlarge| + |node.kubernetes.io/instance-type|r8id.24xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26695,7 +30452,7 @@ below are the resources available with some assumptions and after the instance o |memory|715984Mi| |pods|1010| |vpc.amazonaws.com/pod-eni|106| -### `r8i.32xlarge` +### `r8id.32xlarge` #### Labels | Label | Value | |--|--| @@ -26706,15 +30463,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|7600| |karpenter.k8s.aws/instance-memory|1048576| |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.32xlarge| + |node.kubernetes.io/instance-type|r8id.32xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26723,7 +30481,7 @@ below are the resources available with some assumptions and after the instance o |memory|952923Mi| |pods|1514| |vpc.amazonaws.com/pod-eni|98| -### `r8i.48xlarge` +### `r8id.48xlarge` #### Labels | Label | Value | |--|--| @@ -26734,15 +30492,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.48xlarge| + |node.kubernetes.io/instance-type|r8id.48xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26752,7 +30511,7 @@ below are the resources available with some assumptions and after the instance o |pods|1514| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|98| -### `r8i.metal-48xl` +### `r8id.metal-48xl` #### Labels | Label | Value | |--|--| @@ -26763,15 +30522,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|11400| |karpenter.k8s.aws/instance-memory|1572864| |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.metal-48xl| + |node.kubernetes.io/instance-type|r8id.metal-48xl| #### Resources | Resource | Quantity | |--|--| @@ -26781,7 +30541,7 @@ below are the resources available with some assumptions and after the instance o |pods|1514| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|98| -### `r8i.96xlarge` +### `r8id.96xlarge` #### Labels | Label | Value | |--|--| @@ -26792,15 +30552,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|96xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.96xlarge| + |node.kubernetes.io/instance-type|r8id.96xlarge| #### Resources | Resource | Quantity | |--|--| @@ -26810,7 +30571,7 @@ below are the resources available with some assumptions and after the instance o |pods|1514| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|98| -### `r8i.metal-96xl` +### `r8id.metal-96xl` #### Labels | Label | Value | |--|--| @@ -26821,15 +30582,16 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |karpenter.k8s.aws/instance-ebs-bandwidth|80000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i| + |karpenter.k8s.aws/instance-family|r8id| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|22800| |karpenter.k8s.aws/instance-memory|3145728| |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal-96xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i.metal-96xl| + |node.kubernetes.io/instance-type|r8id.metal-96xl| #### Resources | Resource | Quantity | |--|--| @@ -26839,323 +30601,500 @@ below are the resources available with some assumptions and after the instance o |pods|1514| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|98| -## r8i-flex Family -### `r8i-flex.large` +## t1 Family +### `t1.micro` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|627| + |karpenter.k8s.aws/instance-size|micro| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t1.micro| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|180Mi| + |pods|4| +## t2 Family +### `t2.nano` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|512| + |karpenter.k8s.aws/instance-size|nano| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.nano| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|74Mi| + |pods|4| +### `t2.micro` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|1024| + |karpenter.k8s.aws/instance-size|micro| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.micro| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|548Mi| + |pods|4| +### `t2.small` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|2048| + |karpenter.k8s.aws/instance-size|small| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.small| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|940m| + |ephemeral-storage|17Gi| + |memory|1418Mi| + |pods|11| +### `t2.medium` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|468| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|3246Mi| + |pods|17| +### `t2.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|8192| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.large| + |node.kubernetes.io/instance-type|t2.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|14151Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|3| -### `r8i-flex.xlarge` + |memory|6837Mi| + |pods|35| +### `t2.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|14316Mi| + |pods|44| +### `t2.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t2| + |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t2.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|29471Mi| + |pods|44| +## t3 Family +### `t3.nano` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|937| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-memory|512| + |karpenter.k8s.aws/instance-network-bandwidth|32| + |karpenter.k8s.aws/instance-size|nano| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.xlarge| + |node.kubernetes.io/instance-type|t3.nano| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|28657Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|8| -### `r8i-flex.2xlarge` + |memory|74Mi| + |pods|4| +### `t3.micro` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|1024| + |karpenter.k8s.aws/instance-network-bandwidth|64| + |karpenter.k8s.aws/instance-size|micro| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.2xlarge| + |node.kubernetes.io/instance-type|t3.micro| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|58967Mi| - |pods|118| - |vpc.amazonaws.com/pod-eni|18| -### `r8i-flex.4xlarge` + |memory|548Mi| + |pods|4| +### `t3.small` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|3750| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-memory|2048| + |karpenter.k8s.aws/instance-network-bandwidth|128| + |karpenter.k8s.aws/instance-size|small| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.4xlarge| + |node.kubernetes.io/instance-type|t3.small| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|116552Mi| - |pods|394| - |vpc.amazonaws.com/pod-eni|34| -### `r8i-flex.8xlarge` + |memory|1418Mi| + |pods|11| +### `t3.medium` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|7500| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|256| + |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.8xlarge| + |node.kubernetes.io/instance-type|t3.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|236716Mi| - |pods|492| - |vpc.amazonaws.com/pod-eni|52| -### `r8i-flex.12xlarge` + |memory|3246Mi| + |pods|17| +### `t3.large` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|15000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-network-bandwidth|11250| - |karpenter.k8s.aws/instance-size|12xlarge| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|512| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.12xlarge| + |node.kubernetes.io/instance-type|t3.large| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|356879Mi| - |pods|590| - |vpc.amazonaws.com/pod-eni|110| -### `r8i-flex.16xlarge` + |memory|6837Mi| + |pods|35| +### `t3.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-capability-flex|true| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|r8i-flex| - |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|15000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1024| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r8i-flex.16xlarge| + |node.kubernetes.io/instance-type|t3.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|473501Mi| - |pods|1010| - |vpc.amazonaws.com/pod-eni|106| -## t1 Family -### `t1.micro` + |memory|14162Mi| + |pods|58| +### `t3.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|0| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|627| - |karpenter.k8s.aws/instance-size|micro| + |karpenter.k8s.aws/instance-family|t3| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2048| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t1.micro| + |node.kubernetes.io/instance-type|t3.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|180Mi| - |pods|4| -## t2 Family -### `t2.nano` + |memory|29317Mi| + |pods|58| +## t3a Family +### `t3a.nano` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2400| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|512| + |karpenter.k8s.aws/instance-network-bandwidth|32| |karpenter.k8s.aws/instance-size|nano| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.nano| + |node.kubernetes.io/instance-type|t3a.nano| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|1930m| |ephemeral-storage|17Gi| |memory|74Mi| |pods|4| -### `t2.micro` +### `t3a.micro` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1024| + |karpenter.k8s.aws/instance-network-bandwidth|64| |karpenter.k8s.aws/instance-size|micro| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.micro| + |node.kubernetes.io/instance-type|t3a.micro| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|1930m| |ephemeral-storage|17Gi| |memory|548Mi| |pods|4| -### `t2.small` +### `t3a.small` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|2048| + |karpenter.k8s.aws/instance-network-bandwidth|128| |karpenter.k8s.aws/instance-size|small| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.small| + |node.kubernetes.io/instance-type|t3a.small| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|1418Mi| - |pods|11| -### `t2.medium` + |memory|1451Mi| + |pods|8| +### `t3a.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|256| |karpenter.k8s.aws/instance-size|medium| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.medium| + |node.kubernetes.io/instance-type|t3a.medium| #### Resources | Resource | Quantity | |--|--| @@ -27163,24 +31102,26 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|3246Mi| |pods|17| -### `t2.large` +### `t3a.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|512| |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| + |node.kubernetes.io/instance-type|t3a.large| #### Resources | Resource | Quantity | |--|--| @@ -27188,1174 +31129,1342 @@ below are the resources available with some assumptions and after the instance o |ephemeral-storage|17Gi| |memory|6837Mi| |pods|35| -### `t2.xlarge` +### `t3a.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1024| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.xlarge| + |node.kubernetes.io/instance-type|t3a.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|14316Mi| - |pods|44| -### `t2.2xlarge` + |memory|14162Mi| + |pods|58| +### `t3a.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-family|t3a| + |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2048| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.2xlarge| + |node.kubernetes.io/instance-type|t3a.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|29471Mi| - |pods|44| -## t3 Family -### `t3.nano` + |memory|29317Mi| + |pods|58| +## t4g Family +### `t4g.nano` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|512| |karpenter.k8s.aws/instance-network-bandwidth|32| |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| + |node.kubernetes.io/instance-type|t4g.nano| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|74Mi| + |memory|15Mi| |pods|4| -### `t3.micro` +### `t4g.micro` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|1024| |karpenter.k8s.aws/instance-network-bandwidth|64| |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| + |node.kubernetes.io/instance-type|t4g.micro| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|548Mi| + |memory|489Mi| |pods|4| -### `t3.small` +### `t4g.small` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|2048| |karpenter.k8s.aws/instance-network-bandwidth|128| |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| + |node.kubernetes.io/instance-type|t4g.small| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|1418Mi| + |memory|1359Mi| |pods|11| -### `t3.medium` +### `t4g.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|t| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| |karpenter.k8s.aws/instance-ebs-bandwidth|2085| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4096| + |karpenter.k8s.aws/instance-network-bandwidth|256| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t4g.medium| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|3187Mi| + |pods|17| +### `t4g.large` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|8192| + |karpenter.k8s.aws/instance-network-bandwidth|512| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t4g.large| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|1930m| + |ephemeral-storage|17Gi| + |memory|6778Mi| + |pods|35| +### `t4g.xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|1024| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t4g.xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|3920m| + |ephemeral-storage|17Gi| + |memory|14103Mi| + |pods|58| +### `t4g.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|t| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|t4g| + |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|2048| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|t4g.2xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|7910m| + |ephemeral-storage|17Gi| + |memory|29258Mi| + |pods|58| +## trn1 Family +### `trn1.2xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-accelerator-count|1| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|trainium| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|trn| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|trn1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|256| - |karpenter.k8s.aws/instance-size|medium| + |karpenter.k8s.aws/instance-local-nvme|474| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| + |node.kubernetes.io/instance-type|trn1.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |aws.amazon.com/neuron|1| + |aws.amazon.com/neuroncore|2| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|3246Mi| - |pods|17| -### `t3.large` + |memory|29317Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|17| +### `trn1.32xlarge` #### Labels | Label | Value | |--|--| + |karpenter.k8s.aws/instance-accelerator-count|16| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|trainium| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-category|trn| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|trn1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|512| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|800000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| + |node.kubernetes.io/instance-type|trn1.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |aws.amazon.com/neuron|16| + |aws.amazon.com/neuroncore|32| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|6837Mi| - |pods|35| -### `t3.xlarge` + |memory|481894Mi| + |pods|247| + |vpc.amazonaws.com/efa|8| + |vpc.amazonaws.com/pod-eni|82| +## trn1n Family +### `trn1n.32xlarge` #### Labels | Label | Value | |--|--| + |karpenter.k8s.aws/instance-accelerator-count|16| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|trainium| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-category|trn| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|trn1n| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1024| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|1600000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| + |node.kubernetes.io/instance-type|trn1n.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |aws.amazon.com/neuron|16| + |aws.amazon.com/neuroncore|32| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| -### `t3.2xlarge` + |memory|481894Mi| + |pods|247| + |vpc.amazonaws.com/efa|16| + |vpc.amazonaws.com/pod-eni|120| +## trn2 Family +### `trn2.48xlarge` #### Labels | Label | Value | |--|--| + |karpenter.k8s.aws/instance-accelerator-count|16| + |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| + |karpenter.k8s.aws/instance-accelerator-name|trainium2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-category|trn| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|trn2| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2048| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|3200000| + |karpenter.k8s.aws/instance-size|48xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| + |node.kubernetes.io/instance-type|trn2.48xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |aws.amazon.com/neuron|16| + |aws.amazon.com/neuroncore|128| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| -## t3a Family -### `t3a.nano` + |memory|1938410Mi| + |pods|100| + |vpc.amazonaws.com/efa|16| +## u-3tb1 Family +### `u-3tb1.56xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|224| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u-3tb1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-network-bandwidth|32| - |karpenter.k8s.aws/instance-size|nano| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|56xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| + |node.kubernetes.io/instance-type|u-3tb1.56xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|223370m| |ephemeral-storage|17Gi| - |memory|74Mi| - |pods|4| -### `t3a.micro` + |memory|2906869Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|6| +## u-6tb1 Family +### `u-6tb1.56xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|224| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| + |karpenter.k8s.aws/instance-ebs-bandwidth|38000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u-6tb1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-network-bandwidth|64| - |karpenter.k8s.aws/instance-size|micro| + |karpenter.k8s.aws/instance-memory|6291456| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|56xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| + |node.kubernetes.io/instance-type|u-6tb1.56xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|223370m| |ephemeral-storage|17Gi| - |memory|548Mi| - |pods|4| -### `t3a.small` + |memory|5811134Mi| + |pods|737| +### `u-6tb1.112xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|448| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| + |karpenter.k8s.aws/instance-ebs-bandwidth|38000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u-6tb1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-network-bandwidth|128| - |karpenter.k8s.aws/instance-size|small| + |karpenter.k8s.aws/instance-memory|6291456| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|112xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| + |node.kubernetes.io/instance-type|u-6tb1.112xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|446810m| |ephemeral-storage|17Gi| - |memory|1451Mi| - |pods|8| -### `t3a.medium` + |memory|5811134Mi| + |pods|737| +## u7i-12tb Family +### `u7i-12tb.224xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|896| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7i-12tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|256| - |karpenter.k8s.aws/instance-size|medium| + |karpenter.k8s.aws/instance-memory|12582912| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|224xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| + |node.kubernetes.io/instance-type|u7i-12tb.224xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|893690m| |ephemeral-storage|17Gi| - |memory|3246Mi| - |pods|17| -### `t3a.large` + |memory|11630731Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## u7i-6tb Family +### `u7i-6tb.112xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|448| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7i-6tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|512| - |karpenter.k8s.aws/instance-size|large| + |karpenter.k8s.aws/instance-memory|6291456| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|112xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| + |node.kubernetes.io/instance-type|u7i-6tb.112xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|446810m| |ephemeral-storage|17Gi| - |memory|6837Mi| - |pods|35| -### `t3a.xlarge` + |memory|5811134Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## u7i-8tb Family +### `u7i-8tb.112xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|448| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7i-8tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1024| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-memory|8388608| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|112xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| + |node.kubernetes.io/instance-type|u7i-8tb.112xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|446810m| |ephemeral-storage|17Gi| - |memory|14162Mi| - |pods|58| -### `t3a.2xlarge` + |memory|7751000Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## u7in-16tb Family +### `u7in-16tb.224xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|amd| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2200| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t3a| - |karpenter.k8s.aws/instance-generation|3| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|896| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7in-16tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2048| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-memory|16777216| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|224xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| + |node.kubernetes.io/instance-type|u7in-16tb.224xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|893690m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| -## t4g Family -### `t4g.nano` + |memory|15514235Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## u7in-24tb Family +### `u7in-24tb.224xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|896| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7in-24tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-network-bandwidth|32| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|25165824| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|224xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| + |node.kubernetes.io/instance-type|u7in-24tb.224xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|893690m| |ephemeral-storage|17Gi| - |memory|15Mi| - |pods|4| -### `t4g.micro` + |memory|23273698Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## u7in-32tb Family +### `u7in-32tb.224xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-category|u| + |karpenter.k8s.aws/instance-cpu|896| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| + |karpenter.k8s.aws/instance-ebs-bandwidth|100000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|u7in-32tb| + |karpenter.k8s.aws/instance-generation|7| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-network-bandwidth|64| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|33554432| + |karpenter.k8s.aws/instance-network-bandwidth|200000| + |karpenter.k8s.aws/instance-size|224xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| + |node.kubernetes.io/instance-type|u7in-32tb.224xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|893690m| |ephemeral-storage|17Gi| - |memory|489Mi| - |pods|4| -### `t4g.small` + |memory|31033160Mi| + |pods|394| + |vpc.amazonaws.com/efa|2| + |vpc.amazonaws.com/pod-eni|106| +## vt1 Family +### `vt1.3xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-category|vt| + |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|vt1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-network-bandwidth|128| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|24576| + |karpenter.k8s.aws/instance-network-bandwidth|3120| + |karpenter.k8s.aws/instance-size|3xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| + |node.kubernetes.io/instance-type|vt1.3xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|11900m| |ephemeral-storage|17Gi| - |memory|1359Mi| - |pods|11| -### `t4g.medium` + |memory|21739Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `vt1.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-category|vt| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2085| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|vt1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-network-bandwidth|256| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|49152| + |karpenter.k8s.aws/instance-network-bandwidth|6250| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.medium| + |node.kubernetes.io/instance-type|vt1.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|3187Mi| - |pods|17| -### `t4g.large` + |memory|42536Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `vt1.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-category|vt| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|vt1| + |karpenter.k8s.aws/instance-generation|1| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-network-bandwidth|512| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|196608| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.large| + |node.kubernetes.io/instance-type|vt1.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|6778Mi| - |pods|35| -### `t4g.xlarge` + |memory|173400Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## x1 Family +### `x1.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|1024| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-family|x1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|999424| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.xlarge| + |node.kubernetes.io/instance-type|x1.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|14103Mi| - |pods|58| -### `t4g.2xlarge` + |memory|921538Mi| + |pods|234| +### `x1.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|2780| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|t4g| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|2048| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-family|x1| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|1998848| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.2xlarge| + |node.kubernetes.io/instance-type|x1.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|29258Mi| - |pods|58| -## trn1 Family -### `trn1.2xlarge` + |memory|1846005Mi| + |pods|234| +## x1e Family +### `x1e.xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|1| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|trainium| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|trn1| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|3125| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|124928| + |karpenter.k8s.aws/instance-network-bandwidth|625| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.2xlarge| + |node.kubernetes.io/instance-type|x1e.xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|1| - |aws.amazon.com/neuroncore|2| - |cpu|7910m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|29317Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `trn1.32xlarge` + |memory|114884Mi| + |pods|29| +### `x1e.2xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|16| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|trainium| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|trn1| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|800000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|249856| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.32xlarge| + |node.kubernetes.io/instance-type|x1e.2xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|16| - |aws.amazon.com/neuroncore|32| - |cpu|127610m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|481894Mi| - |pods|247| - |vpc.amazonaws.com/efa|8| - |vpc.amazonaws.com/pod-eni|82| -## trn1n Family -### `trn1n.32xlarge` + |memory|230123Mi| + |pods|58| +### `x1e.4xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|16| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|trainium| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|trn1n| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|1750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|1600000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|499712| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1n.32xlarge| + |node.kubernetes.io/instance-type|x1e.4xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|16| - |aws.amazon.com/neuroncore|32| - |cpu|127610m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|481894Mi| - |pods|247| - |vpc.amazonaws.com/efa|16| - |vpc.amazonaws.com/pod-eni|120| -## trn2 Family -### `trn2.48xlarge` + |memory|461240Mi| + |pods|58| +### `x1e.8xlarge` #### Labels | Label | Value | |--|--| - |karpenter.k8s.aws/instance-accelerator-count|16| - |karpenter.k8s.aws/instance-accelerator-manufacturer|aws| - |karpenter.k8s.aws/instance-accelerator-name|trainium2| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|trn2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|3200000| - |karpenter.k8s.aws/instance-size|48xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|3500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| + |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|999424| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn2.48xlarge| + |node.kubernetes.io/instance-type|x1e.8xlarge| #### Resources | Resource | Quantity | |--|--| - |aws.amazon.com/neuron|16| - |aws.amazon.com/neuroncore|128| - |cpu|191450m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|1938410Mi| - |pods|100| - |vpc.amazonaws.com/efa|16| -## u-3tb1 Family -### `u-3tb1.56xlarge` + |memory|923474Mi| + |pods|58| +### `x1e.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u-3tb1| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|7000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|56xlarge| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|1998848| + |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| + |node.kubernetes.io/instance-type|x1e.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|223370m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|2906869Mi| + |memory|1846005Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## u-6tb1 Family -### `u-6tb1.56xlarge` +### `x1e.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| - |karpenter.k8s.aws/instance-ebs-bandwidth|38000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u-6tb1| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| + |karpenter.k8s.aws/instance-ebs-bandwidth|14000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x1e| |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|56xlarge| + |karpenter.k8s.aws/instance-hypervisor|xen| + |karpenter.k8s.aws/instance-memory|3997696| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| + |node.kubernetes.io/instance-type|x1e.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|223370m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|5811134Mi| - |pods|737| -### `u-6tb1.112xlarge` + |memory|3694939Mi| + |pods|234| +## x2gd Family +### `x2gd.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2100| - |karpenter.k8s.aws/instance-ebs-bandwidth|38000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|59| + |karpenter.k8s.aws/instance-memory|16384| + |karpenter.k8s.aws/instance-network-bandwidth|500| + |karpenter.k8s.aws/instance-size|medium| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| + |node.kubernetes.io/instance-type|x2gd.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|446810m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|5811134Mi| - |pods|737| -## u7i-12tb Family -### `u7i-12tb.224xlarge` + |memory|14653Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|10| +### `x2gd.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|896| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7i-12tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|224xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|118| + |karpenter.k8s.aws/instance-memory|32768| + |karpenter.k8s.aws/instance-network-bandwidth|750| + |karpenter.k8s.aws/instance-size|large| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7i-12tb.224xlarge| + |node.kubernetes.io/instance-type|x2gd.large| #### Resources | Resource | Quantity | |--|--| - |cpu|893690m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|11630731Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## u7i-6tb Family -### `u7i-6tb.112xlarge` + |memory|29577Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `x2gd.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7i-6tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|237| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7i-6tb.112xlarge| + |node.kubernetes.io/instance-type|x2gd.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|446810m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|5811134Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## u7i-8tb Family -### `u7i-8tb.112xlarge` + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `x2gd.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7i-8tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8388608| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|475| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-size|2xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7i-8tb.112xlarge| + |node.kubernetes.io/instance-type|x2gd.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|446810m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|7751000Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## u7in-16tb Family -### `u7in-16tb.224xlarge` + |memory|120189Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `x2gd.4xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-size|4xlarge| + |kubernetes.io/arch|arm64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x2gd.4xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|15890m| + |ephemeral-storage|17Gi| + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x2gd.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|896| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7in-16tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16777216| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|224xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|12000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7in-16tb.224xlarge| + |node.kubernetes.io/instance-type|x2gd.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|893690m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|15514235Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## u7in-24tb Family -### `u7in-24tb.224xlarge` + |memory|481978Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x2gd.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|896| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7in-24tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|14250| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|25165824| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|224xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|20000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7in-24tb.224xlarge| + |node.kubernetes.io/instance-type|x2gd.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|893690m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|23273698Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## u7in-32tb Family -### `u7in-32tb.224xlarge` + |memory|724461Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x2gd.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|896| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|1900| - |karpenter.k8s.aws/instance-ebs-bandwidth|100000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|u7in-32tb| - |karpenter.k8s.aws/instance-generation|7| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|33554432| - |karpenter.k8s.aws/instance-network-bandwidth|200000| - |karpenter.k8s.aws/instance-size|224xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|16xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u7in-32tb.224xlarge| + |node.kubernetes.io/instance-type|x2gd.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|893690m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|31033160Mi| - |pods|394| - |vpc.amazonaws.com/efa|2| - |vpc.amazonaws.com/pod-eni|106| -## vt1 Family -### `vt1.3xlarge` + |memory|961411Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x2gd.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|24576| - |karpenter.k8s.aws/instance-network-bandwidth|3120| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| + |node.kubernetes.io/instance-type|x2gd.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|11900m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|21739Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `vt1.6xlarge` + |memory|961411Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +## x2idn Family +### `x2idn.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-family|x2idn| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-network-bandwidth|6250| - |karpenter.k8s.aws/instance-size|6xlarge| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| + |node.kubernetes.io/instance-type|x2idn.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|42536Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `vt1.24xlarge` + |memory|961470Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x2idn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|vt| + |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| + |karpenter.k8s.aws/instance-family|x2idn| + |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| + |node.kubernetes.io/instance-type|x2idn.24xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|95690m| |ephemeral-storage|17Gi| - |memory|173400Mi| + |memory|1446437Mi| |pods|737| - |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## x1 Family -### `x1.16xlarge` +### `x2idn.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu|128| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|999424| - |karpenter.k8s.aws/instance-network-bandwidth|10000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|32xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| + |node.kubernetes.io/instance-type|x2idn.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|921538Mi| - |pods|234| -### `x1.32xlarge` + |memory|1931403Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `x2idn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1998848| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| + |node.kubernetes.io/instance-type|x2idn.metal| #### Resources | Resource | Quantity | |--|--| |cpu|127610m| |ephemeral-storage|17Gi| - |memory|1846005Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` + |memory|1931403Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## x2iedn Family +### `x2iedn.xlarge` #### Labels | Label | Value | |--|--| @@ -28363,26 +32472,28 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|4| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-network-bandwidth|625| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| + |node.kubernetes.io/instance-type|x2iedn.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|114884Mi| - |pods|29| -### `x1e.2xlarge` + |memory|120248Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|11| +### `x2iedn.2xlarge` #### Labels | Label | Value | |--|--| @@ -28390,26 +32501,28 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|8| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-network-bandwidth|1250| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|5000| |karpenter.k8s.aws/instance-size|2xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| + |node.kubernetes.io/instance-type|x2iedn.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|230123Mi| + |memory|241490Mi| |pods|58| -### `x1e.4xlarge` + |vpc.amazonaws.com/pod-eni|27| +### `x2iedn.4xlarge` #### Labels | Label | Value | |--|--| @@ -28417,26 +32530,28 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|16| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|1750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|4xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| + |node.kubernetes.io/instance-type|x2iedn.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|461240Mi| - |pods|58| -### `x1e.8xlarge` + |memory|482037Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x2iedn.8xlarge` #### Labels | Label | Value | |--|--| @@ -28444,26 +32559,28 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|32| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|3500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|999424| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|25000| |karpenter.k8s.aws/instance-size|8xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| + |node.kubernetes.io/instance-type|x2iedn.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|923474Mi| - |pods|58| -### `x1e.16xlarge` + |memory|967003Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|114| +### `x2iedn.16xlarge` #### Labels | Label | Value | |--|--| @@ -28471,1180 +32588,1261 @@ below are the resources available with some assumptions and after the instance o |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|64| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|7000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1998848| - |karpenter.k8s.aws/instance-network-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|50000| |karpenter.k8s.aws/instance-size|16xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| + |node.kubernetes.io/instance-type|x2iedn.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|1846005Mi| - |pods|234| -### `x1e.32xlarge` + |memory|1931403Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x2iedn.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu|96| |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2300| - |karpenter.k8s.aws/instance-ebs-bandwidth|14000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x1e| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3997696| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127610m| - |ephemeral-storage|17Gi| - |memory|3694939Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iedn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-network-bandwidth|500| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|2850| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|24xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| + |node.kubernetes.io/instance-type|x2iedn.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|14653Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `x2gd.large` + |memory|2901336Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x2iedn.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|32768| - |karpenter.k8s.aws/instance-network-bandwidth|750| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|4194304| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| + |node.kubernetes.io/instance-type|x2iedn.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|1930m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|29577Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `x2gd.xlarge` + |memory|3871269Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +### `x2iedn.metal` #### Labels | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-capability-flex|false| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |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-memory|65536| - |karpenter.k8s.aws/instance-network-bandwidth|1250| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|4194304| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| + |node.kubernetes.io/instance-type|x2iedn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `x2gd.2xlarge` + |memory|3871269Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## x2iezn Family +### `x2iezn.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|2500| + |karpenter.k8s.aws/instance-memory|262144| + |karpenter.k8s.aws/instance-network-bandwidth|12500| |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| + |node.kubernetes.io/instance-type|x2iezn.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|120189Mi| + |memory|241490Mi| |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `x2gd.4xlarge` + |vpc.amazonaws.com/pod-eni|62| +### `x2iezn.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|4750| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|5000| + |karpenter.k8s.aws/instance-memory|524288| + |karpenter.k8s.aws/instance-network-bandwidth|15000| |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.4xlarge| + |node.kubernetes.io/instance-type|x2iezn.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|239495Mi| + |memory|482037Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.8xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `x2iezn.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|9500| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|12000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|6xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| + |node.kubernetes.io/instance-type|x2iezn.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|481978Mi| + |memory|724520Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.12xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `x2iezn.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| - |karpenter.k8s.aws/instance-ebs-bandwidth|14250| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| + |karpenter.k8s.aws/instance-ebs-bandwidth|12000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-network-bandwidth|20000| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|1048576| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| + |node.kubernetes.io/instance-type|x2iezn.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|724461Mi| + |memory|967003Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.16xlarge` + |vpc.amazonaws.com/pod-eni|114| +### `x2iezn.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|12xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| + |node.kubernetes.io/instance-type|x2iezn.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|961411Mi| + |memory|1446437Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `x2gd.metal` +### `x2iezn.metal` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2500| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| |karpenter.k8s.aws/instance-ebs-bandwidth|19000| - |karpenter.k8s.aws/instance-encryption-in-transit-supported|false| - |karpenter.k8s.aws/instance-family|x2gd| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x2iezn| |karpenter.k8s.aws/instance-generation|2| |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|25000| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|100000| |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| + |node.kubernetes.io/instance-type|x2iezn.metal| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|961411Mi| + |memory|1446437Mi| |pods|737| + |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## x2idn Family -### `x2idn.16xlarge` +## x8aedz Family +### `x8aedz.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|16xlarge| + |karpenter.k8s.aws/instance-local-nvme|158| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|1562| + |karpenter.k8s.aws/instance-size|large| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| + |node.kubernetes.io/instance-type|x8aedz.large| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|961470Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.24xlarge` + |memory|59407Mi| + |pods|78| + |vpc.amazonaws.com/pod-eni|8| +### `x8aedz.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|24xlarge| + |karpenter.k8s.aws/instance-local-nvme|316| + |karpenter.k8s.aws/instance-memory|131072| + |karpenter.k8s.aws/instance-network-bandwidth|3125| + |karpenter.k8s.aws/instance-size|xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| + |node.kubernetes.io/instance-type|x8aedz.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|1446437Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.32xlarge` + |memory|120028Mi| + |pods|78| + |vpc.amazonaws.com/pod-eni|18| +### `x8aedz.3xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu|12| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|32xlarge| + |karpenter.k8s.aws/instance-local-nvme|950| + |karpenter.k8s.aws/instance-memory|393216| + |karpenter.k8s.aws/instance-network-bandwidth|9375| + |karpenter.k8s.aws/instance-size|3xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| + |node.kubernetes.io/instance-type|x8aedz.3xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|11900m| |ephemeral-storage|17Gi| - |memory|1931403Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.metal` + |memory|359915Mi| + |pods|314| + |vpc.amazonaws.com/pod-eni|34| +### `x8aedz.6xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu|24| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-local-nvme|1900| + |karpenter.k8s.aws/instance-memory|786432| + |karpenter.k8s.aws/instance-network-bandwidth|18750| + |karpenter.k8s.aws/instance-size|6xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| + |node.kubernetes.io/instance-type|x8aedz.6xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|23870m| |ephemeral-storage|17Gi| - |memory|1931403Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## x2iedn Family -### `x2iedn.xlarge` + |memory|723640Mi| + |pods|314| + |vpc.amazonaws.com/pod-eni|54| +### `x8aedz.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-network-bandwidth|1875| - |karpenter.k8s.aws/instance-size|xlarge| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|12xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| + |node.kubernetes.io/instance-type|x8aedz.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|3920m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|120248Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|11| -### `x2iedn.2xlarge` + |memory|1443434Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `x8aedz.metal-12xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|262144| - |karpenter.k8s.aws/instance-network-bandwidth|5000| - |karpenter.k8s.aws/instance-size|2xlarge| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|3800| + |karpenter.k8s.aws/instance-memory|1572864| + |karpenter.k8s.aws/instance-network-bandwidth|37500| + |karpenter.k8s.aws/instance-size|metal-12xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| + |node.kubernetes.io/instance-type|x8aedz.metal-12xl| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|241490Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `x2iedn.4xlarge` + |memory|1443434Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `x8aedz.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-network-bandwidth|12500| - |karpenter.k8s.aws/instance-size|4xlarge| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|24xlarge| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| + |node.kubernetes.io/instance-type|x8aedz.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|482037Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2iedn.8xlarge` + |memory|2898333Mi| + |pods|1010| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| +### `x8aedz.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|20000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|amd| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|5000| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|1048576| - |karpenter.k8s.aws/instance-network-bandwidth|25000| - |karpenter.k8s.aws/instance-size|8xlarge| + |karpenter.k8s.aws/instance-family|x8aedz| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-local-nvme|7600| + |karpenter.k8s.aws/instance-memory|3145728| + |karpenter.k8s.aws/instance-network-bandwidth|75000| + |karpenter.k8s.aws/instance-size|metal-24xl| |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| + |node.kubernetes.io/instance-type|x8aedz.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|967003Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iedn.16xlarge` + |memory|2898333Mi| + |pods|1010| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|106| +## x8g Family +### `x8g.medium` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|2097152| - |karpenter.k8s.aws/instance-network-bandwidth|50000| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| + |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|x2iedn.16xlarge| + |node.kubernetes.io/instance-type|x8g.medium| #### Resources | Resource | Quantity | |--|--| - |cpu|63770m| + |cpu|940m| |ephemeral-storage|17Gi| - |memory|1931403Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.24xlarge` + |memory|14653Mi| + |pods|8| + |vpc.amazonaws.com/pod-eni|4| +### `x8g.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|60000| + |karpenter.k8s.aws/instance-cpu|2| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-network-bandwidth|75000| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| + |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|x2iedn.24xlarge| + |node.kubernetes.io/instance-type|x8g.large| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|1930m| |ephemeral-storage|17Gi| - |memory|2901336Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.32xlarge` + |memory|29577Mi| + |pods|29| + |vpc.amazonaws.com/pod-eni|9| +### `x8g.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu|4| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| + |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-memory|65536| + |karpenter.k8s.aws/instance-network-bandwidth|1875| + |karpenter.k8s.aws/instance-size|xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| + |node.kubernetes.io/instance-type|x8g.xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|3920m| |ephemeral-storage|17Gi| - |memory|3871269Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.metal` + |memory|59568Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|18| +### `x8g.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3500| - |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-cpu|8| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |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-memory|4194304| - |karpenter.k8s.aws/instance-network-bandwidth|100000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |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|x2iedn.metal| + |node.kubernetes.io/instance-type|x8g.2xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|127610m| + |cpu|7910m| |ephemeral-storage|17Gi| - |memory|3871269Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -## x2iezn Family -### `x2iezn.2xlarge` + |memory|120189Mi| + |pods|58| + |vpc.amazonaws.com/pod-eni|38| +### `x8g.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|3170| + |karpenter.k8s.aws/instance-cpu|16| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|12500| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| + |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|x2iezn.2xlarge| + |node.kubernetes.io/instance-type|x8g.4xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|7910m| + |cpu|15890m| |ephemeral-storage|17Gi| - |memory|241490Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `x2iezn.4xlarge` + |memory|239495Mi| + |pods|234| + |vpc.amazonaws.com/pod-eni|54| +### `x8g.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|4750| + |karpenter.k8s.aws/instance-cpu|32| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|10000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|4xlarge| - |kubernetes.io/arch|amd64| + |karpenter.k8s.aws/instance-size|8xlarge| + |kubernetes.io/arch|arm64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| + |node.kubernetes.io/instance-type|x8g.8xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|15890m| + |cpu|31850m| |ephemeral-storage|17Gi| - |memory|482037Mi| + |memory|481978Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.6xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `x8g.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|9500| + |karpenter.k8s.aws/instance-cpu|48| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|15000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|50000| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| + |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|x2iezn.6xlarge| + |node.kubernetes.io/instance-type|x8g.12xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|23870m| + |cpu|47810m| |ephemeral-storage|17Gi| - |memory|724520Mi| + |memory|724461Mi| |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.8xlarge` + |vpc.amazonaws.com/pod-eni|54| +### `x8g.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|12000| + |karpenter.k8s.aws/instance-cpu|64| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|20000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|75000| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| + |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|x2iezn.8xlarge| + |node.kubernetes.io/instance-type|x8g.16xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|31850m| + |cpu|63770m| |ephemeral-storage|17Gi| - |memory|967003Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.12xlarge` + |memory|961411Mi| + |pods|737| + |vpc.amazonaws.com/pod-eni|107| +### `x8g.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|100000| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| + |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|x2iezn.12xlarge| + |node.kubernetes.io/instance-type|x8g.24xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1446437Mi| + |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -### `x2iezn.metal` +### `x8g.metal-24xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|intel| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|4500| - |karpenter.k8s.aws/instance-ebs-bandwidth|19000| + |karpenter.k8s.aws/instance-cpu|96| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-ebs-bandwidth|30000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| + |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|100000| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| + |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|x2iezn.metal| + |node.kubernetes.io/instance-type|x8g.metal-24xl| #### Resources | Resource | Quantity | |--|--| - |cpu|47810m| + |cpu|95690m| |ephemeral-storage|17Gi| - |memory|1446437Mi| + |memory|1446378Mi| |pods|737| |vpc.amazonaws.com/efa|1| |vpc.amazonaws.com/pod-eni|107| -## x8g Family -### `x8g.medium` +### `x8g.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| + |karpenter.k8s.aws/instance-cpu|192| |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|10000| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |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|16384| - |karpenter.k8s.aws/instance-network-bandwidth|520| - |karpenter.k8s.aws/instance-size|medium| + |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-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|192| + |karpenter.k8s.aws/instance-cpu-manufacturer|aws| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| + |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.medium| + |node.kubernetes.io/instance-type|x8g.metal-48xl| #### Resources | Resource | Quantity | |--|--| - |cpu|940m| + |cpu|191450m| |ephemeral-storage|17Gi| - |memory|14653Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `x8g.large` + |memory|2901277Mi| + |pods|737| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|107| +## x8i Family +### `x8i.large` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.large| + |node.kubernetes.io/instance-type|x8i.large| #### Resources | Resource | Quantity | |--|--| |cpu|1930m| |ephemeral-storage|17Gi| - |memory|29577Mi| - |pods|29| + |memory|29306Mi| + |pods|59| |vpc.amazonaws.com/pod-eni|9| -### `x8g.xlarge` +### `x8i.xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |karpenter.k8s.aws/instance-generation|8| |karpenter.k8s.aws/instance-hypervisor|nitro| |karpenter.k8s.aws/instance-memory|65536| |karpenter.k8s.aws/instance-network-bandwidth|1875| |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.xlarge| + |node.kubernetes.io/instance-type|x8i.xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|3920m| |ephemeral-storage|17Gi| - |memory|59568Mi| - |pods|58| + |memory|58967Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|18| -### `x8g.2xlarge` +### `x8i.2xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.2xlarge| + |node.kubernetes.io/instance-type|x8i.2xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|7910m| |ephemeral-storage|17Gi| - |memory|120189Mi| - |pods|58| + |memory|119588Mi| + |pods|118| |vpc.amazonaws.com/pod-eni|38| -### `x8g.4xlarge` +### `x8i.4xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.4xlarge| + |node.kubernetes.io/instance-type|x8i.4xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|15890m| |ephemeral-storage|17Gi| - |memory|239495Mi| - |pods|234| + |memory|237794Mi| + |pods|394| |vpc.amazonaws.com/pod-eni|54| -### `x8g.8xlarge` +### `x8i.8xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.8xlarge| + |node.kubernetes.io/instance-type|x8i.8xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|31850m| |ephemeral-storage|17Gi| - |memory|481978Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x8g.12xlarge` + |memory|479199Mi| + |pods|492| + |vpc.amazonaws.com/pod-eni|82| +### `x8i.12xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.12xlarge| + |node.kubernetes.io/instance-type|x8i.12xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|47810m| |ephemeral-storage|17Gi| - |memory|724461Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x8g.16xlarge` + |memory|720604Mi| + |pods|590| + |vpc.amazonaws.com/pod-eni|110| +### `x8i.16xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.16xlarge| + |node.kubernetes.io/instance-type|x8i.16xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|63770m| |ephemeral-storage|17Gi| - |memory|961411Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x8g.24xlarge` + |memory|958467Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `x8i.24xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| |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-family|x8i| |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/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.24xlarge| + |node.kubernetes.io/instance-type|x8i.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` + |memory|1443434Mi| + |pods|1010| + |vpc.amazonaws.com/pod-eni|106| +### `x8i.32xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2800| - |karpenter.k8s.aws/instance-ebs-bandwidth|30000| + |karpenter.k8s.aws/instance-cpu|128| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |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-family|x8i| |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| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|2097152| + |karpenter.k8s.aws/instance-network-bandwidth|50000| + |karpenter.k8s.aws/instance-size|32xlarge| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.metal-24xl| + |node.kubernetes.io/instance-type|x8i.32xlarge| #### Resources | Resource | Quantity | |--|--| - |cpu|95690m| + |cpu|127610m| |ephemeral-storage|17Gi| - |memory|1446378Mi| - |pods|737| - |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `x8g.48xlarge` + |memory|1922856Mi| + |pods|1514| + |vpc.amazonaws.com/pod-eni|98| +### `x8i.48xlarge` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-family|x8i| |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-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.48xlarge| + |node.kubernetes.io/instance-type|x8i.48xlarge| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|2901277Mi| - |pods|737| + |memory|2892789Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| -### `x8g.metal-48xl` + |vpc.amazonaws.com/pod-eni|98| +### `x8i.metal-48xl` #### Labels | Label | Value | |--|--| |karpenter.k8s.aws/instance-capability-flex|false| |karpenter.k8s.aws/instance-category|x| |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-cpu-manufacturer|aws| - |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|2700| - |karpenter.k8s.aws/instance-ebs-bandwidth|40000| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|60000| |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| - |karpenter.k8s.aws/instance-family|x8g| + |karpenter.k8s.aws/instance-family|x8i| |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-network-bandwidth|75000| |karpenter.k8s.aws/instance-size|metal-48xl| - |kubernetes.io/arch|arm64| + |kubernetes.io/arch|amd64| |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x8g.metal-48xl| + |node.kubernetes.io/instance-type|x8i.metal-48xl| #### Resources | Resource | Quantity | |--|--| |cpu|191450m| |ephemeral-storage|17Gi| - |memory|2901277Mi| - |pods|737| + |memory|2892789Mi| + |pods|1514| |vpc.amazonaws.com/efa|1| - |vpc.amazonaws.com/pod-eni|107| + |vpc.amazonaws.com/pod-eni|98| +### `x8i.64xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|256| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|70000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|4194304| + |karpenter.k8s.aws/instance-network-bandwidth|80000| + |karpenter.k8s.aws/instance-size|64xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8i.64xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|255290m| + |ephemeral-storage|17Gi| + |memory|3862722Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `x8i.96xlarge` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|nitro| + |karpenter.k8s.aws/instance-memory|6291456| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|96xlarge| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8i.96xlarge| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|382970m| + |ephemeral-storage|17Gi| + |memory|5802587Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| +### `x8i.metal-96xl` +#### Labels + | Label | Value | + |--|--| + |karpenter.k8s.aws/instance-capability-flex|false| + |karpenter.k8s.aws/instance-category|x| + |karpenter.k8s.aws/instance-cpu|384| + |karpenter.k8s.aws/instance-cpu-manufacturer|intel| + |karpenter.k8s.aws/instance-cpu-sustained-clock-speed-mhz|3900| + |karpenter.k8s.aws/instance-ebs-bandwidth|80000| + |karpenter.k8s.aws/instance-encryption-in-transit-supported|true| + |karpenter.k8s.aws/instance-family|x8i| + |karpenter.k8s.aws/instance-generation|8| + |karpenter.k8s.aws/instance-hypervisor|| + |karpenter.k8s.aws/instance-memory|6291456| + |karpenter.k8s.aws/instance-network-bandwidth|100000| + |karpenter.k8s.aws/instance-size|metal-96xl| + |kubernetes.io/arch|amd64| + |kubernetes.io/os|linux| + |node.kubernetes.io/instance-type|x8i.metal-96xl| +#### Resources + | Resource | Quantity | + |--|--| + |cpu|382970m| + |ephemeral-storage|17Gi| + |memory|5802587Mi| + |pods|1514| + |vpc.amazonaws.com/efa|1| + |vpc.amazonaws.com/pod-eni|98| ## z1d Family ### `z1d.large` #### Labels diff --git a/website/content/en/v1.11/reference/metrics.md b/website/content/en/v1.11/reference/metrics.md new file mode 100644 index 000000000000..e25b37c0db4d --- /dev/null +++ b/website/content/en/v1.11/reference/metrics.md @@ -0,0 +1,106 @@ +--- +title: "Metrics" +linkTitle: "Metrics" +weight: 7 + +description: > + Inspect Karpenter Metrics +--- + +Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) +## Controller Runtime Metrics + +### `controller_runtime_terminal_reconcile_errors_total` +Total number of terminal reconciliation errors per controller +- Stability Level: STABLE + +### `controller_runtime_reconcile_total` +Total number of reconciliations per controller +- Stability Level: STABLE + +### `controller_runtime_reconcile_time_seconds` +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 + +### `controller_runtime_max_concurrent_reconciles` +Maximum number of concurrent reconciles per controller +- Stability Level: STABLE + +### `controller_runtime_conversion_webhook_panics_total` +Total number of conversion webhook panics +- Stability Level: STABLE + +### `controller_runtime_active_workers` +Number of currently used workers per controller +- Stability Level: STABLE + +## Workqueue Metrics + +### `workqueue_work_duration_seconds` +How long in seconds processing an item from workqueue takes. +- Stability Level: STABLE + +### `workqueue_unfinished_work_seconds` +How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases. +- Stability Level: STABLE + +### `workqueue_retries_total` +Total number of retries handled by workqueue +- Stability Level: STABLE + +### `workqueue_queue_duration_seconds` +How long in seconds an item stays in workqueue before being requested +- Stability Level: STABLE + +### `workqueue_longest_running_processor_seconds` +How many seconds has the longest running processor for workqueue been running. +- Stability Level: STABLE + +### `workqueue_depth` +Current depth of workqueue by workqueue and priority +- Stability Level: STABLE + +### `workqueue_adds_total` +Total number of adds handled by workqueue +- Stability Level: STABLE + +## AWS SDK Go Metrics + +### `aws_sdk_go_request_total` +The total number of AWS SDK Go requests +- Stability Level: STABLE + +### `aws_sdk_go_request_retry_count` +The total number of AWS SDK Go retry attempts per request +- Stability Level: STABLE + +### `aws_sdk_go_request_duration_seconds` +Latency of AWS SDK Go requests +- Stability Level: STABLE + +### `aws_sdk_go_request_attempt_total` +The total number of AWS SDK Go request attempts +- Stability Level: STABLE + +### `aws_sdk_go_request_attempt_duration_seconds` +Latency of AWS SDK Go request attempts +- Stability Level: STABLE + +## Leader Election Metrics + +### `leader_election_slowpath_total` +Total number of slow path exercised in renewing leader leases. 'name' is the string used to identify the lease. Please make sure to group by name. +- Stability Level: STABLE + +### `leader_election_master_status` +Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master. 'name' is the string used to identify the lease. Please make sure to group by name. +- Stability Level: STABLE + diff --git a/website/content/en/v1.8/reference/settings.md b/website/content/en/v1.11/reference/settings.md similarity index 97% rename from website/content/en/v1.8/reference/settings.md rename to website/content/en/v1.11/reference/settings.md index 6d12d3178fe5..980f5ae4641b 100644 --- a/website/content/en/v1.8/reference/settings.md +++ b/website/content/en/v1.11/reference/settings.md @@ -8,7 +8,7 @@ description: > Karpenter surfaces environment variables and CLI parameters to allow you to configure certain global settings on the controllers. These settings are described below. -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) +[comment]: <> (the content below is generated from hack/docs/configuration_gen/main.go) | Environment Variable | CLI Flag | Description | |--|--|--| @@ -19,6 +19,7 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf | CLUSTER_NAME | \-\-cluster-name | [REQUIRED] The kubernetes cluster name for resource discovery.| | CPU_REQUESTS | \-\-cpu-requests | CPU requests in millicores on the container running the controller. (default = 1000)| | DISABLE_CLUSTER_STATE_OBSERVABILITY | \-\-disable-cluster-state-observability | Disable cluster state metrics and events| +| DISABLE_CONTROLLER_WARMUP | \-\-disable-controller-warmup | Disable controller warmup which starts controller sources before leader election is won. Controller warmup pre-populates caches and improves leader failover time.| | DISABLE_DRY_RUN | \-\-disable-dry-run | If true, then disable dry run validation for EC2NodeClasses.| | DISABLE_LEADER_ELECTION | \-\-disable-leader-election | Disable the leader election client before executing the main loop. Disable when running replicated components for high availability is not desired.| | EKS_CONTROL_PLANE | \-\-eks-control-plane | Marking this true means that your cluster is running with an EKS control plane and Karpenter should attempt to discover cluster details from the DescribeCluster API | @@ -43,7 +44,7 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf | RESERVED_ENIS | \-\-reserved-enis | Reserved ENIs are not included in the calculations for max-pods or kube-reserved. This is most often used in the VPC CNI custom networking setup https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html. (default = 0)| | VM_MEMORY_OVERHEAD_PERCENT | \-\-vm-memory-overhead-percent | The VM memory overhead as a percent that will be subtracted from the total memory for all instance types when cached information is unavailable. (default = 0.075)| -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) +[comment]: <> (end docs generated content from hack/docs/configuration_gen/main.go) ### Feature Gates diff --git a/website/content/en/v1.8/reference/threat-model.md b/website/content/en/v1.11/reference/threat-model.md similarity index 96% rename from website/content/en/v1.8/reference/threat-model.md rename to website/content/en/v1.11/reference/threat-model.md index 8f939286619e..27b16cff9a4a 100644 --- a/website/content/en/v1.8/reference/threat-model.md +++ b/website/content/en/v1.11/reference/threat-model.md @@ -31,11 +31,11 @@ A Cluster Developer has the ability to create pods via `Deployments`, `ReplicaSe Karpenter has permissions to create and manage cloud instances. Karpenter has Kubernetes API permissions to create, update, and remove nodes, as well as evict pods. For a full list of the permissions, see the RBAC rules in the helm chart template. Karpenter also has AWS IAM permissions to create instances with IAM roles. -* [aggregate-clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/aggregate-clusterrole.yaml) -* [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/clusterrole-core.yaml) -* [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/clusterrole.yaml) -* [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/rolebinding.yaml) -* [role.yaml](https://github.com/aws/karpenter/blob/v1.8.6/charts/karpenter/templates/role.yaml) +* [aggregate-clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/aggregate-clusterrole.yaml) +* [clusterrole-core.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole-core.yaml) +* [clusterrole.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/clusterrole.yaml) +* [rolebinding.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/rolebinding.yaml) +* [role.yaml](https://github.com/aws/karpenter/blob/v1.11.0/charts/karpenter/templates/role.yaml) ## Assumptions diff --git a/website/content/en/v1.8/tasks/_index.md b/website/content/en/v1.11/tasks/_index.md similarity index 100% rename from website/content/en/v1.8/tasks/_index.md rename to website/content/en/v1.11/tasks/_index.md diff --git a/website/content/en/v1.8/tasks/managing-amis.md b/website/content/en/v1.11/tasks/managing-amis.md similarity index 100% rename from website/content/en/v1.8/tasks/managing-amis.md rename to website/content/en/v1.11/tasks/managing-amis.md diff --git a/website/content/en/v1.8/tasks/odcrs.md b/website/content/en/v1.11/tasks/odcrs.md similarity index 79% rename from website/content/en/v1.8/tasks/odcrs.md rename to website/content/en/v1.11/tasks/odcrs.md index d07b550b7f83..c154b2a5e25a 100644 --- a/website/content/en/v1.8/tasks/odcrs.md +++ b/website/content/en/v1.11/tasks/odcrs.md @@ -6,7 +6,7 @@ linkTitle: "Utilizing ODCRs and Capacity Blocks" Feature State: [Beta]({{}}) Karpenter introduced native support for [EC2 On-Demand Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html) (ODCRs) in [v1.3](https://github.com/aws/karpenter-provider-aws/releases/tag/v1.3.0), enabling users to select upon and prioritize specific capacity reservations. -In [v1.6](https://github.com/aws/karpenter-provider-aws/releases/tag/v1.6.0), this support was expanded to include [EC2 Capacity Blocks for ML](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-blocks.html). +In [v1.6](https://github.com/aws/karpenter-provider-aws/releases/tag/v1.6.0), this support was expanded to include [EC2 Capacity Blocks for ML](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-blocks.html). In [v1.10](https://github.com/aws/karpenter-provider-aws/releases/tag/v1.10.0), this was further extended to support [Interruptible Capacity Reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/interruptible-capacity-reservations.html). To enable native ODCR support, ensure the [`ReservedCapacity` feature gate]({{< relref "../reference/settings#feature-gates" >}}) is enabled. {{% alert title="Note" color="primary" %}} @@ -48,10 +48,11 @@ requirements: Additionaly, Karpenter supports the following scheduling labels: -| Label | Example | Description | -| --------------------------------------------- | ----------------------------- | -------------------------------- | -| `karpenter.k8s.aws/capacity-reservation-id` | `cr-56fac701cc1951b03` | The capacity reservation's ID | -| `karpenter.k8s.aws/capacity-reservation-type` | `default` or `capacity-block` | The type of capacity reservation | +| Label | Example | Description | +| ------------------------------------------------------ | ----------------------------- | ------------------------------------------------- | +| `karpenter.k8s.aws/capacity-reservation-id` | `cr-56fac701cc1951b03` | The capacity reservation's ID | +| `karpenter.k8s.aws/capacity-reservation-type` | `default` or `capacity-block` | The type of capacity reservation | +| `karpenter.k8s.aws/capacity-reservation-interruptible` | `true` or `false` | Whether the capacity reservation is interruptible | These labels will only be present on reserved nodes. They are supported as NodePool requirements and as pod scheduling constaints (e.g. [node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity)). @@ -97,6 +98,17 @@ From the [AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capa Karpenter will preemptively begin draining nodes launched for capacity blocks 10 minutes before EC2 begins termination, ensuring your workloads can gracefully terminate before reclaimation. +### Interruptible Capacity Reservations + +Unlike default ODCRs, capacity launched from interruptible ODCRs can be interrupted when capacity is reclaimed back the source ODCR. + +From the [AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/interruptible-capacity-reservations.html), when capacity is reclaimed: + +> Running instances receive a 2-minute interruption warning through EventBridge events. +> After the notice period, running instances in the reclaimed capacity enter a shutting down state and get terminated. + +Karpenter will begin draining nodes launched for IODCRs when the 2-minute interruption warning is recieved. + ## Migrating From Previous Versions Although it was not natively supported, it was possible to utilize ODCRs on previous versions of Karpenter. diff --git a/website/content/en/v1.8/troubleshooting.md b/website/content/en/v1.11/troubleshooting.md similarity index 100% rename from website/content/en/v1.8/troubleshooting.md rename to website/content/en/v1.11/troubleshooting.md diff --git a/website/content/en/v1.8/upgrading/_index.md b/website/content/en/v1.11/upgrading/_index.md similarity index 100% rename from website/content/en/v1.8/upgrading/_index.md rename to website/content/en/v1.11/upgrading/_index.md diff --git a/website/content/en/v1.8/upgrading/compatibility.md b/website/content/en/v1.11/upgrading/compatibility.md similarity index 92% rename from website/content/en/v1.8/upgrading/compatibility.md rename to website/content/en/v1.11/upgrading/compatibility.md index 24957d64bf3b..86b6a3cc75ed 100644 --- a/website/content/en/v1.8/upgrading/compatibility.md +++ b/website/content/en/v1.11/upgrading/compatibility.md @@ -13,13 +13,13 @@ Before you begin upgrading Karpenter, consider Karpenter compatibility issues re ## Compatibility Matrix -[comment]: <> (the content below is generated from hack/docs/compataiblitymetrix_gen_docs.go) +[comment]: <> (the content below is generated from hack/docs/compatibilitymatrix_gen/main.go) -| KUBERNETES | 1.28 | 1.29 | 1.30 | 1.31 | 1.32 | 1.33 | 1.34 | -|------------|----------|----------|----------|-----------|---------|---------|---------| -| karpenter | \>= 0.31 | \>= 0.34 | \>= 0.37 | \>= 1.0.5 | \>= 1.2 | \>= 1.5 | \>= 1.6 | +| KUBERNETES | 1.29 | 1.30 | 1.31 | 1.32 | 1.33 | 1.34 | 1.35 | +|------------|----------|----------|-----------|---------|---------|---------|---------| +| karpenter | \>= 0.34 | \>= 0.37 | \>= 1.0.5 | \>= 1.2 | \>= 1.5 | \>= 1.6 | \>= 1.9 | -[comment]: <> (end docs generated content from hack/docs/compataiblitymetrix_gen_docs.go) +[comment]: <> (end docs generated content from hack/docs/compatibilitymatrix_gen/main.go) ## Compatibility issues diff --git a/website/content/en/v1.8/upgrading/upgrade-guide.md b/website/content/en/v1.11/upgrading/upgrade-guide.md similarity index 97% rename from website/content/en/v1.8/upgrading/upgrade-guide.md rename to website/content/en/v1.11/upgrading/upgrade-guide.md index d7ebbe7e603c..1d592e994e6e 100644 --- a/website/content/en/v1.8/upgrading/upgrade-guide.md +++ b/website/content/en/v1.11/upgrading/upgrade-guide.md @@ -86,6 +86,38 @@ If you get the error `invalid ownership metadata; label validation error:` while WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST --> +### Upgrading to `1.10.0`+ + +{{% alert title="Warning" color="warning" %}} +Karpenter `1.1.0` drops the support for `v1beta1` APIs. +**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{}}). +{{% /alert %}} + +* In the [getting started guide's cloudformation template]({{}}), + there is an extra `detail-type` for EventBridge rules to capture Capacity Reservation Instance Interruption warnings. + If you are using interruptible ODCRs, you will need to update your EventBridge rules to add this `detail-type`. + +Full Changelog: +* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.10.0 +* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.10.0 + +### Upgrading to `1.9.0`+ + +{{% alert title="Warning" color="warning" %}} +Karpenter `1.1.0` drops the support for `v1beta1` APIs. +**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{}}). +{{% /alert %}} + +* The IAM policy in the getting started guide's cloudformation template has been split into 5 policies (addresses + [aws/karpenter-provider-aws#7874](https://github.com/aws/karpenter-provider-aws/issues/7874)). If you've taken a + dependency on the policy created by this cloudformation template, you will need to update your IAM role to attach all + 5 policies. There has not been any change to the permissions granted by the policies since 1.8. + +Full Changelog: +* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.9.0 +* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.9.0 + + ### Upgrading to `1.8.0`+ {{% alert title="Warning" color="warning" %}} diff --git a/website/content/en/v1.8/reference/metrics.md b/website/content/en/v1.8/reference/metrics.md deleted file mode 100644 index 8e1f3c0fa3a3..000000000000 --- a/website/content/en/v1.8/reference/metrics.md +++ /dev/null @@ -1,456 +0,0 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 7 - -description: > - Inspect Karpenter Metrics ---- - -Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) - -### `karpenter_ignored_pod_count` -Number of pods ignored during scheduling by Karpenter -- Stability Level: ALPHA - -### `karpenter_build_info` -A metric with a constant '1' value labeled by version from which karpenter was built. -- Stability Level: STABLE - -## Nodeclaims Metrics - -### `karpenter_nodeclaims_termination_duration_seconds` -Duration of NodeClaim termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_terminated_total` -Number of nodeclaims terminated in total by Karpenter. Labeled by the owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodeclaims_instance_termination_duration_seconds` -Duration of CloudProvider Instance termination in seconds. -- Stability Level: BETA - -### `karpenter_nodeclaims_disrupted_total` -Number of nodeclaims disrupted in total by Karpenter. Labeled by reason the nodeclaim was disrupted and the owning nodepool. -- Stability Level: ALPHA - -### `karpenter_nodeclaims_created_total` -Number of nodeclaims created in total by Karpenter. Labeled by reason the nodeclaim was created and the owning nodepool. -- Stability Level: STABLE - -### `operator_nodeclaim_status_condition_transitions_total` -The count of transitions of a nodeclaim, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_status_condition_count` -The number of a condition for a nodeclaim, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodeclaim_termination_current_time_seconds` -The current amount of time in seconds that a nodeclaim has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodeclaim_termination_duration_seconds` -The amount of time taken by a nodeclaim to terminate completely. -- Stability Level: BETA - -## Nodes Metrics - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by pod limits, including the DaemonSet pods. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. -- Stability Level: BETA - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. -- Stability Level: BETA - -### `karpenter_nodes_termination_duration_seconds` -The time taken between a node's deletion request and the removal of its finalizer -- Stability Level: BETA - -### `karpenter_nodes_terminated_total` -Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. -- Stability Level: STABLE - -### `karpenter_nodes_system_overhead` -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_eviction_requests_total` -The total number of eviction requests made by Karpenter -- Stability Level: ALPHA - -### `karpenter_nodes_drained_total` -The total number of nodes drained by Karpenter -- 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 - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. -- Stability Level: BETA - -### `operator_node_status_condition_transitions_total` -The count of transitions of a node, type and status. -- Stability Level: BETA - -### `operator_node_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_node_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_status_condition_count` -The number of a condition for a node, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_node_termination_current_time_seconds` -The current amount of time in seconds that a node has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_node_termination_duration_seconds` -The amount of time taken by a node to terminate completely. -- Stability Level: BETA - -### `operator_node_event_count` -The number of a events for a node. -- Stability Level: BETA - -## Pods Metrics - -### `karpenter_pods_state` -Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type and pod phase. -- Stability Level: BETA - -### `karpenter_pods_startup_duration_seconds` -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: DEPRECATED - -### `operator_termination_current_time_seconds` -The current amount of time in seconds that an object has been in terminating state. -- Stability Level: DEPRECATED - -## Voluntary Disruption Metrics - -### `karpenter_voluntary_disruption_queue_failures_total` -The number of times that an enqueued disruption decision failed. Labeled by disruption method. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_eligible_nodes` -Number of nodes eligible for disruption by Karpenter. Labeled by disruption reason. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_decisions_total` -Number of disruption decisions performed. Labeled by disruption decision, reason, and consolidation type. -- Stability Level: STABLE - -### `karpenter_voluntary_disruption_decision_evaluation_duration_seconds` -Duration of the disruption decision evaluation process in seconds. Labeled by method and consolidation type. -- Stability Level: BETA - -### `karpenter_voluntary_disruption_consolidation_timeouts_total` -Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type. -- Stability Level: BETA - -## Scheduler Metrics - -### `karpenter_scheduler_scheduling_duration_seconds` -Duration of scheduling simulations used for deprovisioning and provisioning in seconds. -- Stability Level: STABLE - -### `karpenter_scheduler_queue_depth` -The number of pods currently waiting to be scheduled. -- Stability Level: BETA - -## Nodepools Metrics - -### `karpenter_nodepools_usage` -The amount of resources that have been provisioned for a nodepool. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_limit` -Limits specified on the nodepool that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type. -- Stability Level: ALPHA - -### `karpenter_nodepools_allowed_disruptions` -The number of nodes for a given NodePool that can be concurrently disrupting at a point in time. Labeled by NodePool. Note that allowed disruptions can change very rapidly, as new nodes may be created and others may be deleted at any point. -- Stability Level: ALPHA - -### `operator_nodepool_status_condition_transitions_total` -The count of transitions of a nodepool, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_nodepool_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_nodepool_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_status_condition_count` -The number of an condition for a nodepool, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_nodepool_termination_current_time_seconds` -The current amount of time in seconds that a nodepool has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_nodepool_termination_duration_seconds` -Duration of NodePool termination in seconds. -- Stability Level: BETA - -## EC2NodeClass Metrics - -### `operator_ec2nodeclass_status_condition_transitions_total` -The count of transitions of a ec2nodeclass, type and status. Labeled by the type, reason, and status. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_status_condition_count` -The number of an condition for an ec2nodeclass, type and status. Labeled by the name, namespace, type, status, and reason. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_current_time_seconds` -The current amount of time in seconds that an ec2nodeclass has been in terminating state. Labeled by name, and namespace. -- Stability Level: BETA - -### `operator_ec2nodeclass_termination_duration_seconds` -Duration of ec2nodeclass termination in seconds. -- Stability Level: BETA - -## Interruption Metrics - -### `karpenter_interruption_received_messages_total` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. -- Stability Level: STABLE - -### `karpenter_interruption_message_queue_duration_seconds` -Amount of time an interruption message is on the queue before it is processed by karpenter. -- Stability Level: STABLE - -### `karpenter_interruption_deleted_messages_total` -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_unsynced_time_seconds` -The time for which cluster state is not synced -- Stability Level: ALPHA - -### `karpenter_cluster_state_synced` -Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state -- Stability Level: STABLE - -### `karpenter_cluster_state_node_count` -Current count of nodes in cluster state -- Stability Level: STABLE - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_instance_type_offering_price_estimate` -Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_offering_available` -Instance type offering availability, based on instance type, capacity type, and zone -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_memory_bytes` -Memory, in bytes, for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_instance_type_cpu_cores` -VCPUs cores for a given instance type. -- Stability Level: BETA - -### `karpenter_cloudprovider_errors_total` -Total number of errors returned from CloudProvider calls. -- Stability Level: BETA - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. -- Stability Level: BETA - -## Cloudprovider Batcher Metrics - -### `karpenter_cloudprovider_batcher_batch_time_seconds` -Duration of the batching window per batcher -- Stability Level: BETA - -### `karpenter_cloudprovider_batcher_batch_size` -Size of the request batch per batcher -- Stability Level: BETA - -## Controller Runtime Metrics - -### `controller_runtime_terminal_reconcile_errors_total` -Total number of terminal reconciliation errors per controller -- Stability Level: STABLE - -### `controller_runtime_reconcile_total` -Total number of reconciliations per controller -- Stability Level: STABLE - -### `controller_runtime_reconcile_time_seconds` -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 - -### `controller_runtime_max_concurrent_reconciles` -Maximum number of concurrent reconciles per controller -- Stability Level: STABLE - -### `controller_runtime_conversion_webhook_panics_total` -Total number of conversion webhook panics -- Stability Level: STABLE - -### `controller_runtime_active_workers` -Number of currently used workers per controller -- Stability Level: STABLE - -## Workqueue Metrics - -### `workqueue_work_duration_seconds` -How long in seconds processing an item from workqueue takes. -- Stability Level: STABLE - -### `workqueue_unfinished_work_seconds` -How many seconds of work has been done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases. -- Stability Level: STABLE - -### `workqueue_retries_total` -Total number of retries handled by workqueue -- Stability Level: STABLE - -### `workqueue_queue_duration_seconds` -How long in seconds an item stays in workqueue before being requested -- Stability Level: STABLE - -### `workqueue_longest_running_processor_seconds` -How many seconds has the longest running processor for workqueue been running. -- Stability Level: STABLE - -### `workqueue_depth` -Current depth of workqueue by workqueue and priority -- Stability Level: STABLE - -### `workqueue_adds_total` -Total number of adds handled by workqueue -- Stability Level: STABLE - -## Status Condition Metrics - -### `operator_status_condition_transitions_total` -The count of transitions of a given object, type and status. -- Stability Level: DEPRECATED - -### `operator_status_condition_transition_seconds` -The amount of time a condition was in a given state before transitioning. e.g. Alarm := P99(Updated=False) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_current_status_seconds` -The current amount of time in seconds that a status condition has been in a specific state. Alarm := P99(Updated=Unknown) > 5 minutes -- Stability Level: DEPRECATED - -### `operator_status_condition_count` -The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0 -- Stability Level: DEPRECATED - -## Client Go Metrics - -### `client_go_request_total` -Number of HTTP requests, partitioned by status code and method. -- Stability Level: STABLE - -### `client_go_request_duration_seconds` -Request latency in seconds. Broken down by verb, group, version, kind, and subresource. -- Stability Level: STABLE - -## AWS SDK Go Metrics - -### `aws_sdk_go_request_total` -The total number of AWS SDK Go requests -- Stability Level: STABLE - -### `aws_sdk_go_request_retry_count` -The total number of AWS SDK Go retry attempts per request -- Stability Level: STABLE - -### `aws_sdk_go_request_duration_seconds` -Latency of AWS SDK Go requests -- Stability Level: STABLE - -### `aws_sdk_go_request_attempt_total` -The total number of AWS SDK Go request attempts -- Stability Level: STABLE - -### `aws_sdk_go_request_attempt_duration_seconds` -Latency of AWS SDK Go request attempts -- Stability Level: STABLE - -## Leader Election Metrics - -### `leader_election_slowpath_total` -Total number of slow path exercised in renewing leader leases. 'name' is the string used to identify the lease. Please make sure to group by name. -- Stability Level: STABLE - -### `leader_election_master_status` -Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master. 'name' is the string used to identify the lease. Please make sure to group by name. -- Stability Level: STABLE diff --git a/website/hugo.yaml b/website/hugo.yaml index ecb6b9d2ede3..f3773b5409b8 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -76,12 +76,12 @@ params: url: "https://slack.k8s.io/" icon: fab fa-slack desc: "Chat with us on Slack in the #aws-provider channel" - latest_release_version: "1.10.0" + latest_release_version: "1.11.0" latest_k8s_version: "1.35" versions: - - v1.10 - v1.9 - - v1.8 + - v1.11 + - v1.10 - v1.0 - preview menu: From 5d5ed907fc2a0415d6aa7321bf06e9b4e1d83abf Mon Sep 17 00:00:00 2001 From: ryan-mist Date: Mon, 6 Apr 2026 15:06:27 -0700 Subject: [PATCH 2/3] fix docs --- website/content/en/docs/reference/metrics.md | 351 ++++++++++++++++++ .../en/docs/upgrading/upgrade-guide.md | 17 + .../content/en/preview/reference/metrics.md | 351 ++++++++++++++++++ .../en/preview/upgrading/upgrade-guide.md | 17 + .../en/v1.11/upgrading/upgrade-guide.md | 17 + website/hugo.yaml | 2 +- 6 files changed, 754 insertions(+), 1 deletion(-) diff --git a/website/content/en/docs/reference/metrics.md b/website/content/en/docs/reference/metrics.md index e25b37c0db4d..386ee4f8e912 100644 --- a/website/content/en/docs/reference/metrics.md +++ b/website/content/en/docs/reference/metrics.md @@ -8,6 +8,329 @@ description: > --- Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) + +### `karpenter_ignored_pod_count` +Number of pods ignored during scheduling by Karpenter +- Stability Level: ALPHA + +### `karpenter_build_info` +A metric with a constant '1' value labeled by version from which karpenter was built. +- Stability Level: STABLE + +## Nodeclaims Metrics + +### `karpenter_nodeclaims_termination_duration_seconds` +Duration of NodeClaim termination in seconds. +- Stability Level: BETA + +### `karpenter_nodeclaims_terminated_total` +Number of nodeclaims terminated in total by Karpenter. Labeled by the owning nodepool. +- Stability Level: STABLE + +### `karpenter_nodeclaims_instance_termination_duration_seconds` +Duration of CloudProvider Instance termination in seconds. +- Stability Level: BETA + +### `karpenter_nodeclaims_disrupted_total` +Number of nodeclaims disrupted in total by Karpenter. Labeled by reason the nodeclaim was disrupted and the owning nodepool. +- Stability Level: ALPHA + +### `karpenter_nodeclaims_created_total` +Number of nodeclaims created in total by Karpenter. Labeled by reason the nodeclaim was created and the owning nodepool. +- Stability Level: STABLE + +### `operator_nodeclaim_status_condition_transitions_total` +The count of transitions of a nodeclaim, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_count` +The number of a condition for a nodeclaim, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodeclaim_termination_current_time_seconds` +The current amount of time in seconds that a nodeclaim has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_nodeclaim_termination_duration_seconds` +The amount of time taken by a nodeclaim to terminate completely. +- Stability Level: BETA + +## Nodes Metrics + +### `karpenter_nodes_total_pod_requests` +Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods. +- Stability Level: BETA + +### `karpenter_nodes_total_pod_limits` +Node total pod limits are the resources specified by pod limits, including the DaemonSet pods. +- Stability Level: BETA + +### `karpenter_nodes_total_daemon_requests` +Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. +- Stability Level: BETA + +### `karpenter_nodes_total_daemon_limits` +Node total daemon limits are the resources specified by DaemonSet pod limits. +- Stability Level: BETA + +### `karpenter_nodes_termination_duration_seconds` +The time taken between a node's deletion request and the removal of its finalizer +- Stability Level: BETA + +### `karpenter_nodes_terminated_total` +Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. +- Stability Level: STABLE + +### `karpenter_nodes_system_overhead` +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_eviction_requests_total` +The total number of eviction requests made by Karpenter +- Stability Level: ALPHA + +### `karpenter_nodes_drained_total` +The total number of nodes drained by Karpenter +- 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 + +### `karpenter_nodes_allocatable` +Node allocatable are the resources allocatable by nodes. +- Stability Level: BETA + +### `operator_node_status_condition_transitions_total` +The count of transitions of a node, type and status. +- Stability Level: BETA + +### `operator_node_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_node_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_node_status_condition_count` +The number of a condition for a node, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_node_termination_current_time_seconds` +The current amount of time in seconds that a node has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_node_termination_duration_seconds` +The amount of time taken by a node to terminate completely. +- Stability Level: BETA + +### `operator_node_event_count` +The number of a events for a node. +- Stability Level: BETA + +## Pods Metrics + +### `karpenter_pods_state` +Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type and pod phase. +- Stability Level: BETA + +### `karpenter_pods_startup_duration_seconds` +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: DEPRECATED + +### `operator_termination_current_time_seconds` +The current amount of time in seconds that an object has been in terminating state. +- Stability Level: DEPRECATED + +## Voluntary Disruption Metrics + +### `karpenter_voluntary_disruption_queue_failures_total` +The number of times that an enqueued disruption decision failed. Labeled by disruption method. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_eligible_nodes` +Number of nodes eligible for disruption by Karpenter. Labeled by disruption reason. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_decisions_total` +Number of disruption decisions performed. Labeled by disruption decision, reason, and consolidation type. +- Stability Level: STABLE + +### `karpenter_voluntary_disruption_decision_evaluation_duration_seconds` +Duration of the disruption decision evaluation process in seconds. Labeled by method and consolidation type. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_consolidation_timeouts_total` +Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type. +- Stability Level: BETA + +## Scheduler Metrics + +### `karpenter_scheduler_scheduling_duration_seconds` +Duration of scheduling simulations used for deprovisioning and provisioning in seconds. +- Stability Level: STABLE + +### `karpenter_scheduler_queue_depth` +The number of pods currently waiting to be scheduled. +- Stability Level: BETA + +## Nodepools Metrics + +### `karpenter_nodepools_usage` +The amount of resources that have been provisioned for a nodepool. Labeled by nodepool name and resource type. +- Stability Level: ALPHA + +### `karpenter_nodepools_limit` +Limits specified on the nodepool that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type. +- Stability Level: ALPHA + +### `karpenter_nodepools_allowed_disruptions` +The number of nodes for a given NodePool that can be concurrently disrupting at a point in time. Labeled by NodePool. Note that allowed disruptions can change very rapidly, as new nodes may be created and others may be deleted at any point. +- Stability Level: ALPHA + +### `operator_nodepool_status_condition_transitions_total` +The count of transitions of a nodepool, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_nodepool_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_nodepool_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodepool_status_condition_count` +The number of an condition for a nodepool, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodepool_termination_current_time_seconds` +The current amount of time in seconds that a nodepool has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_nodepool_termination_duration_seconds` +Duration of NodePool termination in seconds. +- Stability Level: BETA + +## EC2NodeClass Metrics + +### `operator_ec2nodeclass_status_condition_transitions_total` +The count of transitions of a ec2nodeclass, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_count` +The number of an condition for an ec2nodeclass, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_ec2nodeclass_termination_current_time_seconds` +The current amount of time in seconds that an ec2nodeclass has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_ec2nodeclass_termination_duration_seconds` +Duration of ec2nodeclass termination in seconds. +- Stability Level: BETA + +## Interruption Metrics + +### `karpenter_interruption_received_messages_total` +Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. +- Stability Level: STABLE + +### `karpenter_interruption_message_queue_duration_seconds` +Amount of time an interruption message is on the queue before it is processed by karpenter. +- Stability Level: STABLE + +### `karpenter_interruption_deleted_messages_total` +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_unsynced_time_seconds` +The time for which cluster state is not synced +- Stability Level: ALPHA + +### `karpenter_cluster_state_synced` +Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state +- Stability Level: STABLE + +### `karpenter_cluster_state_node_count` +Current count of nodes in cluster state +- Stability Level: STABLE + +## Cloudprovider Metrics + +### `karpenter_cloudprovider_instance_type_offering_price_estimate` +Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone. +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_offering_available` +Instance type offering availability, based on instance type, capacity type, and zone +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_memory_bytes` +Memory, in bytes, for a given instance type. +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_cpu_cores` +VCPUs cores for a given instance type. +- Stability Level: BETA + +### `karpenter_cloudprovider_errors_total` +Total number of errors returned from CloudProvider calls. +- Stability Level: BETA + +### `karpenter_cloudprovider_duration_seconds` +Duration of cloud provider method calls. Labeled by the controller, method name and provider. +- Stability Level: BETA + +## Cloudprovider Batcher Metrics + +### `karpenter_cloudprovider_batcher_batch_time_seconds` +Duration of the batching window per batcher +- Stability Level: BETA + +### `karpenter_cloudprovider_batcher_batch_size` +Size of the request batch per batcher +- Stability Level: BETA + ## Controller Runtime Metrics ### `controller_runtime_terminal_reconcile_errors_total` @@ -72,6 +395,34 @@ Current depth of workqueue by workqueue and priority Total number of adds handled by workqueue - Stability Level: STABLE +## Status Condition Metrics + +### `operator_status_condition_transitions_total` +The count of transitions of a given object, type and status. +- Stability Level: DEPRECATED + +### `operator_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. e.g. Alarm := P99(Updated=False) > 5 minutes +- Stability Level: DEPRECATED + +### `operator_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Alarm := P99(Updated=Unknown) > 5 minutes +- Stability Level: DEPRECATED + +### `operator_status_condition_count` +The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0 +- Stability Level: DEPRECATED + +## Client Go Metrics + +### `client_go_request_total` +Number of HTTP requests, partitioned by status code and method. +- Stability Level: STABLE + +### `client_go_request_duration_seconds` +Request latency in seconds. Broken down by verb, group, version, kind, and subresource. +- Stability Level: STABLE + ## AWS SDK Go Metrics ### `aws_sdk_go_request_total` diff --git a/website/content/en/docs/upgrading/upgrade-guide.md b/website/content/en/docs/upgrading/upgrade-guide.md index 1d592e994e6e..3659affa8706 100644 --- a/website/content/en/docs/upgrading/upgrade-guide.md +++ b/website/content/en/docs/upgrading/upgrade-guide.md @@ -86,6 +86,23 @@ If you get the error `invalid ownership metadata; label validation error:` while WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST --> +### Upgrading to `1.11.0`+ + +{{% alert title="Warning" color="warning" %}} +Karpenter `1.1.0` drops the support for `v1beta1` APIs. +**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{}}). +{{% /alert %}} + +* In the [getting started guide's cloudformation template]({{}}), + there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: + - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) + - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. + +Full Changelog: +* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.11.0 +* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.11.0 + ### Upgrading to `1.10.0`+ {{% alert title="Warning" color="warning" %}} diff --git a/website/content/en/preview/reference/metrics.md b/website/content/en/preview/reference/metrics.md index e25b37c0db4d..386ee4f8e912 100644 --- a/website/content/en/preview/reference/metrics.md +++ b/website/content/en/preview/reference/metrics.md @@ -8,6 +8,329 @@ description: > --- Karpenter makes several metrics available in Prometheus format to allow monitoring cluster provisioning status. These metrics are available by default at `karpenter.kube-system.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) + +### `karpenter_ignored_pod_count` +Number of pods ignored during scheduling by Karpenter +- Stability Level: ALPHA + +### `karpenter_build_info` +A metric with a constant '1' value labeled by version from which karpenter was built. +- Stability Level: STABLE + +## Nodeclaims Metrics + +### `karpenter_nodeclaims_termination_duration_seconds` +Duration of NodeClaim termination in seconds. +- Stability Level: BETA + +### `karpenter_nodeclaims_terminated_total` +Number of nodeclaims terminated in total by Karpenter. Labeled by the owning nodepool. +- Stability Level: STABLE + +### `karpenter_nodeclaims_instance_termination_duration_seconds` +Duration of CloudProvider Instance termination in seconds. +- Stability Level: BETA + +### `karpenter_nodeclaims_disrupted_total` +Number of nodeclaims disrupted in total by Karpenter. Labeled by reason the nodeclaim was disrupted and the owning nodepool. +- Stability Level: ALPHA + +### `karpenter_nodeclaims_created_total` +Number of nodeclaims created in total by Karpenter. Labeled by reason the nodeclaim was created and the owning nodepool. +- Stability Level: STABLE + +### `operator_nodeclaim_status_condition_transitions_total` +The count of transitions of a nodeclaim, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodeclaim_status_condition_count` +The number of a condition for a nodeclaim, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodeclaim_termination_current_time_seconds` +The current amount of time in seconds that a nodeclaim has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_nodeclaim_termination_duration_seconds` +The amount of time taken by a nodeclaim to terminate completely. +- Stability Level: BETA + +## Nodes Metrics + +### `karpenter_nodes_total_pod_requests` +Node total pod requests are the resources requested by pods bound to nodes, including the DaemonSet pods. +- Stability Level: BETA + +### `karpenter_nodes_total_pod_limits` +Node total pod limits are the resources specified by pod limits, including the DaemonSet pods. +- Stability Level: BETA + +### `karpenter_nodes_total_daemon_requests` +Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. +- Stability Level: BETA + +### `karpenter_nodes_total_daemon_limits` +Node total daemon limits are the resources specified by DaemonSet pod limits. +- Stability Level: BETA + +### `karpenter_nodes_termination_duration_seconds` +The time taken between a node's deletion request and the removal of its finalizer +- Stability Level: BETA + +### `karpenter_nodes_terminated_total` +Number of nodes terminated in total by Karpenter. Labeled by owning nodepool. +- Stability Level: STABLE + +### `karpenter_nodes_system_overhead` +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_eviction_requests_total` +The total number of eviction requests made by Karpenter +- Stability Level: ALPHA + +### `karpenter_nodes_drained_total` +The total number of nodes drained by Karpenter +- 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 + +### `karpenter_nodes_allocatable` +Node allocatable are the resources allocatable by nodes. +- Stability Level: BETA + +### `operator_node_status_condition_transitions_total` +The count of transitions of a node, type and status. +- Stability Level: BETA + +### `operator_node_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_node_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_node_status_condition_count` +The number of a condition for a node, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_node_termination_current_time_seconds` +The current amount of time in seconds that a node has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_node_termination_duration_seconds` +The amount of time taken by a node to terminate completely. +- Stability Level: BETA + +### `operator_node_event_count` +The number of a events for a node. +- Stability Level: BETA + +## Pods Metrics + +### `karpenter_pods_state` +Pod state is the current state of pods. This metric can be used several ways as it is labeled by the pod name, namespace, owner, node, nodepool name, zone, architecture, capacity type, instance type and pod phase. +- Stability Level: BETA + +### `karpenter_pods_startup_duration_seconds` +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: DEPRECATED + +### `operator_termination_current_time_seconds` +The current amount of time in seconds that an object has been in terminating state. +- Stability Level: DEPRECATED + +## Voluntary Disruption Metrics + +### `karpenter_voluntary_disruption_queue_failures_total` +The number of times that an enqueued disruption decision failed. Labeled by disruption method. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_eligible_nodes` +Number of nodes eligible for disruption by Karpenter. Labeled by disruption reason. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_decisions_total` +Number of disruption decisions performed. Labeled by disruption decision, reason, and consolidation type. +- Stability Level: STABLE + +### `karpenter_voluntary_disruption_decision_evaluation_duration_seconds` +Duration of the disruption decision evaluation process in seconds. Labeled by method and consolidation type. +- Stability Level: BETA + +### `karpenter_voluntary_disruption_consolidation_timeouts_total` +Number of times the Consolidation algorithm has reached a timeout. Labeled by consolidation type. +- Stability Level: BETA + +## Scheduler Metrics + +### `karpenter_scheduler_scheduling_duration_seconds` +Duration of scheduling simulations used for deprovisioning and provisioning in seconds. +- Stability Level: STABLE + +### `karpenter_scheduler_queue_depth` +The number of pods currently waiting to be scheduled. +- Stability Level: BETA + +## Nodepools Metrics + +### `karpenter_nodepools_usage` +The amount of resources that have been provisioned for a nodepool. Labeled by nodepool name and resource type. +- Stability Level: ALPHA + +### `karpenter_nodepools_limit` +Limits specified on the nodepool that restrict the quantity of resources provisioned. Labeled by nodepool name and resource type. +- Stability Level: ALPHA + +### `karpenter_nodepools_allowed_disruptions` +The number of nodes for a given NodePool that can be concurrently disrupting at a point in time. Labeled by NodePool. Note that allowed disruptions can change very rapidly, as new nodes may be created and others may be deleted at any point. +- Stability Level: ALPHA + +### `operator_nodepool_status_condition_transitions_total` +The count of transitions of a nodepool, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_nodepool_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_nodepool_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodepool_status_condition_count` +The number of an condition for a nodepool, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_nodepool_termination_current_time_seconds` +The current amount of time in seconds that a nodepool has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_nodepool_termination_duration_seconds` +Duration of NodePool termination in seconds. +- Stability Level: BETA + +## EC2NodeClass Metrics + +### `operator_ec2nodeclass_status_condition_transitions_total` +The count of transitions of a ec2nodeclass, type and status. Labeled by the type, reason, and status. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. Labeled by the name of the nodeclaim, and the namespace. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Labeled by the name of the nodelcaim, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_ec2nodeclass_status_condition_count` +The number of an condition for an ec2nodeclass, type and status. Labeled by the name, namespace, type, status, and reason. +- Stability Level: BETA + +### `operator_ec2nodeclass_termination_current_time_seconds` +The current amount of time in seconds that an ec2nodeclass has been in terminating state. Labeled by name, and namespace. +- Stability Level: BETA + +### `operator_ec2nodeclass_termination_duration_seconds` +Duration of ec2nodeclass termination in seconds. +- Stability Level: BETA + +## Interruption Metrics + +### `karpenter_interruption_received_messages_total` +Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. +- Stability Level: STABLE + +### `karpenter_interruption_message_queue_duration_seconds` +Amount of time an interruption message is on the queue before it is processed by karpenter. +- Stability Level: STABLE + +### `karpenter_interruption_deleted_messages_total` +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_unsynced_time_seconds` +The time for which cluster state is not synced +- Stability Level: ALPHA + +### `karpenter_cluster_state_synced` +Returns 1 if cluster state is synced and 0 otherwise. Synced checks that nodeclaims and nodes that are stored in the APIServer have the same representation as Karpenter's cluster state +- Stability Level: STABLE + +### `karpenter_cluster_state_node_count` +Current count of nodes in cluster state +- Stability Level: STABLE + +## Cloudprovider Metrics + +### `karpenter_cloudprovider_instance_type_offering_price_estimate` +Instance type offering estimated hourly price used when making informed decisions on node cost calculation, based on instance type, capacity type, and zone. +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_offering_available` +Instance type offering availability, based on instance type, capacity type, and zone +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_memory_bytes` +Memory, in bytes, for a given instance type. +- Stability Level: BETA + +### `karpenter_cloudprovider_instance_type_cpu_cores` +VCPUs cores for a given instance type. +- Stability Level: BETA + +### `karpenter_cloudprovider_errors_total` +Total number of errors returned from CloudProvider calls. +- Stability Level: BETA + +### `karpenter_cloudprovider_duration_seconds` +Duration of cloud provider method calls. Labeled by the controller, method name and provider. +- Stability Level: BETA + +## Cloudprovider Batcher Metrics + +### `karpenter_cloudprovider_batcher_batch_time_seconds` +Duration of the batching window per batcher +- Stability Level: BETA + +### `karpenter_cloudprovider_batcher_batch_size` +Size of the request batch per batcher +- Stability Level: BETA + ## Controller Runtime Metrics ### `controller_runtime_terminal_reconcile_errors_total` @@ -72,6 +395,34 @@ Current depth of workqueue by workqueue and priority Total number of adds handled by workqueue - Stability Level: STABLE +## Status Condition Metrics + +### `operator_status_condition_transitions_total` +The count of transitions of a given object, type and status. +- Stability Level: DEPRECATED + +### `operator_status_condition_transition_seconds` +The amount of time a condition was in a given state before transitioning. e.g. Alarm := P99(Updated=False) > 5 minutes +- Stability Level: DEPRECATED + +### `operator_status_condition_current_status_seconds` +The current amount of time in seconds that a status condition has been in a specific state. Alarm := P99(Updated=Unknown) > 5 minutes +- Stability Level: DEPRECATED + +### `operator_status_condition_count` +The number of an condition for a given object, type and status. e.g. Alarm := Available=False > 0 +- Stability Level: DEPRECATED + +## Client Go Metrics + +### `client_go_request_total` +Number of HTTP requests, partitioned by status code and method. +- Stability Level: STABLE + +### `client_go_request_duration_seconds` +Request latency in seconds. Broken down by verb, group, version, kind, and subresource. +- Stability Level: STABLE + ## AWS SDK Go Metrics ### `aws_sdk_go_request_total` diff --git a/website/content/en/preview/upgrading/upgrade-guide.md b/website/content/en/preview/upgrading/upgrade-guide.md index 1d592e994e6e..3659affa8706 100644 --- a/website/content/en/preview/upgrading/upgrade-guide.md +++ b/website/content/en/preview/upgrading/upgrade-guide.md @@ -86,6 +86,23 @@ If you get the error `invalid ownership metadata; label validation error:` while WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST --> +### Upgrading to `1.11.0`+ + +{{% alert title="Warning" color="warning" %}} +Karpenter `1.1.0` drops the support for `v1beta1` APIs. +**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{}}). +{{% /alert %}} + +* In the [getting started guide's cloudformation template]({{}}), + there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: + - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) + - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. + +Full Changelog: +* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.11.0 +* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.11.0 + ### Upgrading to `1.10.0`+ {{% alert title="Warning" color="warning" %}} diff --git a/website/content/en/v1.11/upgrading/upgrade-guide.md b/website/content/en/v1.11/upgrading/upgrade-guide.md index 1d592e994e6e..3659affa8706 100644 --- a/website/content/en/v1.11/upgrading/upgrade-guide.md +++ b/website/content/en/v1.11/upgrading/upgrade-guide.md @@ -86,6 +86,23 @@ If you get the error `invalid ownership metadata; label validation error:` while WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST --> +### Upgrading to `1.11.0`+ + +{{% alert title="Warning" color="warning" %}} +Karpenter `1.1.0` drops the support for `v1beta1` APIs. +**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{}}). +{{% /alert %}} + +* In the [getting started guide's cloudformation template]({{}}), + there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: + - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) + - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. + +Full Changelog: +* https://github.com/aws/karpenter-provider-aws/releases/tag/v1.11.0 +* https://github.com/kubernetes-sigs/karpenter/releases/tag/v1.11.0 + ### Upgrading to `1.10.0`+ {{% alert title="Warning" color="warning" %}} diff --git a/website/hugo.yaml b/website/hugo.yaml index f3773b5409b8..8347564553de 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -79,9 +79,9 @@ params: latest_release_version: "1.11.0" latest_k8s_version: "1.35" versions: - - v1.9 - v1.11 - v1.10 + - v1.9 - v1.0 - preview menu: From 1af350878692cf6d7d0a706f2d45a42bc4223100 Mon Sep 17 00:00:00 2001 From: ryan-mist Date: Mon, 6 Apr 2026 15:27:14 -0700 Subject: [PATCH 3/3] fix --- website/content/en/docs/upgrading/upgrade-guide.md | 1 + website/content/en/preview/upgrading/upgrade-guide.md | 1 + website/content/en/v1.11/upgrading/upgrade-guide.md | 1 + 3 files changed, 3 insertions(+) diff --git a/website/content/en/docs/upgrading/upgrade-guide.md b/website/content/en/docs/upgrading/upgrade-guide.md index 3659affa8706..4b2c15f29e20 100644 --- a/website/content/en/docs/upgrading/upgrade-guide.md +++ b/website/content/en/docs/upgrading/upgrade-guide.md @@ -97,6 +97,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs. there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. Full Changelog: diff --git a/website/content/en/preview/upgrading/upgrade-guide.md b/website/content/en/preview/upgrading/upgrade-guide.md index 3659affa8706..4b2c15f29e20 100644 --- a/website/content/en/preview/upgrading/upgrade-guide.md +++ b/website/content/en/preview/upgrading/upgrade-guide.md @@ -97,6 +97,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs. there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. Full Changelog: diff --git a/website/content/en/v1.11/upgrading/upgrade-guide.md b/website/content/en/v1.11/upgrading/upgrade-guide.md index 3659affa8706..4b2c15f29e20 100644 --- a/website/content/en/v1.11/upgrading/upgrade-guide.md +++ b/website/content/en/v1.11/upgrading/upgrade-guide.md @@ -97,6 +97,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs. there are new changes to IAM permissions in the Karpenter controller role for supporting placement groups: - `ec2:DescribePlacementGroups` action in [AllowRegionalReadActions]({{}}) - `arn:${AWS::Partition}:ec2:${AWS::Region}:*:placement-group/*` resource in [AllowScopedEC2InstanceAccessActions]({{}}) + If you are using placement groups, you will need to update your Karpenter controller role. Full Changelog: