diff --git a/website/config.yaml b/website/config.yaml index 99b2b609d923..55ed3d2b4b74 100644 --- a/website/config.yaml +++ b/website/config.yaml @@ -70,6 +70,7 @@ params: versions: - v0.22.1 - v0.21.1 + - v0.20.0 - preview menu: main: diff --git a/website/content/en/preview/troubleshooting.md b/website/content/en/preview/troubleshooting.md index b29d68127153..76ef203bf759 100644 --- a/website/content/en/preview/troubleshooting.md +++ b/website/content/en/preview/troubleshooting.md @@ -8,18 +8,6 @@ description: > ## Installation -### Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - ### Missing Service Linked Role Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. ``` @@ -104,9 +92,22 @@ kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{ ## Webhooks -### Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" +### Failed calling webhook "validation.webhook.provisioners.karpenter.sh" + +If you are not able to create a provisioner due to `Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` + +Webhooks were renamed in v0.19.0. There's a bug in ArgoCD's upgrade workflow where webhooks are leaked. This results in Provisioner's failing to be validated, since the validation server no longer corresponds to the webhook definition. + +Delete the stale webhooks. +``` +kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh +kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh +``` + +### Failed calling webhook "defaulting.webhook.karpenter.sh" + +If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) ```text diff --git a/website/content/en/v0.16.3/AWS/_index.md b/website/content/en/v0.16.3/AWS/_index.md deleted file mode 100644 index 84d2edd23e3b..000000000000 --- a/website/content/en/v0.16.3/AWS/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "AWS" -linkTitle: "AWS" -weight: 70 -description: > - Use AWS cloud provider features with Karpenter ---- - -Check out the [Karpenter EKS Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/) guide. - -Check out the [EC2 Spot Workshop](https://ec2spotworkshops.com/karpenter.html) for Karpenter and the [EKS Karpenter Workshop](https://www.eksworkshop.com/beginner/085_scaling_karpenter/set_up_the_provisioner/). diff --git a/website/content/en/v0.16.3/AWS/instance-types.md b/website/content/en/v0.16.3/AWS/instance-types.md deleted file mode 100644 index d9d6a013071b..000000000000 --- a/website/content/en/v0.16.3/AWS/instance-types.md +++ /dev/null @@ -1,12620 +0,0 @@ ---- -title: "Instance Types" -linkTitle: "Instance Types" -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 -- `aws-eni-limited-pod-density` is assumed to be `true` -- `amiFamily` is set to the default of `AL2` -## a1 Family -### `a1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `a1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `a1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `a1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `a1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `a1.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -## c1 Family -### `c1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-pods|12| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|1022Mi| - |pods|12| -### `c1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7168| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|5537Mi| - |pods|58| -## c3 Family -### `c3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|2778Mi| - |pods|29| -### `c3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6011Mi| - |pods|58| -### `c3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|13115Mi| - |pods|58| -### `c3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|25387Mi| - |pods|234| -### `c3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|53803Mi| - |pods|234| -## c4 Family -### `c4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|2778Mi| - |pods|29| -### `c4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6011Mi| - |pods|58| -### `c4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|13115Mi| - |pods|58| -### `c4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|25387Mi| - |pods|234| -### `c4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|17434098Ki| - |memory|53803Mi| - |pods|234| -## c5 Family -### `c5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c5.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|17434098Ki| - |memory|65169Mi| - |pods|234| -### `c5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c5.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|17434098Ki| - |memory|127834Mi| - |pods|737| -### `c5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## c5a Family -### `c5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## c5ad Family -### `c5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## c5d Family -### `c5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c5d.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|17434098Ki| - |memory|65169Mi| - |pods|234| -### `c5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c5d.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|17434098Ki| - |memory|127834Mi| - |pods|737| -### `c5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## c5n Family -### `c5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|5376| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|4198Mi| - |pods|29| -### `c5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|10752| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|8852Mi| - |pods|58| -### `c5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|21504| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|18798Mi| - |pods|58| -### `c5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|43008| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|36753Mi| - |pods|234| -### `c5n.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c5n.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## c6a Family -### `c6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `c6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `c6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## c6g Family -### `c6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `c6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -## c6gd Family -### `c6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `c6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -## c6gn Family -### `c6gn.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `c6gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6gn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -## c6i Family -### `c6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `c6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## c6id Family -### `c6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -### `c6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `c6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `c6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## c7g Family -### `c7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `c7g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3014Mi| - |pods|29| -### `c7g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |pods|58| -### `c7g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `c7g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |pods|234| -### `c7g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `c7g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `c7g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |pods|737| -## cc2 Family -### `cc2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|cc| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|cc2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61952| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|cc2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|54276Mi| - |pods|234| -## d2 Family -### `d2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |pods|58| -### `d2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |pods|58| -### `d2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |pods|234| -### `d2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |pods|234| -## d3 Family -### `d3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29745Mi| - |pods|10| -### `d3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59967Mi| - |pods|18| -### `d3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|120368Mi| - |pods|38| -### `d3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|59| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|241379Mi| - |pods|59| -## d3en Family -### `d3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14590Mi| - |pods|10| -### `d3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29657Mi| - |pods|18| -### `d3en.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|59747Mi| - |pods|38| -### `d3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|89838Mi| - |pods|58| -### `d3en.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|78| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|119928Mi| - |pods|78| -### `d3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|89| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|180428Mi| - |pods|89| -## dl1 Family -### `dl1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| - |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|4000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|694632Mi| - |pods|2942| -## g3 Family -### `g3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|g3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |nvidia.com/gpu|2| - |pods|234| -### `g3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|453671Mi| - |nvidia.com/gpu|4| - |pods|737| -## g3s Family -### `g3s.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|g3s| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3s.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |nvidia.com/gpu|1| - |pods|58| -## g4ad Family -### `g4ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14612Mi| - |pods|8| -### `g4ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29767Mi| - |pods|8| -### `g4ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|59846Mi| - |pods|29| -### `g4ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|2| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|120148Mi| - |pods|58| -### `g4ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|4| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -## g4dn Family -### `g4dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|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|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29536Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|29| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|59846Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|120148Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g4dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |nvidia.com/gpu|4| - |pods|234| -### `g4dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|241390Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g4dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |nvidia.com/gpu|8| - |pods|737| -## g5 Family -### `g5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |nvidia.com/gpu|4| - |pods|737| -### `g5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |nvidia.com/gpu|4| - |pods|737| -### `g5.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| -## g5g Family -### `g5g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6484Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|27281Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| -### `g5g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| -## h1 Family -### `h1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `h1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `h1.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `h1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## i2 Family -### `i2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |pods|58| -### `i2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |pods|58| -### `i2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |pods|234| -### `i2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|13670Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |pods|58| -### `i3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |pods|58| -### `i3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |pods|234| -### `i3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |pods|234| -### `i3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|453671Mi| - |pods|737| -### `i3.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|i3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -## i3en Family -### `i3en.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `i3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `i3en.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |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|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|17434098Ki| - |memory|89838Mi| - |pods|58| -### `i3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `i3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `i3en.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `i3en.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## i4i Family -### `i4i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `i4i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `i4i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `i4i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `i4i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `i4i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `i4i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -## im4gn Family -### `im4gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `im4gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `im4gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `im4gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `im4gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `im4gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## inf1 Family -### `inf1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|38| - |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| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|6704Mi| - |pods|38| -### `inf1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|38| - |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| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|14282Mi| - |pods|38| -### `inf1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |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-pods|234| - |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| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|42436Mi| - |pods|234| -### `inf1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|321| - |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| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|177876Mi| - |pods|321| -## is4gen Family -### `is4gen.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|5140Mi| - |pods|8| -### `is4gen.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|10592Mi| - |pods|29| -### `is4gen.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|21639Mi| - |pods|58| -### `is4gen.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|44372Mi| - |pods|58| -### `is4gen.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `is4gen.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -## m1 Family -### `m1.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|1066Mi| - |pods|8| -### `m1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|2916Mi| - |pods|12| -### `m1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|6330Mi| - |pods|29| -### `m1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|13115Mi| - |pods|58| -## m2 Family -### `m2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|58| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|15103Mi| - |pods|58| -### `m2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|118| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|30640Mi| - |pods|118| -### `m2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|234| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|61758Mi| - |pods|234| -## m3 Family -### `m3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|2965Mi| - |pods|12| -### `m3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|6330Mi| - |pods|29| -### `m3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|13115Mi| - |pods|58| -### `m3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|118| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|26663Mi| - |pods|118| -## m4 Family -### `m4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|20| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|6902Mi| - |pods|20| -### `m4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m4.10xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| - |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-pods|234| - |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|39730m| - |ephemeral-storage|17434098Ki| - |memory|148523Mi| - |pods|234| -### `m4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |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|63670m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -## m5 Family -### `m5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5a Family -### `m5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5ad Family -### `m5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5d Family -### `m5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5dn Family -### `m5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5n Family -### `m5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -## m5zn Family -### `m5zn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m5zn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m5zn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m5zn.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|17434098Ki| - |memory|42436Mi| - |pods|234| -### `m5zn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `m5zn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -### `m5zn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## m6a Family -### `m6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `m6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## m6g Family -### `m6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|3245Mi| - |pods|8| -### `m6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## m6gd Family -### `m6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|3245Mi| - |pods|8| -### `m6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -## m6i Family -### `m6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `m6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -## m6id Family -### `m6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6803Mi| - |pods|29| -### `m6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `m6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `m6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|57591Mi| - |pods|234| -### `m6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `m6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `m6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|233921Mi| - |pods|737| -### `m6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `m6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `m6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -## p2 Family -### `p2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -### `p2.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|16| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|749568| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|690321Mi| - |nvidia.com/gpu|16| - |pods|234| -## p3 Family -### `p3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |nvidia.com/gpu|4| - |pods|234| -### `p3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -## p3dn Family -### `p3dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| -## p4d Family -### `p4d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|1058357Mi| - |nvidia.com/gpu|8| - |pods|2942| -## r3 Family -### `r3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|13434Mi| - |pods|29| -### `r3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |pods|58| -### `r3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |pods|58| -### `r3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |pods|234| -### `r3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |pods|234| -## r4 Family -### `r4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|13670Mi| - |pods|29| -### `r4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|27796Mi| - |pods|58| -### `r4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|56686Mi| - |pods|58| -### `r4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|112529Mi| - |pods|234| -### `r4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|228087Mi| - |pods|234| -### `r4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|453671Mi| - |pods|737| -## r5 Family -### `r5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5a Family -### `r5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5ad Family -### `r5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5b Family -### `r5b.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5b.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5b.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5b.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5b.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5b.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5b.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5b.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r5b.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5d Family -### `r5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5dn Family -### `r5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r5n Family -### `r5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -## r6a Family -### `r6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|17434098Ki| - |memory|1446337Mi| - |pods|737| -### `r6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |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|191350m| - |ephemeral-storage|17434098Ki| - |memory|1446337Mi| - |pods|737| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|7034Mi| - |pods|8| -### `r6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -## r6gd Family -### `r6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|7034Mi| - |pods|8| -### `r6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -## r6i Family -### `r6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `r6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -## r6id Family -### `r6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `r6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `r6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `r6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|118212Mi| - |pods|234| -### `r6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `r6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|360695Mi| - |pods|234| -### `r6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|476404Mi| - |pods|737| -### `r6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|718887Mi| - |pods|737| -### `r6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `r6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -## t1 Family -### `t1.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|80Mi| - |pods|4| -## t2 Family -### `t2.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|-26Mi| - |pods|4| -### `t2.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|448Mi| - |pods|4| -### `t2.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|11| - |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|840m| - |ephemeral-storage|17434098Ki| - |memory|1318Mi| - |pods|11| -### `t2.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|3146Mi| - |pods|17| -### `t2.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6737Mi| - |pods|35| -### `t2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|44| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|14216Mi| - |pods|44| -### `t2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|44| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|29371Mi| - |pods|44| -## t3 Family -### `t3.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|-26Mi| - |pods|4| -### `t3.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|448Mi| - |pods|4| -### `t3.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|1318Mi| - |pods|11| -### `t3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3146Mi| - |pods|17| -### `t3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6737Mi| - |pods|35| -### `t3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `t3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -## t3a Family -### `t3a.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|-26Mi| - |pods|4| -### `t3a.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|448Mi| - |pods|4| -### `t3a.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|8| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|1351Mi| - |pods|8| -### `t3a.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|3146Mi| - |pods|17| -### `t3a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|6737Mi| - |pods|35| -### `t3a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `t3a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -## t4g Family -### `t4g.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|-26Mi| - |pods|4| -### `t4g.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|448Mi| - |pods|4| -### `t4g.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|1318Mi| - |pods|11| -### `t4g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|3146Mi| - |pods|17| -### `t4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |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|1830m| - |ephemeral-storage|17434098Ki| - |memory|6737Mi| - |pods|35| -### `t4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|17434098Ki| - |memory|14062Mi| - |pods|58| -### `t4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -## u-12tb1 Family -### `u-12tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-12tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-12tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|17434098Ki| - |memory|11630631Mi| - |pods|737| -## u-3tb1 Family -### `u-3tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-3tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|17434098Ki| - |memory|2906769Mi| - |pods|234| -## u-6tb1 Family -### `u-6tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|17434098Ki| - |memory|5811034Mi| - |pods|737| -### `u-6tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|17434098Ki| - |memory|5811034Mi| - |pods|737| -## u-9tb1 Family -### `u-9tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-9tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|9437184| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-9tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|17434098Ki| - |memory|8720833Mi| - |pods|737| -## vt1 Family -### `vt1.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |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-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|17434098Ki| - |memory|21639Mi| - |pods|58| -### `vt1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|42436Mi| - |pods|234| -### `vt1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|173300Mi| - |pods|737| -## x1 Family -### `x1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|921438Mi| - |pods|234| -### `x1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|1845905Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|114784Mi| - |pods|29| -### `x1e.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|230023Mi| - |pods|58| -### `x1e.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|58| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|461140Mi| - |pods|58| -### `x1e.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|923374Mi| - |pods|58| -### `x1e.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|1845905Mi| - |pods|234| -### `x1e.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |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|127510m| - |ephemeral-storage|17434098Ki| - |memory|3694839Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|17434098Ki| - |memory|14612Mi| - |pods|8| -### `x2gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|29536Mi| - |pods|29| -### `x2gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `x2gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|120148Mi| - |pods|58| -### `x2gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|17434098Ki| - |memory|239454Mi| - |pods|234| -### `x2gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|481937Mi| - |pods|234| -### `x2gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|724420Mi| - |pods|234| -### `x2gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `x2gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -## x2idn Family -### `x2idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|961370Mi| - |pods|737| -### `x2idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|1446337Mi| - |pods|737| -### `x2idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|1931303Mi| - |pods|737| -### `x2idn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|1931303Mi| - |pods|737| -## x2iedn Family -### `x2iedn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|120148Mi| - |pods|58| -### `x2iedn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|241390Mi| - |pods|58| -### `x2iedn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|481937Mi| - |pods|234| -### `x2iedn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|966903Mi| - |pods|234| -### `x2iedn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|17434098Ki| - |memory|1931303Mi| - |pods|737| -### `x2iedn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|17434098Ki| - |memory|2901236Mi| - |pods|737| -### `x2iedn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|3871169Mi| - |pods|737| -### `x2iedn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|17434098Ki| - |memory|3871169Mi| - |pods|737| -## x2iezn Family -### `x2iezn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|241390Mi| - |pods|58| -### `x2iezn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|17434098Ki| - |memory|481937Mi| - |pods|234| -### `x2iezn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|724420Mi| - |pods|234| -### `x2iezn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|17434098Ki| - |memory|966903Mi| - |pods|234| -### `x2iezn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|1446337Mi| - |pods|737| -### `x2iezn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|1446337Mi| - |pods|737| -## z1d Family -### `z1d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|17434098Ki| - |memory|14381Mi| - |pods|29| -### `z1d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|17434098Ki| - |memory|29217Mi| - |pods|58| -### `z1d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|17434098Ki| - |memory|59527Mi| - |pods|58| -### `z1d.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|17434098Ki| - |memory|87902Mi| - |pods|234| -### `z1d.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|17434098Ki| - |memory|178833Mi| - |pods|234| -### `z1d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| -### `z1d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|17434098Ki| - |memory|355162Mi| - |pods|737| diff --git a/website/content/en/v0.16.3/AWS/launch-templates.md b/website/content/en/v0.16.3/AWS/launch-templates.md deleted file mode 100644 index cd2c40f9fe36..000000000000 --- a/website/content/en/v0.16.3/AWS/launch-templates.md +++ /dev/null @@ -1,241 +0,0 @@ ---- -title: "Launch Templates and Custom Images (Deprecated)" -linkTitle: "Launch Templates (Deprecated)" -weight: 0 -description: > - Create custom launch templates for Karpenter ---- -**Karpenter recommends using generated launch templates by specifying requirements in the [Provisioner and ProviderRef]({{}}) natively.** - -By default, Karpenter generates launch templates with the following features: -- [EKS Optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) for nodes. -- Encrypted EBS root volumes with the default (AWS managed) KMS key for nodes. - -In addition, Karpenter also fills the generated launch templates with the values in the [referenced AWSNodeTemplate]({{}}) including any [Custom AMIs or Custom User Data]({{}}). - -If these features are not sufficient for your use case (customizing node image, customizing EBS KMS key, etc), [you may need a custom launch template]({{}}). - -Note: When using a custom launch template, **you are taking responsibility** for maintaining the launch template, including updating which AMI is used (i.e., for security updates). In the default configuration, Karpenter will use the latest version of the EKS optimized AMI, which is maintained by AWS. Without a custom launch template, Karpenter will create its own. If these launch templates aren't used for sixty seconds, Karpenter will clean them up. - -## Introduction - -Karpenter follows existing AWS patterns for customizing the base image of -instances. More specifically, Karpenter uses [EC2 launch templates](https://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchTemplates.html). Launch -templates may specify many values. The pivotal value is the base image (AMI). -Launch templates further specify many different parameters related to networking, authorization, instance type, and more. - -Launch Templates and AMIs are unique to AWS regions, similar to EKS clusters. IAM resources are global. - -**Karpenter only implements a subset of launch template fields, and some fields should not be set.** - -This guide describes requirements for using launch templates with Karpenter, and later an example procedure. - -## Launch Template Requirements - -The Launch Template resource includes a large number of fields. AWS accepts launch templates with any subset of these fields defined. - -Certain fields are obviously critical, such as AMI and User Data. Some fields are useful for particular workloads, such as storage and IAM Instance Profile. - -Finally, **the majority of Launch Template fields should not be set** (or will have no effect), such as network interfaces and instance type. - -## Important Fields - -When creating a custom launch template, the AMI and User Data are the defining characteristics. Instance Profile (IAM Role) and Security Group (firewall rules) are also important for Karpenter. - -### AMI - -AMI (Amazon Machine Image), is the base image/VM for a launch template. - -[Review the instructions for importing a VM to AWS.](https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html) Note the AMI id generated by this process, such as, -`ami-074cce78125f09d61`. - -### User Data - Autoconfigure - -Importantly, the AMI must support automatically connecting to a cluster based -on "user data", or a base64 encoded string passed to the instance at startup. -The syntax and purpose of the user data varies between images. The Karpenter -default OS, Amazon Linux 2 (AL2), accepts shell scripts (bash commands). - -[AWS calls data passed to an instance at launch time "user -data".](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts) - -In the default configuration, Karpenter uses an EKS optimized version of AL2 and passes the hostname of the Kubernetes API server, and a certificate. The EKS Optimized AMI includes a `bootstrap.sh` script which connects the instance to the cluster, based on the passed data. - -Alternatively, you may reference AWS's [`bootstrap.sh` -file](https://github.com/awslabs/amazon-eks-ami/blob/master/files/bootstrap.sh) -when building a custom base image. - -``` -#!/bin/bash -/etc/eks/bootstrap.sh \ ---kubelet-extra-args <'--max-pods=40'> \ ---b64-cluster-ca \ ---apiserver-endpoint \ ---dns-cluster-ip \ ---use-max-pods false -``` - -Note, you must populate this command with live values. Karpenter will -not change the user data in the launch template. - -Encode using yaml function `!Base64` yaml function or `cat userdata.sh | base64 > userdata-encoded.txt` shell command. - -**Bootstrap Script Parameters** - -The sample bootstrap script requires information to join the cluster. - -These values may be found using: -``` -aws eks describe-cluster --name MyKarpenterCluster -``` - -**Kubelet Arguments** - -Specifying max-pods can break Karpenter's binpacking logic (it has no way to know what this setting is). If Karpenter attempts to pack more than this number of pods, the instance may be oversized, and additional pods will reschedule. - -## Situational Fields - -Configure these values in response to a particular use case, such as nodes interacting with another AWS service, or using EBS storage on the node. - -### Instance Profile - IAM - -The launch template must include an "instance profile" -- an IAM role. - -The instance profile must include *at least* the permissions of the default Karpenter node instance profile. See the default role, `KarpenterNodeRole`, in the full example below for more information. - -See also, [the managed policy "AmazonEKSWorkerNodePolicy"](https://docs.aws.amazon.com/eks/latest/userguide/security-iam-awsmanpol.html#security-iam-awsmanpol-AmazonEKSWorkerNodePolicy) which includes permission to describe clusters and subnets. - -### Storage - -Karpenter expects nothing of node storage. Configure as needed for your base -image. - -### Security Groups - Firewall - -The launch template may include a security group (i.e., instance firewall rules) and the security group must be associated with the virtual private cloud (VPC) of the EKS cluster. If none is specified, the default security group of the cluster VPC is used. - -The security group must permit communication with EKS control plane. Outbound access should be permitted for at least: HTTPS on port 443, DNS (UDP and TCP) on port 53, and your subnet's network access control list (network ACL). - -## Fields with Undefined Behavior - -Resources referenced by these fields are controlled by EKS/Karpenter, and not the launch template. - -### Instance Type - -The instance type should not be specified in the launch template. Karpenter -will determine the launch template at run time. - -### Network Interfaces - -The [AWS CNI](https://docs.aws.amazon.com/eks/latest/userguide/pod-networking.html) will configure the network interfaces. Do not configure network instances in the launch template. - -## Creating the Launch Template - -Launch Templates may be created via the web console, the AWS CLI, or -CloudFormation. - -### CloudFormation - -The procedure, in summary, is to: -1. [Create an AMI as described in the EC2 documentation.](https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html) -2. Write a EC2 Launch Template specification including the AMI. -3. Push the specification to AWS with CloudFormation. -4. Update the Provisioner CRD to specify the new Launch Template. - -An example yaml cloudformation definition of a launch template for Karpenter is -provided below. - -CloudFormation yaml is suited for the moderately high configuration density of -launch templates, and creating the unusual InstanceProfile resource. - -You must manually replace these values in the template: -- SecurityGroupID - - list all security groups with `aws ec2 describe-security-groups` -- Parameters in UserData -- AMI - -```yaml -AWSTemplateFormatVersion: '2010-09-09' -Resources: - # create InstanceProfile wrapper on NodeRole - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: "KarpenterNodeInstanceProfile" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - # create role with basic permissions for EKS node - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: "KarpenterNodeRole" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - MyLaunchTemplate: - Type: AWS::EC2::LaunchTemplate - Properties: - LaunchTemplateData: - IamInstanceProfile: - # Get ARN of InstanceProfile defined above - Arn: !GetAtt - - KarpenterNodeInstanceProfile - - Arn - ImageId: ami-074cce78125f09d61 - # UserData is Base64 Encoded - UserData: !Base64 > - #!/bin/bash - /etc/eks/bootstrap.sh 'MyClusterName' \ - --kubelet-extra-args '--node-labels=node.k8s.aws/capacity-type=spot' \ - --b64-cluster-ca 'LS0t....0tCg==' \ - --apiserver-endpoint 'https://B0385BE29EA792E811CB5866D23C856E.gr7.us-east-2.eks.amazonaws.com' - BlockDeviceMappings: - - Ebs: - VolumeSize: 80 - VolumeType: gp3 - DeviceName: /dev/xvda - # The SecurityGroup must be associated with the cluster VPC - SecurityGroupIds: - - sg-a69adfdb - LaunchTemplateName: KarpenterCustomLaunchTemplate -``` - -Create the Launch Template by uploading the CloudFormation yaml file. The -sample yaml creates an IAM Object (InstanceProfile), so `--capabilities -CAPABILITY_NAMED_IAM` must be indicated. - -``` -aws cloudformation create-stack \ - --stack-name KarpenterLaunchTemplateStack \ - --template-body file://$(pwd)/lt-cfn-demo.yaml \ - --capabilities CAPABILITY_NAMED_IAM -``` - -### Define LaunchTemplate for Provisioner - -Now the launch template is ready to be used. Specify it by name in the [AWSNodeTemplate CRD]({{}}). Karpenter will use this template when creating new instances. -The following is an example of a provisioner using the new template. Please replace the `${CLUSTER_NAME}` with the correct value. - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - launchTemplate: KarpenterCustomLaunchTemplate - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` diff --git a/website/content/en/v0.16.3/AWS/provisioning.md b/website/content/en/v0.16.3/AWS/provisioning.md deleted file mode 100644 index 26047adac6c6..000000000000 --- a/website/content/en/v0.16.3/AWS/provisioning.md +++ /dev/null @@ -1,360 +0,0 @@ ---- -title: "Provisioning Configuration" -linkTitle: "Provisioning" -weight: 10 -description: > - Learn AWS-specific Karpenter provisioning settings ---- - -Provisioner settings specific to Karpenter for the AWS cloud provider are described here. -The following example shows optional and required settings for a Karpenter provisioner for AWS: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type # optional, set to on-demand by default, spot if both are listed - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 # optional, recommended to limit total provisioned CPUs - memory: 1000Gi - providerRef: # optional, recommended to use instead of `provider` - name: default - ttlSecondsAfterEmpty: 30 # optional, but never scales down if not set - ttlSecondsUntilExpired: 2592000 # optional, but never expires if not set ---- -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - subnetSelector: # required - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: # required, when not using launchTemplate - karpenter.sh/discovery: ${CLUSTER_NAME} - instanceProfile: MyInstanceProfile # optional, if already set in controller args - launchTemplate: MyLaunchTemplate # optional, see Launch Template documentation - tags: - InternalAccountingTag: "1234" # optional, add tags for your own use - -``` -Refer to [Provisioner API]({{}}) for settings that are not specific to AWS. -See below for other AWS provider-specific parameters. - -## AWSNodeTemplate - -In the AWS Cloud Provider, the providerRef is a reference to an AWSNodeTemplate resource that contains all the necessary parameters to launch an instance. You can review these fields [in the code](https://github.com/aws/karpenter/blob{{< githubRelRef >}}pkg/apis/awsnodetemplate/v1alpha1/awsnodetemplate.go). - -### InstanceProfile - -An `InstanceProfile` is a way to pass a single IAM role to an EC2 instance. Karpenter will not create one automatically. -A default profile may be specified on the controller, allowing it to be omitted here. If not specified as either a default -or on the controller, node provisioning will fail. The KarpenterControllerPolicy will also need to have permissions for -`iam:PassRole` to the role provided here or provisioning will fail. - -``` -spec: - instanceProfile: MyInstanceProfile -``` - -### SubnetSelector (required) - -Karpenter discovers subnets using [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). - -Subnets may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -Subnet IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -When launching nodes, Karpenter automatically chooses a subnet that matches the desired zone. If multiple subnets exist for a zone, the one with the most available IP addresses will be used. - -**Examples** - -Select all subnets with a specified tag: -``` - subnetSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select subnets by name: -``` - subnetSelector: - Name: my-subnet -``` - -Select subnets by an arbitrary AWS tag key/value pair: -``` - subnetSelector: - MySubnetTag: value -``` - -Select subnets using wildcards: -``` - subnetSelector: - Name: "*Public*" - -``` - -Specify subnets explicitly by ID: -```yaml - subnetSelector: - aws-ids: "subnet-09fa4a0a8f233a921,subnet-0471ca205b8a129ae" -``` - -### SecurityGroupSelector (required, when not using launchTemplate) - -The security group of an instance is comparable to a set of firewall rules. - -EKS creates at least two security groups by default, [review the documentation](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) for more info. - -Security groups may be specified by any AWS tag, including "Name". Selecting tags using wildcards (`*`) is supported. - -{{% alert title="Note" color="primary" %}} -When launching nodes, Karpenter uses all of the security groups that match the selector. If multiple security groups with the tag `karpenter.sh/discovery/MyClusterName` match the selector, this may result in failures using the AWS Load Balancer controller. The Load Balancer controller only supports a single security group having that tag key. See this [issue](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2367) for more details. -{{% /alert %}} - -To verify if this restriction affects you, run the following commands. -```bash -CLUSTER_VPC_ID="$(aws eks describe-cluster --name $CLUSTER_NAME --query cluster.resourcesVpcConfig.vpcId --output text)" - -aws ec2 describe-security-groups --filters Name=vpc-id,Values=$CLUSTER_VPC_ID Name=tag-key,Values=karpenter.sh/discovery/$CLUSTER_NAME --query 'SecurityGroups[].[GroupName]' --output text -``` - -If multiple securityGroups are printed, you will need a more targeted securityGroupSelector. - -**Examples** - -Select all security groups with a specified tag: -``` -spec: - securityGroupSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select security groups by name, or another tag (all criteria must match): -``` - securityGroupSelector: - Name: my-security-group - MySecurityTag: '' # matches all resources with the tag -``` - -Select security groups by name using a wildcard: -``` - securityGroupSelector: - Name: "*Public*" -``` - -Specify security groups explicitly by ID: -```yaml - securityGroupSelector: - aws-ids: "sg-063d7acfb4b06c82c,sg-06e0cf9c198874591" -``` - -### Tags - -Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of AWS tags are listed below. - -``` -Name: karpenter.sh/provisioner-name/ -karpenter.sh/provisioner-name: -kubernetes.io/cluster/: owned -``` - -Additional tags can be added in the AWSNodeTemplate tags section which are merged with and can override the default tag values. -``` -spec: - tags: - InternalAccountingTag: 1234 - dev.corp.net/app: Calculator - dev.corp.net/team: MyTeam -``` - -### Metadata Options - -Control the exposure of [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) on EC2 Instances launched by this provisioner using a generated launch template. - -Refer to [recommended, security best practices](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node) for limiting exposure of Instance Metadata and User Data to pods. - -If metadataOptions are omitted from this provisioner, the following default settings will be used. - -``` -spec: - metadataOptions: - httpEndpoint: enabled - httpProtocolIPv6: disabled - httpPutResponseHopLimit: 2 - httpTokens: required -``` - -### Amazon Machine Image (AMI) Family - -The AMI used when provisioning nodes can be controlled by the `amiFamily` field. Based on the value set for `amiFamily`, Karpenter will automatically query for the appropriate [EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) via AWS Systems Manager (SSM). When an `amiFamily` of `Custom` is chosen, then an `amiSelector` must be specified that informs Karpenter on which custom AMIs are to be used. - -Currently, Karpenter supports `amiFamily` values `AL2`, `Bottlerocket`, `Ubuntu` and `Custom`. GPUs are only supported with `AL2` and `Bottlerocket`. - -Note: If a custom launch template is specified, then the AMI value in the launch template is used rather than the `amiFamily` value. - - -``` -spec: - amiFamily: Bottlerocket -``` - -### Block Device Mappings - -The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs. - -Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -spec: - blockDeviceMappings: - - deviceName: /dev/xvda - ebs: - volumeSize: 100Gi - volumeType: gp3 - iops: 10000 - encrypted: true - kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" - deleteOnTermination: true - throughput: 125 - snapshotID: snap-0123456789 -``` - -### UserData - -You can control the UserData that needs to be applied to your worker nodes via this field. Review the [Custom UserData documentation](../user-data/) to learn the necessary steps -If you need to specify a launch template in addition to UserData, then review the [Launch Template documentation](../launch-templates/) instead and utilize the `spec.providerRef.launchTemplate` field. - -### AMISelector - -AMISelector is used to configure custom AMIs for Karpenter to use, where the AMIs are discovered through [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html), similar to `subnetSelector`. This field is optional, and Karpenter will use the latest EKS-optimized AMIs if an amiSelector is not specified. - -EC2 AMIs may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -EC2 AMI IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -* When launching nodes, Karpenter automatically determines which architecture a custom AMI is compatible with and will use images that match an instanceType's requirements. -* If multiple AMIs are found that can be used, Karpenter will randomly choose any one. -* If no AMIs are found that can be used, then no nodes will be provisioned. - -For additional data on how UserData is configured for Custom AMIs, and how more requirements can be specified for custom AMIs, follow [this documentation](../user-data/#custom-amis). - -**Examples** - -Select all AMIs with a specified tag: -``` - amiSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select AMIs by name: -``` - amiSelector: - Name: my-ami -``` - -Select AMIs by an arbitrary AWS tag key/value pair: -``` - amiSelector: - MyAMITag: value -``` - -Specify AMIs explicitly by ID: -```yaml - amiSelector: - aws-ids: "ami-123,ami-456" -``` - -### LaunchTemplate (Deprecated) - -A launch template is a set of configuration values sufficient for launching an EC2 instance (e.g., AMI, storage spec). - -Karpenter automatically generates Launch Templates given the other values set in the AWSNodeTemplate. If specified, Karpenter will replace the generated launch template with the one given. - -Review the [Launch Template documentation]({{}}) to learn how to create a custom one. - -``` -spec: - launchTemplate: MyLaunchTemplate -``` - -## spec.provider (Deprecated) - -Prior to the introduction of `spec.providerRef`, parameters for the AWS Cloud Provider could be specified within the Provisioner itself through the `spec.provider` field. This field in the Provisioners has now been deprecated, and all fields previously specified through the ProvisionerSpec can now be specified in the `AWSNodeTemplate` CRD instead. See the [upgrade guide for more information](../../upgrade-guide). New parameters can only be specified in the `AWSNodeTemplate` CRD. - -## AWS Specific Labels - -The AWS cloud provider adds several labels to nodes that describe the node resources to make filtering instance types easier. These work at either the provisioner level as requirements or the pod level as node selectors or node affinities. The complete list, including the instance types they are applied to, is available in the [Instance Types](../instance-types/) documentation. A sampling of these include: -- `karpenter.k8s.aws/instance-cpu` -- `karpenter.k8s.aws/instance-memory` -- `karpenter.k8s.aws/instance-gpu-name` - -The `karpenter.k8s.aws/instance-cpu` and `karpenter.k8s.aws/instance-memory` values are numeric which also allows constructing requirements for them using the `Gt` and `Lt` operators. - -The standard rules for `Gt` and `Lt` apply: - -1. There can be only one value in the requirement -2. The value must be an integer - -These requirements can be useful to select nodes of a particular "shape". For example the following filters out all instance types with more than 8 CPUs or more than 16 GiB of memory: - -```yaml - - key: karpenter.k8s.aws/instance-cpu - operator: Lt - values: - - "9" - - key: karpenter.k8s.aws/instance-memory - operator: Lt - values: - - "16385" -``` - -A requirement that specifies a specific value for `karpenter.k8s.aws/instance-gpu-name` can be used to select for all instance types that have a particular GPU type. - -```yaml - - key: karpenter.k8s.aws/instance-gpu-name - operator: In - values: - - "v100" -``` - -## Other Resources - -### Accelerators, GPU - -Accelerator (e.g., GPU) values include -- `nvidia.com/gpu` -- `amd.com/gpu` -- `aws.amazon.com/neuron` - -Karpenter supports accelerators, such as GPUs. - - -Additionally, include a resource requirement in the workload manifest. This will cause the GPU dependent pod to be scheduled onto the appropriate node. - -Here is an example of an accelerator resource in a workload manifest (e.g., pod): - -```yaml -spec: - template: - spec: - containers: - - resources: - limits: - nvidia.com/gpu: "1" -``` -{{% alert title="Note" color="primary" %}} -If you are provisioning GPU nodes, you need to deploy an appropriate GPU device plugin daemonset for those nodes. -Without the daemonset running, Karpenter will not see those nodes as initialized. -Refer to general [Kubernetes GPU](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#deploying-amd-gpu-device-plugin) docs and the following specific GPU docs: -* `nvidia.com/gpu`: [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) -* `amd.com/gpu`: [AMD GPU device plugin for Kubernetes](https://github.com/RadeonOpenCompute/k8s-device-plugin) -* `aws.amazon.com/neuron`: [Kubernetes environment setup for Neuron](https://github.com/aws-neuron/aws-neuron-sdk/tree/master/src/k8) -{{% /alert %}} diff --git a/website/content/en/v0.16.3/AWS/user-data.md b/website/content/en/v0.16.3/AWS/user-data.md deleted file mode 100644 index 7687495fee3a..000000000000 --- a/website/content/en/v0.16.3/AWS/user-data.md +++ /dev/null @@ -1,209 +0,0 @@ ---- -title: "Custom User Data and AMI Configuration" -linkTitle: "Custom User Data and AMI" -weight: 10 -description: > - Learn how to configure custom UserData and AMIs with Karpenter ---- - -This document describes how you can customize the UserData and AMIs for your EC2 worker nodes, without using a launch template. - -## Configuration - -In order to specify custom user data and AMIs, you must include them within a AWSNodeTemplate resource. You can then reference this AWSNodeTemplate resource through `spec.providerRef` in your provisioner. -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: bottlerocket-example - ... -``` - -**Examples** - -Your UserData and AMIs can be added to `spec.userData` and `spec.amiSelector` respectively in the `AWSNodeTemplate` resource - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: bottlerocket-example -spec: - amiFamily: Bottlerocket - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - [settings.kubernetes] - kube-api-qps = 30 - [settings.kubernetes.eviction-hard] - "memory.available" = "20%" - amiSelector: - karpenter.sh/discovery: my-cluster -``` - -For more examples on configuring these fields for different AMI families, see the [examples here](https://github.com/aws/karpenter/blob/main/examples/provisioner/launchtemplates). - -## UserData Content and Merge Semantics - -Karpenter will evaluate and merge the UserData that you specify in the AWSNodeTemplate resources depending upon the AMIFamily that you have chosen. - -### Bottlerocket - -* Your UserData must be valid TOML. -* Karpenter will automatically merge settings to ensure successful bootstrap including `cluster-name`, `api-server` and `cluster-certificate`. Any labels and taints that need to be set based on pod requirements will also be specified in the final merged UserData. - * All Kubelet settings that Karpenter applies will override the corresponding settings in the provided UserData. For example, if you've specified `settings.kubernetes.cluster-name`, it will be overridden. - * If MaxPods is specified via the binary arg to Karpenter, the value will override anything specified in the UserData. - * If ClusterDNS is specified via `spec.kubeletConfiguration`, then that value will override anything specified in the UserData. -* Unknown TOML fields will be ignored when the final merged UserData is generated by Karpenter. - -Consider the following example to understand how your custom UserData settings will be merged in. - -Your UserData - -```toml -[settings.kubernetes.eviction-hard] -"memory.available" = "12%" -[settings.kubernetes] -"unknown-setting" = "unknown" -[settings.kubernetes.node-labels] -'field.controlled.by/karpenter': 'will-be-overridden' -``` - -Final merged UserData - -```toml -[settings] -[settings.kubernetes] -api-server = 'https://cluster' -cluster-certificate = 'ca-bundle' -cluster-name = 'cluster' - -[settings.kubernetes.node-labels] -'karpenter.sh/capacity-type' = 'on-demand' -'karpenter.sh/provisioner-name' = 'provisioner' - -[settings.kubernetes.node-taints] - -[settings.kubernetes.eviction-hard] -'memory.available' = '12%%' -``` - -### AL2 and Ubuntu - -* Your UserData must be in the [MIME multi part archive](https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive) format. -* Karpenter will merge a final MIME part to the end of your UserData parts which will bootstrap the worker node. Karpenter will have full control over all the parameters being passed to the bootstrap script. - * Karpenter will continue to set MaxPods, ClusterDNS and all other parameters defined in `spec.kubeletConfiguration` as before. - -Consider the following example to understand how your custom UserData will be merged - - -Your UserData - -``` -MIME-Version: 1.0 -Content-Type: multipart/mixed; boundary="BOUNDARY" - ---BOUNDARY -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -echo "Running custom user data script" - ---BOUNDARY-- -``` - -The final merged UserData that will be applied to your worker nodes - -``` -MIME-Version: 1.0 -Content-Type: multipart/mixed; boundary="//" - ---// -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -echo "Running custom user data script" - ---// -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -xe -exec > >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 -/etc/eks/bootstrap.sh 'test-cluster' --apiserver-endpoint 'https://test-cluster' --b64-cluster-ca 'ca-bundle' \ ---use-max-pods false \ ---container-runtime containerd \ ---kubelet-extra-args '--node-labels=karpenter.sh/capacity-type=on-demand,karpenter.sh/provisioner-name=test --max-pods=110' ---//-- -``` - -You can also set kubelet-config properties by modifying the kubelet-config.json file before the EKS bootstrap script starts the kubelet: - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: kubelet-config-example -spec: - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - echo "$(jq '.kubeAPIQPS=50' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json - - --BOUNDARY-- -``` - - -## Custom AMIs - -You can specify a set of AMIs for a provisioner to use by specifying an AMISelector that identifies AMIs to use through EC2 tags or via a comma-separated list. - -### Defining AMI constraints - -Karpenter will automatically determine the architecture that an EC2 AMI is compatible with (amd64, arm64), but other constraints of an AMI can be expressed as tags on the EC2 AMI. -For example, if you want to limit an EC2 AMI to only be used with instanceTypes that have an `nvidia` GPU, you can specify an EC2 tag with a key of `karpenter.k8s.aws/instance-gpu-manufacturer` and value `nvidia` on that AMI. - -All labels defined [in the scheduling documentation](../../tasks/scheduling#supported-labels) can be used as requirements for an EC2 AMI. - -``` -> aws ec2 describe-images --image-id ami-123 --query Images[0].Tags -[ - { - "Key": "karpenter.sh/discovery", - "Value": "my-cluster" - }, - { - "Key": "Name", - "Value": "amazon-eks-node-1.21-customized-v0" - }, - { - "Key": "karpenter.k8s.aws/instance-gpu-manufacturer", - "Value": "nvidia" - } -] -``` - - -### AMIFamily - -When you give Karpenter an AMI ID to use, you can specify which AMIFamily they belong to. This will determine how Karpenter should use your AMI. -For example, if you define the `AMIFamily` to be `AL2`, then Karpenter will assume that a worker node using that AMI should be bootstrapped in the same manner as EKS-optimized AL2 AMIs. This is useful when your custom images are variants of EKS-optimized AMIs and there are no differences in how bootstrapping needs to be performed. - -When the `AMIFamily` is set to `Custom`, then Karpenter will not attempt to bootstrap the worker node. You must set the necessary commands through `spec.UserData` to ensure that your worker node joins the cluster. - - -### Binpacking semantics for AMIFamily - -In order for Karpenter to accurately binpack your pods in a worker node, it needs to know the eventual allocatable capacity on your node. This capacity has several dimensions (cpu, memory, ephemeral-storage) and is a function of the instanceType as well as the AMI. - -* When the AMIFamily is *`AL2`, `Bottlerocket` or `Ubuntu`*, Karpenter will bin-pack your pods in the same way as other EKS-optimized AMIs of that family. -* When the AMIFamily is *`Custom`*, Karpenter assumes that the amount of allocatable cpu, memory and ephemeral-storage is identical to `AL2` EKS-Optimized AMIs, regardless of how the node is being bootstrapped. - * When the AMIFamily is *`Custom`*, Karpenter has no way of knowing which ephemeral volume will be used for pods. Therefore, it will default to using the last volume in `spec.blockDeviceMappings` to determine the total available ephemeral capacity on a worker node. diff --git a/website/content/en/v0.16.3/_index.md b/website/content/en/v0.16.3/_index.md deleted file mode 100755 index 909e8c985cb7..000000000000 --- a/website/content/en/v0.16.3/_index.md +++ /dev/null @@ -1,40 +0,0 @@ - ---- -title: "Documentation" -linkTitle: "Docs" -weight: 20 -cascade: - type: docs - tags: - - preview ---- -Karpenter is an open-source node provisioning project built for Kubernetes. -Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that cluster. -Karpenter works by: - -* **Watching** for pods that the Kubernetes scheduler has marked as unschedulable -* **Evaluating** scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods -* **Provisioning** nodes that meet the requirements of the pods -* **Removing** the nodes when the nodes are no longer needed - -As someone using Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running (see [Getting Started]({{}})), you can: - -* **Set up provisioners**: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values. -Provisioner-level constraints related to Kubernetes and your cloud provider (AWS, for example) include: - - - Taints (`taints`): Identify taints to add to provisioned nodes. If a pod doesn't have a matching toleration for the taint, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Labels (`labels`): Apply arbitrary key-value pairs to nodes that can be matched by pods. - - Requirements (`requirements`): Set acceptable (`In`) and unacceptable (`Out`) Kubernetes and Karpenter values for node provisioning based on [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/) and [cloud-specific settings]({{}}). These can include [instance types](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type), [zones](https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone), [computer architecture](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-arch), and [capacity type]({{}}) (such as AWS spot or on-demand). - - Limits (`limits`): Lets you set limits on the total CPU and Memory that can be used by the cluster, effectively stopping further node provisioning when those limits have been reached. - -* **Deploy workloads**: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. Use any of the following Pod spec constraints when you deploy pods: - - - Resources (`resources`): Make requests and set limits for memory and CPU for a Pod. See [Requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits) for details. - - Nodes (`nodeSelector`): Use [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) to ask to match a node that includes one or more selected key-value pairs. These can be arbitrary labels you define, Kubernetes well-known labels, or Karpenter labels. - - Node affinity (`NodeAffinity`): Set [nodeAffinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) to have the Pod run on nodes that have matching `nodeSelectorTerms` set or not set. Matching affinity can be a particular operating system or zone. You can set the node affinity to be required or simply preferred. `NotIn` and `DoesNotExist` allow you to define node anti-affinity behavior. - - Pod affinity and anti-affinity (`podAffinity/podAntiAffinity`): Choose to run a pod on a node based on whether certain pods are running (`podAffinity`) or not running (`podAntiAffinity`) on the node. See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) for details. - - Tolerations (`tolerations`): Identify that a pod must match (tolerate) a taint on a node before the pod will run on it. Without the toleration, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Topology spread (`topologySpreadConstraints`): Request that pods be spread across zones (`topology.kubernetes.io/zone`) or hosts (`kubernetes.io/hostname`), or cloud provider capacity types (`karpenter.sh/capacity-type`). See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - - Persistent volume topology: Indicate that the Pod has a storage requirement that requires a node running in a particular zone that can make that storage available to the node. - -Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.16.3/concepts/_index.md b/website/content/en/v0.16.3/concepts/_index.md deleted file mode 100644 index 70bc1e2589b5..000000000000 --- a/website/content/en/v0.16.3/concepts/_index.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -title: "Concepts" -linkTitle: "Concepts" -weight: 35 -description: > - Understand key concepts of Karpenter ---- - -Users fall under two basic roles: Kubernetes cluster administrators and application developers. -This document describes Karpenter concepts through the lens of those two types of users. - -## Cluster administrator - -As a Kubernetes cluster administrator, you can engage with Karpenter to: - -* Install Karpenter -* Configure provisioners to set constraints and other features for managing nodes -* Deprovision nodes -* Upgrade nodes - -Concepts associated with this role are described below. - - -### Installing Karpenter - -Karpenter is designed to run on a node in your Kubernetes cluster. -As part of the installation process, you need credentials from the underlying cloud provider to allow nodes to be started up and added to the cluster as they are needed. - -[Getting Started with Karpenter on AWS](../getting-started) -describes the process of installing Karpenter on an AWS cloud provider. -Because requests to add and delete nodes and schedule pods are made through Kubernetes, AWS IAM Roles for Service Accounts (IRSA) are needed by your Kubernetes cluster to make privileged requests to AWS. -For example, Karpenter uses AWS IRSA roles to grant the permissions needed to describe EC2 instance types and create EC2 instances. - -Once privileges are in place, Karpenter is deployed with a Helm chart. - -### Configuring provisioners - -Karpenter's job is to add nodes to handle unschedulable pods, schedule pods on those nodes, and remove the nodes when they are not needed. -To configure Karpenter, you create *provisioners* that define how Karpenter manages unschedulable pods and expires nodes. -Here are some things to know about the Karpenter provisioner: - -* **Unschedulable pods**: Karpenter only attempts to schedule pods that have a status condition `Unschedulable=True`, which the kube scheduler sets when it fails to schedule the pod to existing capacity. - -* **Provisioner CR**: Karpenter defines a Custom Resource called a Provisioner to specify provisioning configuration. -Each provisioner manages a distinct set of nodes, but pods can be scheduled to any provisioner that supports its scheduling constraints. -A provisioner contains constraints that impact the nodes that can be provisioned and attributes of those nodes (such timers for removing nodes). -See [Provisioner API](../provisioner) for a description of settings and the [Provisioning](../tasks/provisioning) task for provisioner examples. - -* **Well-known labels**: The provisioner can use well-known Kubernetes labels to allow pods to request only certain instance types, architectures, operating systems, or other attributes when creating nodes. -See [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) for details. -Keep in mind that only a subset of these labels are supported in Karpenter, as described later. - -* **Deprovisioning nodes**: A provisioner can also include time-to-live values to indicate when nodes should be deprovisioned after a set amount of time from when they were created or after they becomes empty of deployed pods. - -* **Multiple provisioners**: Multiple provisioners can be configured on the same cluster. -For example, you might want to configure different teams on the same cluster to run on completely separate capacity. -One team could run on nodes using BottleRocket, while another uses EKSOptimizedAMI. - -Although most use cases are addressed with a single provisioner for multiple teams, multiple provisioners are useful to isolate nodes for billing, use different node constraints (such as no GPUs for a team), or use different deprovisioning settings. - -### Deprovisioning nodes - -Karpenter deletes nodes when they are no longer needed. - -* **Finalizer**: Karpenter places a finalizer bit on each node it creates. -When a request comes in to delete one of those nodes (such as a TTL or a manual `kubectl delete node`), Karpenter will cordon the node, drain all the pods, terminate the EC2 instance, and delete the node object. -Karpenter handles all clean-up work needed to properly delete the node. -* **Node Expiry**: If a node expiry time-to-live value (`ttlSecondsUntilExpired`) is reached, that node is drained of pods and deleted (even if it is still running workloads). -* **Empty nodes**: When the last workload pod running on a Karpenter-managed node is gone, the node is annotated with an emptiness timestamp. -Once that "node empty" time-to-live (`ttlSecondsAfterEmpty`) is reached, finalization is triggered. -* **Consolidation**: If enabled, Karpenter will work to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. - -For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](../tasks/deprovisioning) for details. - -### Upgrading nodes - -A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`. -Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest [EKS Optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) or the AMI specified in the `$LATEST` version of your launch template. - -Understanding the following concepts will help you in carrying out the tasks just described. - -### Constraints - -The concept of layered constraints is key to using Karpenter. -With no constraints defined in provisioners and none requested from pods being deployed, Karpenter chooses from the entire universe of features available to your cloud provider. -Nodes can be created using any instance type and run in any zones. - -An application developer can tighten the constraints defined in a provisioner by the cluster administrator by defining additional scheduling constraints in their pod spec. -Refer to the description of Karpenter constraints in the Application Developer section below for details. - -### Scheduling - -Karpenter schedules pods that the Kubernetes scheduler has marked unschedulable. -After solving scheduling constraints and launching capacity, Karpenter creates the Node object and waits for kube-scheduler to bind the pod. -This stateless approach helps to avoid race conditions and improves performance. -If something is wrong with the launched node, Kubernetes will automatically migrate the pods to a new node. - -Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well. -This is useful if there is additional room in the node due to imperfect packing shape or because workloads finish over time. - -### Cloud provider -Karpenter makes requests to provision new nodes to the associated cloud provider. -The first supported cloud provider is AWS, although Karpenter is designed to work with other cloud providers. -Separating Kubernetes and AWS-specific settings allows Karpenter a clean path to integrating with other cloud providers. - -While using Kubernetes well-known labels, the provisioner can set some values that are specific to the cloud provider. -So, for example, to include a certain instance type, you could use the Kubernetes label `node.kubernetes.io/instance-type`, but set its value to an AWS instance type (such as `m5.large` or `m5.2xlarge`). - -### Consolidation - -If consolidation is enabled for a provisioner, Karpenter attempts to reduce the overall cost of the nodes launched by that provisioner if workloads have changed in two ways: -- Node Deletion -- Node Replacement - -To perform these actions, Karpenter simulates all pods being evicted from a candidate node and then looks at the results of the scheduling simulation to determine if those pods can run on a combination of existing nodes in the cluster and a new cheaper node. This operation takes into consideration all scheduling constraints placed on your workloads and provisioners (e.g. taints, tolerations, node selectors, inter-pod affinity, etc). - -If as a result of the scheduling simulation all pods can run on existing nodes, the candidate node is simply deleted. If all pods can run on a combination of existing nodes and a cheaper node, we launch the cheaper node and delete the candidate node which causes the pods to be evicted and re-created by their controllers in order to be rescheduled. - -For Node Replacement to work well, your provisioner must allow selecting from a variety of instance types with varying amounts of allocatable resources. Consolidation will only consider launching nodes using instance types which are allowed by your provisioner. - -### Kubernetes cluster autoscaler -Like Karpenter, [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) is -designed to add nodes when requests come in to run pods that cannot be met by current capacity. -Cluster autoscaler is part of the Kubernetes project, with implementations by most major Kubernetes cloud providers. -By taking a fresh look at provisioning, Karpenter offers the following improvements: - -* **Designed to handle the full flexibility of the cloud**: -Karpenter has the ability to efficiently address the full range of instance types available through AWS. -Cluster autoscaler was not originally built with the flexibility to handle hundreds of instance types, zones, and purchase options. - -* **Group-less node provisioning**: Karpenter manages each instance directly, without use of additional orchestration mechanisms like node groups. -This enables it to retry in milliseconds instead of minutes when capacity is unavailable. -It also allows Karpenter to leverage diverse instance types, availability zones, and purchase options without the creation of hundreds of node groups. - -## Application developer - -As someone deploying pods that might be evaluated by Karpenter, you should know how to request the properties that your pods need of its compute resources. -Karpenter's job is to efficiently assess and choose compute assets based on requests from pod deployments. -These can include basic Kubernetes features or features that are specific to the cloud provider (such as AWS). - -Layered *constraints* are applied when a pod makes requests for compute resources that cannot be met by current capacity. -A pod can specify `nodeAffinity` (to run in a particular zone or instance type) or a `topologySpreadConstraints` spread (to cause a set of pods to be balanced across multiple nodes). -The pod can specify a `nodeSelector` to run only on nodes with a particular label and `resource.requests` to ensure that the node has enough available memory. - -The Kubernetes scheduler tries to match those constraints with available nodes. -If the pod is unschedulable, Karpenter creates compute resources that match its needs. -When Karpenter tries to provision a node, it analyzes scheduling constraints before choosing the node to create. - -As long as the requests are not outside of the provisioner's constraints, -Karpenter will look to best match the request, comparing the same well-known labels defined by the pod's scheduling constraints. -Note that if the constraints are such that a match is not possible, the pod will remain unscheduled. - -So, what constraints can you use as an application developer deploying pods that could be managed by Karpenter? - -Kubernetes features that Karpenter supports for scheduling pods include nodeAffinity and [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). -It also supports [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/), [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/), and [inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity). - -From the Kubernetes [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) page, -you can see a full list of Kubernetes labels, annotations and taints that determine scheduling. -Those that are implemented in Karpenter include: - -* **kubernetes.io/arch**: For example, kubernetes.io/arch=amd64 -* **node.kubernetes.io/instance-type**: For example, node.kubernetes.io/instance-type=m3.medium -* **topology.kubernetes.io/zone**: For example, topology.kubernetes.io/zone=us-east-1c - -For more on how, as a developer, you can add constraints to your pod deployment, see [Scheduling](../tasks/scheduling/) for details. diff --git a/website/content/en/v0.16.3/contributing/_index.md b/website/content/en/v0.16.3/contributing/_index.md deleted file mode 100644 index 10bb749d39dc..000000000000 --- a/website/content/en/v0.16.3/contributing/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contributing" -linkTitle: "Contributing" -weight: 100 -description: > - Learn about how to contribute to Karpenter ---- diff --git a/website/content/en/v0.16.3/contributing/design-guide.md b/website/content/en/v0.16.3/contributing/design-guide.md deleted file mode 100644 index b95b992c1f4c..000000000000 --- a/website/content/en/v0.16.3/contributing/design-guide.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Design Guide" -linkTitle: "Design Guide" -weight: 20 -description: > - Read this before making large changes to Karpenter ---- - -Technical designs are essential to building robust, intuitive, and performant products that delight users. Writing a design can accelerate decision making and avoid wasting time on an implementation that never lands. But what makes a good design? These guidelines were authored with the Karpenter community in mind, but apply broadly to the development of Kubernetes Operators. - -Designs don’t have to be long or formal, and should match the scope of the problem they’re trying to solve. - -* Are there multiple potential solutions? -* Will users need to be aware of the changes? -* Would it be painful to discard a rejected implementation? -* When in doubt, write a 1 pager. - -## Tell a Story - -A design is a story that connects a user need with a technical direction that solves the need. Designs come in all shapes and sizes, and this document intentionally avoids prescribing a one-size-fits-all template. There’s no substitute for an author thinking deeply about a problem space, and mapping that to a clear story that walks readers through the ideas and helps them reason about a solution space. Keep readers engaged with concise language and make every word count. - -Your story should include, - -* [Context] Include some technical background that helps readers think about your idea in context -* [Problem] Clearly identify the problem to be solved and some guiding principles to help think about the solutions -* [Solutions] Talk through different potential solutions and their tradeoffs. Include diagrams to clarify concepts -* [Recommendation] Make a recommendation, but don’t be overly invested in it - -The best way to improve your story telling skills is to write and review designs. Seek inspiration from recent designs in the project as well as from other domains. Focus on your audience and continuously reread and refine your design with their perspective in mind. - -## Gather Broad Feedback - -The bigger the change, the more likely your design will have broader implications than intended. Be vocal about design ideas as they’re explored and run them by engineering leaders in relevant systems. Surface your design ideas at the Karpenter working group, or asynchronously on the [Kubernetes Slack channel for Karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K). - -The Kubernetes community is also a valuable source of feedback from both users and Kubernetes developers. Does your design touch scoped owned by any Kubernetes SIGs? Consider discussing the design ideas at the SIG or in their slack channel. Socializing high level ideas before the review gives your audience more time to think about possible interactions with existing and future systems. - -It can be tempting to rush to solutions that unblock user adoption or ease user pain, but the wrong solution can have a greater negative impact on users than it solves. It’s impossible to know all future use cases and how your design choices may impact them, but the more thorough your investigation, the more likely your solution is to deliver long term value. - -## Simple Solutions to Complex Problems - -The best solutions are invisible to users and “Just Work™”. It’s easy to forget that users have business problems to focus on and each parameter and behavior your design introduces increases user cognitive load. Pragmatically, it’s not always possible to meet the broad requirements of Kubernetes without providing options, but solution spaces typically include a spectrum of configuration complexity. Recognize that a solution for one user segment may be directly at odds with another or create long term technical debt for the project. Often, requirements only exist to workaround bugs or missing features in related systems. Deep dive requirements until you’re certain they’re necessary and ensure each bit of complexity justifies its existence. - -## Common Gotchas - -### Does your change introduce new APIs? - -APIs are notoriously hard to get right and even harder to change. Kubernetes defines an [api deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) that helps systems make backwards incompatible changes to APIs before graduating to a stable API with compatibility guarantees. Once an API is stable, features are typically via [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/), which allows for experimentation and deprecation. - -Think about how your API changes impact existing parameters and their deprecation policies. Consider how the user interacts with the product as a whole and if the feature supersedes or overlaps with existing concepts. Weigh the costs of deprecating existing features to the benefit of simplifying the product for all future users. The answer will change depending on the maturity of the product and breadth of adoption. - -Build minimal and maintainable APIs by: - -* Push back on requirements that introduces concepts for all users to solve problems for a few. -* Identify an opinionated default that solves the majority of use cases. -* Delay introducing a parameter into your API surface until users demand it; you can always add it later. -* Rely on existing concepts and idioms from the Kubernetes ecosystem. Look to [Kubernetes APIs](https://pkg.go.dev/k8s.io/api/core/v1) and projects like [Tekton](https://github.com/tektoncd/cli), [Knative](https://github.com/knative/serving), and [ACK](https://github.com/aws-controllers-k8s) and find concepts that will be familiar to users. -* Take advantage of opportunities to refine APIs while the impact of backwards incompatibility is small - -### Does your change behave differently with different cloud providers? - -Kubernetes is an open standard that users rely on to work across vendors. Users care deeply about this, as it minimizes the technical complexity to operate in different environments. Identify whether or not your feature varies across cloud providers or are bespoke to a specific provider. For some features, it’s possible to rely on existing vendor neutral abstractions. For others, it’s possible to define a neutral abstraction that cloud providers can implement. - -Achieving consensus for new neutral concepts is hard. Often, the best path is to demonstrate value on a single vendor, and work to achieve neutrality as a followup effort. Be cautious about introducing or changing vendor neutral interfaces, as it will require changes from all providers. Similarly, invest heavily in getting these interfaces right in the early stages. As projects mature, these interfaces are rarely changed. - -### Does your change expose details users may rely on? - -Kubernetes based systems often use a layered architectural pattern that exposes underlying layers of abstraction. This approach enables broad extensibility and allows other systems to integrate at multiple layers of the stack. For example, Karpenter creates EC2 instances in your AWS account. This enables you to view logs or react to their creation with other automation without requiring any features from Karpenter. However, Karpenter also applies specific EC2 tags to the EC2 instances. Are the tags an implementation detail or an interface? What can you change without breaking compatibility? - -Be intentional and explicit about the interface and implementation of your design and ensure that this is communicated to users. If implementation details are exposed through other APIs, expect users to rely on them as an interface unless told otherwise. In general, aim to minimize the project’s interface to maximize future flexibility. - -### Does your change have a risk of breaking an undocumented invariant? - -Systems often contain mechanisms that are implicitly assumed as invariant, but may not be obvious, especially over time. Existing mechanisms may not be extensible enough to support your design, and may require them to be rewritten as part of the design scope. Be aware that regression tests never have complete coverage and well intentioned engineers thought carefully about how things were done before your requirements. - -* Identify the fundamental reason the existing mechanism is insufficient and be able to explain it in plain terms. -* Separate the new mechanism from the new feature that relies on it. -* Clean up after yourself and avoid getting stuck halfway between old and new mechanisms. - -### Does your change impact performance? - -Users have high expectations for performance on Kubernetes. Karpenter is especially sensitive, as it has the potential to impact application availability during traffic spikes. Think about how your solution scales, and look for opportunities to improve performance at the design level. Often, good designs don’t require trading-off a great UX for performance. Make it work, make it fast, make it pretty. - -* Beware code that scales linearly with pods or nodes. Milliseconds in testing turn into seconds at scale. -* Cloud provider read APIs can have surprisingly high latency and low limits, use caching to minimize calls. -* Increases to memory and CPU usage increase capex cost for operators. Profile and optimize your implementations. diff --git a/website/content/en/v0.16.3/contributing/development-guide.md b/website/content/en/v0.16.3/contributing/development-guide.md deleted file mode 100644 index c32c8323d47d..000000000000 --- a/website/content/en/v0.16.3/contributing/development-guide.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Development Guide" -linkTitle: "Development Guide" -weight: 80 -description: > - Set up a Karpenter development environment ---- - -## Dependencies - -The following tools are required for contributing to the Karpenter project. - -| Package | Version | Install | -| ------------------------------------------------------------------ | -------- | ---------------------------------------------- | -| [go](https://golang.org/dl/) | v1.18+ | [Instructions](https://golang.org/doc/install) | -| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` | -| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` | -| Other tools | | `make toolchain` | - -## Developing - -### Setup / Teardown - -Based on how you are running your Kubernetes cluster, follow the [Environment specific setup](#environment-specific-setup) to configure your environment before you continue. You can choose to either run the Karpenter controller locally on your machine, pointing to the Kubernetes cluster specified in your `~/.kube/config` or inside the Kubernetes cluster specified in your `~/.kube/config` deployed with [Helm](https://helm.sh/). - -#### Locally - -Once you have your environment set up, run the following commands to run the Karpenter Go binary against the Kubernetes cluster specified in your `~/.kube/config` - -```bash -make run -``` - -#### Inside a Kubernetes Cluster - -Once you have your environment set up, to install Karpenter in the Kubernetes cluster specified in your `~/.kube/config` run the following commands. - -```bash -make apply # Install Karpenter -make delete # Uninstall Karpenter -``` - -### Developer Loop - -* Make sure dependencies are installed - * Run `make codegen` to make sure yaml manifests are generated - * Run `make toolchain` to install cli tools for building and testing the project -* You will need a personal development image repository (e.g. ECR) - * Make sure you have valid credentials to your development repository. - * `$KO_DOCKER_REPO` must point to your development repository - * Your cluster must have permissions to read from the repository - -### Build and Deploy - -*Note: these commands do not rely on each other and may be executed independently* - -```bash -make apply # quickly deploy changes to your cluster -make dev # run codegen, lint, and tests -``` - -If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run - -```bash -make build # build and push the karpenter images -``` - -### Testing - -```bash -make test # E2E correctness tests -make battletest # More rigorous tests run in CI environment -``` - -### Change Log Level - -```bash -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level -``` - -### Debugging Metrics - -OSX: - -```bash -open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -Linux: - -```bash -gio open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -### Tailing Logs - -While you can tail Karpenter's logs with kubectl, there's a number of tools out there that enhance the experience. We recommend [Stern](https://pkg.go.dev/github.com/planetscale/stern#section-readme): - -```bash -stern -n karpenter -l app.kubernetes.io/name=karpenter -``` - -## Environment specific setup - -### AWS - -For local development on Karpenter you will need a Docker repo which can manage your images for Karpenter components. -You can use the following command to provision an ECR repository. - -```bash -aws ecr create-repository \ - --repository-name karpenter/controller \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -aws ecr create-repository \ - --repository-name karpenter/webhook \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -``` - -Once you have your ECR repository provisioned, configure your Docker daemon to authenticate with your newly created repository. - -```bash -export KO_DOCKER_REPO="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/karpenter" -aws ecr get-login-password --region "${AWS_DEFAULT_REGION}" | docker login --username AWS --password-stdin "${KO_DOCKER_REPO}" -``` - -Finally, to deploy the correct IAM permissions, including the instance profile for provisioned nodes, run - -```bash -make setup -``` - -## Profiling memory -Karpenter exposes a pprof endpoint on its metrics port. - -Learn about profiling with pprof: https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ - -### Prerequisites -``` -brew install graphviz -go install github.com/google/pprof@latest -``` - -### Get a profile -``` -# Connect to the metrics endpoint -kubectl port-forward service/karpenter -n karpenter 8080 -open http://localhost:8080/debug/pprof/ -# Visualize the memory -go tool pprof -http 0.0.0.0:9000 localhost:8080/debug/pprof/heap -``` diff --git a/website/content/en/v0.16.3/contributing/working-group.md b/website/content/en/v0.16.3/contributing/working-group.md deleted file mode 100644 index c0910e6e9657..000000000000 --- a/website/content/en/v0.16.3/contributing/working-group.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Working Group" -linkTitle: "Working Group" -weight: 10 -description: > - Join the Karpenter Working Group ---- - -Karpenter's community is open to everyone. - -- All invites are managed through our [Calendar](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ). -- Alternatively, you can use our [iCal Export](https://calendar.google.com/calendar/ical/7qfdeof5hebdf6i2rk2jeg5jbk%40group.calendar.google.com/public/basic.ics) to add the events to Outlook or other email providers. -- Add future questions or read past discussions in our [Working Group Log](https://docs.google.com/document/d/18BT0AIMugpNpiSPJNlcAL2rv69yAE6Z06gUVj7v_clg). diff --git a/website/content/en/v0.16.3/faq.md b/website/content/en/v0.16.3/faq.md deleted file mode 100644 index 19a6bb4bf762..000000000000 --- a/website/content/en/v0.16.3/faq.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -title: "FAQs" -linkTitle: "FAQs" -weight: 90 -description: > - Review Karpenter Frequently Asked Questions ---- -## General - -### How does a provisioner decide to manage a particular node? -See [Configuring provisioners]({{< ref "./concepts/#configuring-provisioners" >}}) for information on how Karpenter provisions and manages nodes. - -### What cloud providers are supported? -AWS is the first cloud provider supported by Karpenter, although it is designed to be used with other cloud providers as well. -See [Cloud provider]({{< ref "./concepts/#cloud-provider" >}}) for details. - -### 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/tree{{< githubRelRef >}}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? -By default, Karpenter uses Amazon Linux 2 images. - -### Can I provide my own custom operating system images? -Karpenter allows you to create your own AWS AMIs using custom launch templates. -See [Launch Templates and Custom Images]({{< ref "./aws/launch-templates/" >}}) for details. - -### Can Karpenter deal with workloads for mixed architecture cluster (arm vs. amd)? -Yes. Build and prepare custom arm images as described in [Launch Templates and Custom Images]({{< ref "./aws/launch-templates/" >}}). -Specify the desired architecture when you deploy workloads. - -### What RBAC access is required? -All of the required RBAC rules can be found in the helm chart template. -See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}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. - -## Compatibility - -### Which versions of Kubernetes does Karpenter support? -Karpenter is tested with Kubernetes v1.20-v1.24. - -### What Kubernetes distributions are supported? -Karpenter documents integration with a fresh install of the latest AWS Elastic Kubernetes Service (EKS). -Existing EKS distributions can be used, but this use case has not yet been documented. -Other Kubernetes distributions (KOPs, etc.) can be used, but setting up cloud provider permissions for those distributions has not been documented. - -### How does Karpenter interact with AWS node group features? -Provisioners are designed to work alongside static capacity management solutions like EKS Managed Node Groups and EC2 Auto Scaling Groups. -You can manage all capacity using provisioners, use a mixed model with dynamic and statically managed capacity, or use a fully static approach. -We expect most users will use a mixed approach in the near term and provisioner-managed in the long term. - - -### How does Karpenter interact with Kubernetes features? -* Kubernetes Cluster Autoscaler: Karpenter can work alongside cluster autoscaler. -See [Kubernetes cluster autoscaler]({{< ref "./concepts/#kubernetes-cluster-autoscaler" >}}) for details. -* Kubernetes Scheduler: Karpenter focuses on scheduling pods that the Kubernetes scheduler has marked as unschedulable. -See [Scheduling]({{< ref "./concepts/#scheduling" >}}) for details on how Karpenter interacts with the Kubernetes scheduler. - -## Provisioning - -### What features does the Karpenter provisioner support? -See [Provisioner API]({{< ref "./provisioner" >}}) for provisioner examples and descriptions of features. - -### Can I create multiple (team-based) provisioners on a cluster? -Yes, provisioners can identify multiple teams based on labels. -See [Provisioner API]({{< ref "./provisioner" >}}) for details. - -### If multiple provisioners are defined, which will my pod use? - -Pending pods will be handled by any Provisioner that matches the requirements of the pod. -There is no ordering guarantee if multiple provisioners match pod requirements. -We recommend that Provisioners are setup to be mutually exclusive. -Read more about this recommendation in the [EKS Best Practices Guide for Karpenter](https://aws.github.io/aws-eks-best-practices/karpenter/#create-provisioners-that-are-mutually-exclusive). -To select a specific provisioner, use the node selector `karpenter.sh/provisioner-name: my-provisioner`. - -### How can I configure Karpenter to only provision pods for a particular namespace? - -There is no native support for namespaced based provisioning. -Karpenter can be configured to provision a subset of pods based on a combination of taints/tolerations and node selectors. -This allows Karpenter to work in concert with the `kube-scheduler` in that the same mechanisms that `kube-scheduler` uses to determine if a pod can schedule to an existing node are also used for provisioning new nodes. -This avoids scenarios where pods are bound to nodes that were provisioned by Karpenter which Karpenter would not have bound itself. -If this were to occur, a node could remain non-empty and have its lifetime extended due to a pod that wouldn't have caused the node to be provisioned had the pod been unschedulable. - -We recommend using Kubernetes native scheduling constraints to achieve namespace based scheduling segregation. Using native scheduling constraints ensures that Karpenter, `kube-scheduler` and any other scheduling or auto-provisioning mechanism all have an identical understanding of which pods can be scheduled on which nodes. This can be enforced via policy agents, an example of which can be seen [here](https://blog.mikesir87.io/2022/01/creating-tenant-node-pools-with-karpenter/). - -### Can I add SSH keys to a provisioner? - -Karpenter does not offer a way to add SSH keys via provisioners or secrets to the nodes it manages. -However, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady](https://karpenter.sh/preview/troubleshooting/#node-notready) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes through the AWS console. - -Though not recommended, if you need to access Karpenter-managed nodes without AWS credentials, you can add SSH keys to Launch Templates through [Custom User Data](https://karpenter.sh/preview/aws/user-data/). -Here is an example of userData to add SSH keys to a Launch Template (replace *my-authorized_keys* with your key file): - -```bash -userData: | -MIME-Version: 1.0 -Content-Type: multipart/mixed; boundary="BOUNDARY" ---BOUNDARY -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -mkdir -p ~ec2-user/.ssh/ -touch ~ec2-user/.ssh/authorized_keys -cat >> ~ec2-user/.ssh/authorized_keys <}}) Karpenter documentation. - -### Can I mix spot and on-demand EC2 run types? -Yes, see [Example Provisioner Resource]({{< ref "./provisioner/#example-provisioner-resource" >}}) for an example. - -### Can I restrict EC2 instance types? - -* Attribute-based requests are currently not possible. -* You can select instances with special hardware, such as gpu. - -### Can I use Bare Metal instance types? - -Yes, Karpenter supports provisioning metal instance types when a Provisioner's `node.kubernetes.io/instance-type` Requirements only include `metal` instance types. If other instance types fulfill pod requirements, then Karpenter will prioritize all non-metal instance types before metal ones are provisioned. - -### How does Karpenter dynamically select instance types? - -Karpenter batches pending pods and then binpacks them based on CPU, memory, and GPUs required, taking into account node overhead, VPC CNI resources required, and daemon sets that will be packed when bringing up a new node. -By default Karpenter uses all available instance types, but it can be constrained in the provisioner spec with the [instance-type](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type) well-known label in the requirements section. -After the pods are binpacked on the most efficient instance type (i.e. the smallest instance type that can fit the pod batch), Karpenter takes 19 other instance types that are larger than the most efficient packing, and passes all 20 instance type options to an API called Amazon EC2 Fleet. -The EC2 fleet API attempts to provision the instance type based on a user-defined allocation strategy. -If you are using the on-demand capacity type, then Karpenter uses the `lowest-price` allocation strategy. -So fleet will provision the lowest price instance type it can get from the 20 Karpenter passed it. -If the instance type is unavailable for some reason, then fleet will move on to the next cheapest instance type. -If you are using the spot capacity type, Karpenter uses the capacity-optimized-prioritized allocation strategy which tells fleet to find the instance type that EC2 has the most capacity of which will decrease the probability of a spot interruption happening in the near term. -See [Choose the appropriate allocation strategy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html#ec2-fleet-allocation-use-cases) for information on fleet optimization. - -### What if there is no Spot capacity? Will Karpenter use On-Demand? - -The best defense against running out of Spot capacity is to allow Karpenter to provision as many different instance types as possible. -Even instance types that have higher specs, e.g. vCPU, memory, etc., than what you need can still be cheaper in the Spot market than using On-Demand instances. -When Spot capacity is constrained, On-Demand capacity can also be constrained since Spot is fundamentally spare On-Demand capacity. -Allowing Karpenter to provision nodes from a large, diverse set of instance types will help you to stay on Spot longer and lower your costs due to Spot’s discounted pricing. -Moreover, if Spot capacity becomes constrained, this diversity will also increase the chances that you’ll be able to continue to launch On-Demand capacity for your workloads. - -If your Karpenter Provisioner specifies flexibility to both Spot and On-Demand capacity, Karpenter will attempt to provision On-Demand capacity if there is no Spot capacity available. -However, it’s strongly recommended that you specify at least 20 instance types in your Provisioner (or none and allow Karpenter to pick the best instance types) as our research indicates that this additional diversity increases the chances that your workloads will not need to launch On-Demand capacity at all. -Today, Karpenter will warn you if the number of instances in your Provisioner isn’t sufficiently diverse. - -Technically, Karpenter has a concept of an “offering” for each instance type, which is a combination of zone and capacity type (equivalent in the AWS cloud provider to an EC2 purchase option – Spot or On-Demand). -Whenever the Fleet API returns an insufficient capacity error for Spot instances, those particular offerings are temporarily removed from consideration (across the entire provisioner) so that Karpenter can make forward progress with different options. - -## Workloads - -### How can someone deploying pods take advantage of Karpenter? - -See [Application developer]({{< ref "./concepts/#application-developer" >}}) for descriptions of how Karpenter matches nodes with pod requests. - -### Can I use Karpenter with EBS disks per availability zone? -Yes. See [Persistent Volume Topology]({{< ref "./tasks/scheduling#persistent-volume-topology" >}}) for details. - -### Can I set `--max-pods` on my nodes? -Not yet. - -## Deprovisioning -### How does Karpenter deprovision nodes? -See [Deprovisioning nodes]({{< ref "./tasks/deprovisioning" >}}) for information on how Karpenter deprovisions nodes. - -## Upgrading - -### How do I upgrade Karpenter? -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -Karpenter requires proper permissions in the `KarpenterNode IAM Role` and the `KarpenterController IAM Role`. -To upgrade Karpenter to version `$VERSION`, make sure that the `KarpenterNode IAM Role` and the `KarpenterController IAM Role` have the right permission described in `https://karpenter.sh/$VERSION/getting-started/getting-started-with-eksctl/cloudformation.yaml`. -Next, locate `KarpenterController IAM Role` ARN (i.e., ARN of the resource created in [Create the KarpenterController IAM Role](../getting-started/getting-started-with-eksctl/#create-the-karpentercontroller-iam-role)) and the cluster endpoint, and pass them to the helm upgrade command -{{% script file="./content/en/preview/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgrade-guide/" >}}). - -### Why do I get an `unknown field "startupTaints"` error when creating a provisioner with startupTaints? - -```bash -error: error validating "provisioner.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "startupTaints" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -The `startupTaints` parameter was added in v0.10.0. Helm upgrades do not upgrade the CRD describing the provisioner, so it must be done manually. For specific details, see the [Upgrade Guide]({{< ref "./upgrade-guide/#upgrading-to-v0100" >}}) - -## Consolidation - -### Why do I sometimes see an extra node get launched when updating a deployment that remains empty and is later removed? - -Consolidation packs pods tightly onto nodes which can leave little free allocatable CPU/memory on your nodes. If a deployment uses a deployment strategy with a non-zero `maxSurge`, such as the default 25%, those surge pods may not have anywhere to run. In this case, Karpenter will launch a new node so that the surge pods can run and then remove it soon after if it's not needed. \ No newline at end of file diff --git a/website/content/en/v0.16.3/getting-started/_index.md b/website/content/en/v0.16.3/getting-started/_index.md deleted file mode 100644 index a05eee952a2f..000000000000 --- a/website/content/en/v0.16.3/getting-started/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Getting Started" -linkTitle: "Getting Started" -weight: 10 -description: > - Choose from different methods to get started with Karpenter -cascade: - type: docs ---- - - Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/_index.md b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/_index.md deleted file mode 100644 index 89b2b111492d..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/_index.md +++ /dev/null @@ -1,199 +0,0 @@ - ---- -title: "Getting Started with eksctl" -linkTitle: "Getting Started with eksctl" -weight: 10 -description: > - Set up Karpenter with an eksctl cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a Helm chart. - -Karpenter requires cloud provider permissions to provision nodes, for AWS IAM -Roles for Service Accounts (IRSA) should be used. IRSA permits Karpenter -(within the cluster) to make privileged requests to AWS (as the cloud provider) -via a ServiceAccount. - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `eksctl` - [the CLI for AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Environment Variables - -After setting up the tools, set the following environment variable to the Karpenter version you -would like to install. - -```bash -export KARPENTER_VERSION=v0.16.3 -``` - -Also set the following environment variables to store commonly used values. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step01-config.sh" language="bash"%}} - -{{% alert title="Warning" color="warning" %}} -If you open a new shell to run steps in this procedure, you need to set some or all of the environment variables again. -To remind yourself of these values, type: - -```bash -echo $KARPENTER_VERSION $CLUSTER_NAME $AWS_DEFAULT_REGION $AWS_ACCOUNT_ID -``` - -{{% /alert %}} - - -### Create a Cluster - -Create a basic cluster with `eksctl`. -Each of the two examples set up an IAM OIDC provider for the cluster to enable IAM roles for pods. -The first uses [AWS EKS managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) for the kube-system and karpenter namespaces, while the second uses Fargate for both namespaces. - -**Example 1: Create basic cluster** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh" language="bash"%}} - -**Example 2: Create basic cluster with Karpenter on Fargate** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh" language="bash"%}} - -Karpenter itself can run anywhere, including on [self-managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/worker.html), [managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) (Example 1), or [AWS Fargate](https://aws.amazon.com/fargate/)(Example 2). - -Karpenter will provision EC2 instances in your account. - -### Create the KarpenterNode IAM Role - -Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. - -First, create the IAM resources using AWS CloudFormation. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh" language="bash"%}} - -Second, grant access to instances using the profile to connect to the cluster. This command adds the Karpenter node role to your aws-auth configmap, allowing nodes with this role to connect to the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh" language="bash"%}} - -Now, Karpenter can launch new EC2 instances and those instances can connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances. This will create an AWS IAM Role, Kubernetes service account, and associate them using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh" language="bash"%}} - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh" language="bash"%}} - -### Install Karpenter Helm Chart - -Use Helm to deploy Karpenter to the cluster. - -Before the chart can be installed the repo needs to be added to Helm, run the following commands to add the repo. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step07-install-helm-chart.sh" language="bash"%}} - -Install the chart passing in the cluster details and the Karpenter role ARN. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -#### Deploy a temporary Prometheus and Grafana stack (optional) - -The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboarded to Grafana. They provide a variety of visualization examples on Karpenter metrics. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh" language="bash"%}} - -The Grafana instance may be accessed using port forwarding. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh" language="bash"%}} - -The new stack has only one user, `admin`, and the password is stored in a secret. The following command will retrieve the password. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh" language="bash"%}} - -#### Deploy the AWS Node Termination Handler to handle Spot interruptions gracefully (optional) - -The following commands will deploy the AWS Node Termination Handler as a DaemonSet to run on Spot nodes to handle spot interruption notifications, -spot rebalance recommendations, and EC2 scheduled maintenance events. Learn more about the AWS Node Termination Handler and more advanced configurations -[here](https://github.com/aws/aws-node-termination-handler). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh" language="bash"%}} - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. -This provisioner uses `securityGroupSelector` and `subnetSelector` to discover resources used to launch nodes. -We applied the tag `karpenter.sh/discovery` in the `eksctl` command above. -Depending how these resources are shared between clusters, you may need to use different tagging schemes. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh" language="bash"%}} - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step14-automatic-node-provisioning.sh" language="bash"%}} - -### Automatic Node Termination - -Now, delete the deployment. After 30 seconds (`ttlSecondsAfterEmpty`), -Karpenter should terminate the now empty nodes. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step15-deprovisioning.sh" language="bash"%}} - -### Manual Node Termination - -If you delete a node with kubectl, Karpenter will gracefully cordon, drain, -and shutdown the corresponding instance. Under the hood, Karpenter adds a -finalizer to the node object, which blocks deletion until all pods are -drained and the instance is terminated. Keep in mind, this only works for -nodes provisioned by Karpenter. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step16-delete-node.sh" language="bash"%}} - -## Cleanup - -To avoid additional charges, remove the demo infrastructure from your AWS account. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step17-cleanup.sh" language="bash"%}} diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/cloudformation.yaml b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/cloudformation.yaml deleted file mode 100644 index c091c5c2d807..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/cloudformation.yaml +++ /dev/null @@ -1,66 +0,0 @@ -AWSTemplateFormatVersion: "2010-09-09" -Description: Resources used by https://github.com/aws/karpenter -Parameters: - ClusterName: - Type: String - Description: "EKS cluster name" -Resources: - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: !Sub "KarpenterNodeInstanceProfile-${ClusterName}" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: !Sub "KarpenterNodeRole-${ClusterName}" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: - Type: AWS::IAM::ManagedPolicy - Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - PolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Resource: "*" - Action: - # Write Operations - - ec2:CreateLaunchTemplate - - ec2:CreateFleet - - ec2:RunInstances - - ec2:CreateTags - - ec2:TerminateInstances - - ec2:DeleteLaunchTemplate - # Read Operations - - ec2:DescribeLaunchTemplates - - ec2:DescribeInstances - - ec2:DescribeSecurityGroups - - ec2:DescribeSubnets - - ec2:DescribeImages - - ec2:DescribeInstanceTypes - - ec2:DescribeInstanceTypeOfferings - - ec2:DescribeAvailabilityZones - - ec2:DescribeSpotPriceHistory - - ssm:GetParameter - - pricing:GetProducts - - Effect: Allow - Action: - - iam:PassRole - Resource: !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/KarpenterNodeRole-${ClusterName}" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/grafana-values.yaml b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/grafana-values.yaml deleted file mode 100644 index 6eb0b4759937..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/grafana-values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - version: 1 - url: http://prometheus-server:80 - access: proxy -dashboardProviders: - dashboardproviders.yaml: - apiVersion: 1 - providers: - - name: 'default' - orgId: 1 - folder: '' - type: file - disableDeletion: false - editable: true - options: - path: /var/lib/grafana/dashboards/default -dashboards: - default: - capacity-dashboard: - url: https://karpenter.sh/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json - performance-dashboard: - url: https://karpenter.sh/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json deleted file mode 100644 index 1d1cd8b0cd34..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json +++ /dev/null @@ -1,1440 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 2, - "id": 6, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 13, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sum by(action, cluster) (karpenter_consolidation_actions_performed)", - "format": "time_series", - "instant": false, - "legendFormat": "{{cluster}}: {{action}}", - "range": true, - "refId": "A" - } - ], - "title": "Consolidation Actions Performed", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 14, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_consolidation_nodes_created)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Consolidation: Nodes Created", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 15, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_consolidation_nodes_terminated)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Consolidation: Nodes Terminated", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 12, - "options": { - "legend": { - "calcs": [ - "last" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by(phase)(karpenter_pods_state)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Phase", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by ($distribution_filter)(\n karpenter_pods_state{arch=~\"$arch\", capacity_type=~\"$capacity_type\", instance_type=~\"$instance_type\", provisioner=~\"$provisioner\"}\n)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Distribution: $distribution_filter", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization$" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "max", - "value": 1 - }, - { - "id": "unit", - "value": "percentunit" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Memory Provisioned" - }, - "properties": [ - { - "id": "unit", - "value": "bytes" - } - ] - } - ] - }, - "gridPos": { - "h": 11, - "w": 18, - "x": 0, - "y": 29 - }, - "id": 10, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_provisioner_usage{resource_type=\"cpu\"} / karpenter_provisioner_limit{resource_type=\"cpu\"}", - "format": "table", - "instant": true, - "legendFormat": "CPU Limit Utilization", - "range": false, - "refId": "CPU Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "count by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"}) # Selects a single resource type to get node count", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Node Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "(karpenter_provisioner_usage{resource_type=\"memory\"} / karpenter_provisioner_limit{resource_type=\"memory\"}) or karpenter_provisioner_limit*0", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Limit Utilization", - "range": false, - "refId": "Memory Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "CPU Capacity" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"memory\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Memory Capacity" - } - ], - "title": "Provisioner Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "provisioner" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "__name__": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "job": true, - "job 1": true, - "job 2": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true - }, - "indexByName": { - "Time 1": 6, - "Time 2": 7, - "Time 3": 11, - "Time 4": 15, - "Time 5": 16, - "Value #CPU Capacity": 2, - "Value #CPU Limit Utilization": 3, - "Value #Memory Capacity": 4, - "Value #Memory Limit Utilization": 5, - "Value #Node Count": 1, - "instance 1": 8, - "instance 2": 12, - "job 1": 9, - "job 2": 13, - "provisioner": 0, - "resource_type 1": 10, - "resource_type 2": 14 - }, - "renameByName": { - "Time 1": "", - "Value": "CPU Utilization", - "Value #CPU Capacity": "CPU Provisioned", - "Value #CPU Limit Utilization": "CPU Limit Utilization", - "Value #CPU Utilization": "CPU Limit Utilization", - "Value #Memory Capacity": "Memory Provisioned", - "Value #Memory Limit Utilization": "Memory Limit Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Node Count": "Node Count", - "instance": "", - "instance 1": "", - "job": "", - "provisioner": "Provisioner" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 6, - "x": 18, - "y": 29 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "(count(karpenter_nodes_allocatable{arch=~\"$arch\",capacity_type=\"spot\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}) or vector(0)) / count(karpenter_nodes_allocatable{arch=~\"$arch\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"})", - "legendFormat": "Percentage", - "range": true, - "refId": "A" - } - ], - "title": "Spot Node Percentage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "node_name" - }, - "properties": [ - { - "id": "custom.width", - "value": 333 - } - ] - }, - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "unit", - "value": "percentunit" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 75 - } - ] - } - }, - { - "id": "max", - "value": 1 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Uptime" - }, - "properties": [ - { - "id": "unit", - "value": "s" - }, - { - "id": "decimals", - "value": 0 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 40 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Uptime" - } - ] - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "CPU Utilization", - "range": false, - "refId": "CPU Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Memory Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_nodes_total_daemon_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} + \nkarpenter_nodes_total_pod_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Pod Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "label_replace(\n sum by (node)(node_time_seconds) - sum by (node)(node_boot_time_seconds),\n \"node_name\", \"$1\", \"node\", \"(.+)\"\n)", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Uptime", - "range": false, - "refId": "Uptime" - } - ], - "title": "Node Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "node_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Value": false, - "Value #Pod Count": false, - "__name__": true, - "arch": true, - "arch 1": true, - "arch 2": true, - "arch 3": true, - "capacity_type 2": true, - "capacity_type 3": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "instance 3": true, - "instance_category 1": true, - "instance_category 2": true, - "instance_category 3": true, - "instance_cpu": true, - "instance_cpu 1": true, - "instance_cpu 2": true, - "instance_cpu 3": true, - "instance_family": true, - "instance_family 1": true, - "instance_family 2": true, - "instance_family 3": true, - "instance_generation 1": true, - "instance_generation 2": true, - "instance_generation 3": true, - "instance_gpu_count": true, - "instance_gpu_count 1": true, - "instance_gpu_count 2": true, - "instance_gpu_count 3": true, - "instance_gpu_manufacturer": true, - "instance_gpu_manufacturer 1": true, - "instance_gpu_manufacturer 2": true, - "instance_gpu_manufacturer 3": true, - "instance_gpu_memory": true, - "instance_gpu_memory 1": true, - "instance_gpu_memory 2": true, - "instance_gpu_memory 3": true, - "instance_gpu_name": true, - "instance_gpu_name 1": true, - "instance_gpu_name 2": true, - "instance_gpu_name 3": true, - "instance_hypervisor": true, - "instance_hypervisor 1": true, - "instance_hypervisor 2": true, - "instance_hypervisor 3": true, - "instance_local_nvme 1": true, - "instance_local_nvme 2": true, - "instance_local_nvme 3": true, - "instance_memory": true, - "instance_memory 1": true, - "instance_memory 2": true, - "instance_memory 3": true, - "instance_pods": true, - "instance_pods 1": true, - "instance_pods 2": true, - "instance_pods 3": true, - "instance_size": true, - "instance_size 1": true, - "instance_size 2": true, - "instance_size 3": true, - "instance_type 1": false, - "instance_type 2": true, - "instance_type 3": true, - "job": true, - "job 1": true, - "job 2": true, - "job 3": true, - "node": true, - "os": true, - "os 1": true, - "os 2": true, - "os 3": true, - "provisioner 1": false, - "provisioner 2": true, - "provisioner 3": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true, - "resource_type 3": true, - "zone 1": false, - "zone 2": true, - "zone 3": true - }, - "indexByName": { - "Time 1": 1, - "Time 2": 25, - "Time 3": 45, - "Time 4": 65, - "Value #CPU Utilization": 10, - "Value #Memory Utilization": 11, - "Value #Pod Count": 9, - "Value #Uptime": 8, - "arch 1": 5, - "arch 2": 26, - "arch 3": 46, - "capacity_type 1": 6, - "capacity_type 2": 27, - "capacity_type 3": 47, - "instance 1": 4, - "instance 2": 28, - "instance 3": 48, - "instance_cpu 1": 12, - "instance_cpu 2": 29, - "instance_cpu 3": 49, - "instance_family 1": 13, - "instance_family 2": 30, - "instance_family 3": 50, - "instance_gpu_count 1": 14, - "instance_gpu_count 2": 31, - "instance_gpu_count 3": 51, - "instance_gpu_manufacturer 1": 15, - "instance_gpu_manufacturer 2": 32, - "instance_gpu_manufacturer 3": 52, - "instance_gpu_memory 1": 16, - "instance_gpu_memory 2": 33, - "instance_gpu_memory 3": 53, - "instance_gpu_name 1": 17, - "instance_gpu_name 2": 34, - "instance_gpu_name 3": 54, - "instance_hypervisor 1": 18, - "instance_hypervisor 2": 35, - "instance_hypervisor 3": 55, - "instance_memory 1": 19, - "instance_memory 2": 36, - "instance_memory 3": 56, - "instance_pods 1": 20, - "instance_pods 2": 37, - "instance_pods 3": 57, - "instance_size 1": 21, - "instance_size 2": 38, - "instance_size 3": 58, - "instance_type 1": 3, - "instance_type 2": 39, - "instance_type 3": 59, - "job 1": 22, - "job 2": 40, - "job 3": 60, - "node": 66, - "node_name": 0, - "os 1": 23, - "os 2": 41, - "os 3": 61, - "provisioner 1": 2, - "provisioner 2": 42, - "provisioner 3": 62, - "resource_type 1": 24, - "resource_type 2": 43, - "resource_type 3": 63, - "zone 1": 7, - "zone 2": 44, - "zone 3": 64 - }, - "renameByName": { - "Time": "", - "Time 1": "", - "Value": "CPU Utilization", - "Value #Allocatable": "", - "Value #CPU Utilization": "CPU Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Pod CPU": "", - "Value #Pod Count": "Pods", - "Value #Uptime": "Uptime", - "arch": "Architecture", - "arch 1": "Arch", - "capacity_type": "Capacity Type", - "capacity_type 1": "Capacity Type", - "instance 1": "Instance", - "instance_cpu 1": "vCPU", - "instance_type": "Instance Type", - "instance_type 1": "Instance Type", - "node_name": "Node Name", - "provisioner 1": "Provisioner", - "zone 1": "Zone" - } - } - } - ], - "type": "table" - } - ], - "refresh": false, - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, provisioner)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, zone)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "zone", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, zone)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, arch)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "arch", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, arch)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, capacity_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "capacity_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, capacity_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, instance_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "instance_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, instance_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "distribution_filter", - "options": [ - { - "selected": false, - "text": "arch", - "value": "arch" - }, - { - "selected": false, - "text": "capacity_type", - "value": "capacity_type" - }, - { - "selected": false, - "text": "instance_type", - "value": "instance_type" - }, - { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "node", - "value": "node" - }, - { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - { - "selected": false, - "text": "zone", - "value": "zone" - } - ], - "query": "arch,capacity_type,instance_type,namespace,node,provisioner,zone", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Capacity", - "uid": "ta8I9Q67z", - "version": 4, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json deleted file mode 100644 index a2fbaaa6e3ed..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636732403925, - "links": [], - "panels": [ - { - "datasource": null, - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 5, - "options": { - "content": "Displays information about Allocation controller processes.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "targets": [ - { - "queryType": "randomWalk", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "About this dashboard", - "type": "text" - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "min": null, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all bind operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of bind operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 2, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_bind_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "All Binds" - } - ], - "title": "Bind duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all binpack operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of binpack operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 12 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 7, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_binpacking_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Binpacking Duration" - } - ], - "title": "Binpack duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateInferno", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all scheduling operations of the Allocation controller for provisioner $provisioner.\n\nThe color of each \"bucket\" is a visual clue to the number of scheduling operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 20 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 9, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_scheduling_duration_seconds_bucket{provisioner=\"$provisioner\"}[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Scheduling Duration" - } - ], - "title": "Scheduling duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": null, - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "description": "Karpenter provisioner", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Provisioner", - "multi": false, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers / Allocation", - "uid": "fs47R-Dnz", - "version": 9 -} diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json deleted file mode 100644 index ca7c44862ecf..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph (old)", - "version": "" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636733515850, - "links": [], - "panels": [ - { - "datasource": null, - "description": "", - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 99, - "options": { - "content": "Displays information collected by the Kubernetes controller-runtime.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "title": "About this dashboard", - "type": "text" - }, - { - "aliasColors": { - "items": "light-blue" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "", - "fill": 1, - "fillGradient": 2, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 4 - }, - "hiddenSeries": false, - "id": 14, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "workqueue_depth{name=\"$controller\"}", - "interval": "", - "legendFormat": "items", - "queryType": "randomWalk", - "refId": "Work Queue Depth" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Items in Work Queue", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 0, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "error": "red", - "requeue": "orange", - "requeue_after": "semi-dark-purple", - "success": "green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "The rate of completed reconciliations per minute broken out by result status.", - "fill": 1, - "fillGradient": 1, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 4 - }, - "hiddenSeries": false, - "id": 76, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "rate(controller_runtime_reconcile_total{controller=\"$controller\"}[$trailing]) * 60", - "interval": "", - "legendFormat": "{{result}}", - "queryType": "randomWalk", - "refId": "Reconciliations per minute" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Reconciliations per minute", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:566", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:567", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of the reconciliation process.\n\nThe color of each \"bucket\" is a visual clue to the number of reconciliations that completed within that time range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 126, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "8.1.6", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[$__interval])) by (le)", - "format": "heatmap", - "hide": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "p100" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Reconciliation duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": "", - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(controller_runtime_reconcile_errors_total, controller)", - "description": "Kubernetes controller", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Controller", - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_errors_total, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": true, - "text": "10m", - "value": "10m" - }, - "description": "Trailing aggregation window", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Trailing", - "multi": false, - "name": "trailing", - "options": [ - { - "selected": false, - "text": "30s", - "value": "30s" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": true, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - } - ], - "query": "30s,1m,5m,10m,30m,1h", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers", - "uid": "-Yw9ShDnz", - "version": 15 -} diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json deleted file mode 100644 index 74c75216e058..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 7, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0\"}", - "legendFormat": "Min", - "range": true, - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "E" - } - ], - "title": "Node Termination Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 9 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0\"}", - "format": "time_series", - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Pod Startup Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.9, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.99, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(1, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Controller Reconciliation Latency [$controller]", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "reqps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 11, - "x": 13, - "y": 17 - }, - "id": 8, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)", - "legendFormat": "{{controller}}", - "range": true, - "refId": "A" - } - ], - "title": "Controller Reconciliation Rate", - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "provisioning", - "value": "provisioning" - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Performance", - "uid": "_bdgC2g4z", - "version": 3, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml deleted file mode 100644 index f1affe3fbc93..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml +++ /dev/null @@ -1,14 +0,0 @@ -alertmanager: - persistentVolume: - enabled: false - -server: - fullnameOverride: prometheus-server - persistentVolume: - enabled: false - -extraScrapeConfigs: | - - job_name: karpenter - static_configs: - - targets: - - karpenter.karpenter:8080 diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh deleted file mode 100755 index 6d2332b06be2..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: add-monitoring.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step09-add-prometheus-grafana.sh - step10-add-grafana-port-forward.sh - step11-grafana-get-password.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh deleted file mode 100755 index 51f286de0c3c..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -declare -a steps=( - step01-config.sh - step12-add-provisioner.sh - step13-automatic-node-provisioning.sh - step14-automatic-node-termination.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh deleted file mode 100755 index cf0656f3db3d..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: setup-roles.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 -SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) - -declare -a steps=( - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source "$SCRIPT_DIR/$step" -done diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh deleted file mode 100755 index 52851e7f975a..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -declare -a steps=( - step01-config.sh - step16-cleanup.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/install.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/install.sh deleted file mode 100755 index 05e50ada8513..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/install.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: install.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step02-create-cluster.sh - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh - step07-install-helm-chart.sh - step08-apply-helm-chart.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh deleted file mode 100755 index 5792c574690e..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CLUSTER_NAME="${USER}-karpenter-demo" -export AWS_DEFAULT_REGION="us-west-2" -export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh deleted file mode 100755 index 51fa1aa00445..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh +++ /dev/null @@ -1,19 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.21" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -fargateProfiles: - - name: karpenter - selectors: - - namespace: karpenter -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh deleted file mode 100755 index d694d946a299..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.21" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -managedNodeGroups: - - instanceType: m5.large - amiFamily: AmazonLinux2 - name: ${CLUSTER_NAME}-ng - desiredCapacity: 2 - minSize: 1 - maxSize: 10 -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh deleted file mode 100755 index dce544c1a557..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh +++ /dev/null @@ -1,8 +0,0 @@ -TEMPOUT=$(mktemp) - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/cloudformation.yaml > $TEMPOUT \ -&& aws cloudformation deploy \ - --stack-name "Karpenter-${CLUSTER_NAME}" \ - --template-file "${TEMPOUT}" \ - --capabilities CAPABILITY_NAMED_IAM \ - --parameter-overrides "ClusterName=${CLUSTER_NAME}" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh deleted file mode 100755 index f98a75a50011..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh +++ /dev/null @@ -1,6 +0,0 @@ -eksctl create iamidentitymapping \ - --username system:node:{{EC2PrivateDNSName}} \ - --cluster "${CLUSTER_NAME}" \ - --arn "arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" \ - --group system:bootstrappers \ - --group system:nodes diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh deleted file mode 100755 index 32673a49c9e0..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,8 +0,0 @@ -eksctl create iamserviceaccount \ - --cluster "${CLUSTER_NAME}" --name karpenter --namespace karpenter \ - --role-name "${CLUSTER_NAME}-karpenter" \ - --attach-policy-arn "arn:aws:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME}" \ - --role-only \ - --approve - -export KARPENTER_IAM_ROLE_ARN="arn:aws:iam::${AWS_ACCOUNT_ID}:role/${CLUSTER_NAME}-karpenter" diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh deleted file mode 100755 index 3cb0510b905b..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh +++ /dev/null @@ -1,3 +0,0 @@ -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com || true -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step07-install-helm-chart.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step07-install-helm-chart.sh deleted file mode 100755 index e36cf3d4be7e..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step07-install-helm-chart.sh +++ /dev/null @@ -1,2 +0,0 @@ -helm repo add karpenter https://charts.karpenter.sh/ -helm repo update diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh deleted file mode 100755 index bc7038a6358b..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh +++ /dev/null @@ -1,8 +0,0 @@ -helm upgrade --install --namespace karpenter --create-namespace \ - karpenter karpenter/karpenter \ - --version ${KARPENTER_VERSION} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \ - --set clusterName=${CLUSTER_NAME} \ - --set clusterEndpoint=${CLUSTER_ENDPOINT} \ - --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ - --wait # for the defaulting webhook to install before creating a Provisioner diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh deleted file mode 100755 index 1b028b23c8ed..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh +++ /dev/null @@ -1,11 +0,0 @@ -helm repo add grafana-charts https://grafana.github.io/helm-charts -helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo update - -kubectl create namespace monitoring - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/prometheus-values.yaml | tee prometheus-values.yaml -helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/grafana-values.yaml | tee grafana-values.yaml -helm install --namespace monitoring grafana grafana-charts/grafana --values grafana-values.yaml diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh deleted file mode 100755 index 85d4028642b6..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl port-forward --namespace monitoring svc/grafana 3000:80 diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh deleted file mode 100755 index cdf4f61d3775..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh deleted file mode 100755 index ee5866453e3c..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh +++ /dev/null @@ -1,10 +0,0 @@ -helm repo add eks https://aws.github.io/eks-charts -helm repo update - -helm upgrade --install --namespace aws-node-termination-handler --create-namespace \ - aws-node-termination-handler eks/aws-node-termination-handler \ - --set enableSpotInterruptionDraining="true" \ - --set enableRebalanceMonitoring="true" \ - --set enableRebalanceDraining="true" \ - --set enableScheduledEventDraining="true" \ - --set nodeSelector."karpenter\.sh/capacity-type"=spot diff --git a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh b/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh deleted file mode 100755 index e778b1410313..000000000000 --- a/website/content/en/v0.16.3/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh +++ /dev/null @@ -1,27 +0,0 @@ -cat < - Set up Karpenter with a kOps cluster ---- - -In this example, the cluster will be running on Amazon Web Services (AWS) managed by [kOps](https://kops.sigs.k8s.io/). -Karpenter is designed to be cloud provider agnostic, but currently only supports AWS. Contributions are welcomed - -Karpenter is supported on kOps as of 1.24.0-alpha.2, but sits behind a feature flag as the interface between kOps and Karpenter is -still work in progress and is likely to change significantly. This guide is intended for users that wants to test Karpenter on kOps and provide feedback to Karpenter and kOps developers. -Read more about how Karpenter works on kOps and the current limitations in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/). - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -This guide assumes you already have a kOps state store and a hosted zone. If you do not have one, -run through the [kOps getting started on AWS documentation](https://kops.sigs.k8s.io/getting_started/aws/) up until "Creating your first cluster". - -## Install - -Karpenter is installed in clusters as a managed addon. kOps will automatically create -and manage the necessary the IAM roles and policies Karpenter needs. - -### Required Utilities - -Install these tools before proceeding: - -1. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -2. `kops` - [kubectl, but for clusters](https://kops.sigs.k8s.io/getting_started/install/) v1.24.0 or later - -### Environment Variables - -After setting up the tools, set the following environment variables used by kOps. - -```bash -export KOPS_FEATURE_FLAGS=Karpenter -export CLUSTER_NAME=${USER}-karpenter-demo.example.com -export ZONES=us-west-2a -export KOPS_STATE_STORE=s3://prefix-example-com-state-store -export KOPS_OIDC_STORE=s3://prefix-example-com-oidc-store/discovery -``` - -### Create a Cluster - -kOps installs Karpenter on the control plane. Once the control plane is running, Karpenter will provision the -the worker nodes needed for non-Control Plane Deployments such as CoreDNS and CSI drivers. - -The following command will launch a cluster with Karpenter-managed worker nodes: - -```bash -kops create cluster \ - --zones=$ZONES \ - --discovery-store=${KOPS_OIDC_STORE} \ - --instance-manager=karpenter \ - --networking=amazonvpc \ - ${CLUSTER_NAME} \ - --yes -``` - -Note: we are using AWS VPC CNI for networking as Karpenter's binpacking logic assumes ENI-based networking. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different InstanceGroups. - -kOps manage provisioners through InstanceGroups. Your cluster will already have -one Provisioner that will contain a suitable set of instance types for Karpenter to -choose from. - -Managing Provisioner resources directly is possible, but not straight-forward. Read -more about managing provisioners in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/) - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -As mentioned above, you should already have some Karpenter-managed nodes in your cluster used by -other kOps addons. Create additional pods using a Deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Set up Karpenter with a Terraform cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a helm chart. - -Karpenter additionally requires IAM Roles for Service Accounts (IRSA). IRSA -permits Karpenter (within the cluster) to make privileged requests to AWS (as -the cloud provider). - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `terraform` - [infrastructure-as-code tool made by HashiCorp](https://learn.hashicorp.com/tutorials/terraform/install-cli) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -Login to the AWS CLI with a user that has sufficient privileges to create a -cluster. - -### Setting up Variables - -After setting up the tools, set the following environment variables to store -commonly used values. - -```bash -export AWS_DEFAULT_REGION="us-east-1" -``` - -The first thing we need to do is create our `main.tf` file and place the following in it. - -```hcl -terraform { - required_version = "~> 1.0" - - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 4.0" - } - helm = { - source = "hashicorp/helm" - version = "~> 2.5" - } - kubectl = { - source = "gavinbunney/kubectl" - version = "~> 1.14" - } - } -} - -provider "aws" { - region = "us-east-1" -} - -locals { - cluster_name = "karpenter-demo" - - # Used to determine correct partition (i.e. - `aws`, `aws-gov`, `aws-cn`, etc.) - partition = data.aws_partition.current.partition -} - -data "aws_partition" "current" {} -``` - -### Create a Cluster - -We're going to use two different Terraform modules to create our cluster - one -to create the VPC and another for the cluster itself. The key part of this is -that we need to tag the VPC subnets that we want to use for the worker nodes. - -Add the following to your `main.tf` to create a VPC and EKS cluster. - -```hcl -module "vpc" { - # https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest - source = "terraform-aws-modules/vpc/aws" - version = "3.14.2" - - name = local.cluster_name - cidr = "10.0.0.0/16" - - azs = ["us-east-1a", "us-east-1b", "us-east-1c"] - private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"] - public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"] - - enable_nat_gateway = true - single_nat_gateway = true - one_nat_gateway_per_az = false - - public_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/elb" = 1 - } - - private_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/internal-elb" = 1 - } -} - -module "eks" { - # https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest - source = "terraform-aws-modules/eks/aws" - version = "18.29.0" - - cluster_name = local.cluster_name - cluster_version = "1.22" - - vpc_id = module.vpc.vpc_id - subnet_ids = module.vpc.private_subnets - - # Required for Karpenter role below - enable_irsa = true - - node_security_group_additional_rules = { - ingress_nodes_karpenter_port = { - description = "Cluster API to Node group for Karpenter webhook" - protocol = "tcp" - from_port = 8443 - to_port = 8443 - type = "ingress" - source_cluster_security_group = true - } - } - - node_security_group_tags = { - # NOTE - if creating multiple security groups with this module, only tag the - # security group that Karpenter should utilize with the following tag - # (i.e. - at most, only one security group should have this tag in your account) - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - - # Only need one node to get Karpenter up and running. - # This ensures core services such as VPC CNI, CoreDNS, etc. are up and running - # so that Karpenter can be deployed and start managing compute capacity as required - eks_managed_node_groups = { - initial = { - instance_types = ["m5.large"] - # Not required nor used - avoid tagging two security groups with same tag as well - create_security_group = false - - # Ensure enough capacity to run 2 Karpenter pods - min_size = 2 - max_size = 3 - desired_size = 2 - - iam_role_additional_policies = [ - # Required by Karpenter - "arn:${local.partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - ] - - tags = { - # This will tag the launch template created for use by Karpenter - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - } - } -} -``` - -At this point, go ahead and apply what we've done to create the VPC and -EKS cluster. This may take some time. - -```bash -terraform init -terraform apply -``` - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -```bash -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. -``` - -### Configure the KarpenterNode IAM Role - -The EKS module creates an IAM role for the EKS managed node group nodes. We'll use that for -Karpenter (so we don't have to reconfigure the aws-auth ConfigMap), but we need -to create an instance profile we can reference. - -Add the following to your `main.tf` to create the instance profile. - -```hcl -resource "aws_iam_instance_profile" "karpenter" { - name = "KarpenterNodeInstanceProfile-${local.cluster_name}" - role = module.eks.eks_managed_node_groups["initial"].iam_role_name -} -``` - -Go ahead and apply the changes. - -```bash -terraform apply -``` - -Now, Karpenter can use this instance profile to launch new EC2 instances and -those instances will be able to connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances, which means it needs -an IAM role that grants it access. The config below will create an AWS IAM -Role, attach a policy, and authorize the Service Account to assume the role -using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). -We will create the ServiceAccount and connect it to this role during the Helm -chart install. - -Add the following to your `main.tf` to create the IAM role for the Karpenter service account. - -```hcl -module "karpenter_irsa" { - source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.3.1" - - role_name = "karpenter-controller-${local.cluster_name}" - attach_karpenter_controller_policy = true - - karpenter_tag_key = "karpenter.sh/discovery/${local.cluster_name}" - karpenter_controller_cluster_id = module.eks.cluster_id - karpenter_controller_node_iam_role_arns = [ - module.eks.eks_managed_node_groups["initial"].iam_role_arn - ] - - oidc_providers = { - ex = { - provider_arn = module.eks.oidc_provider_arn - namespace_service_accounts = ["karpenter:karpenter"] - } - } -} -``` - -Since we've added a new module, you'll need to run `terraform init` again before applying the changes. - -```bash -terraform init -terraform apply -``` - -### Install Karpenter Helm Chart - -Use helm to deploy Karpenter to the cluster. We are going to use the -`helm_release` Terraform resource to do the deploy and pass in the cluster -details and IAM role Karpenter needs to assume. - -Add the following to your `main.tf` to provision Karpenter via a Helm chart. - -```hcl -provider "helm" { - kubernetes { - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", local.cluster_name] - } - } -} - -resource "helm_release" "karpenter" { - namespace = "karpenter" - create_namespace = true - - name = "karpenter" - repository = "https://charts.karpenter.sh" - chart = "karpenter" - version = "v0.16.3" - - set { - name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" - value = module.karpenter_irsa.iam_role_arn - } - - set { - name = "clusterName" - value = module.eks.cluster_id - } - - set { - name = "clusterEndpoint" - value = module.eks.cluster_endpoint - } - - set { - name = "aws.defaultInstanceProfile" - value = aws_iam_instance_profile.karpenter.name - } -} -``` - -Since we've added a new provider (helm), you'll need to run `terraform init` again -before applying the changes to deploy Karpenter. - -```bash -terraform init -terraform apply -``` - -### Enable Debug Logging (optional) - -The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. This provisioner -configures instances to connect to your cluster's endpoint and discovers -resources like subnets and security groups using the cluster's name. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Add the following to your `main.tf` to deploy the Karpenter provisioner. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -```hcl -provider "kubectl" { - apply_retry_count = 5 - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - load_config_file = false - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_id] - } -} - -resource "kubectl_manifest" "karpenter_provisioner" { - yaml_body = <<-YAML - apiVersion: karpenter.sh/v1alpha5 - kind: Provisioner - metadata: - name: default - spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - provider: - subnetSelector: - Name: "*private*" - securityGroupSelector: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - tags: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - ttlSecondsAfterEmpty: 30 - YAML - - depends_on = [ - helm_release.karpenter - ] -} -``` - -Since we've added a new provider (kubectl), you'll need to run `terraform init` again -before applying the changes to deploy the Karpenter provisioner. - -```bash -terraform init -terraform apply -``` - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -Before we can start interacting with the cluster, we need to update our local kubeconfig: - -```bash -aws eks update-kubeconfig --name karpenter-demo -``` - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Migrate to Karpenter from Cluster Autoscaler ---- - -This guide will show you how to switch from the [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler) to Karpenter for automatic node provisioning. -We will make the following assumptions in this guide - -* You will use an existing EKS cluster -* You will use existing VPC and subnets -* You will use existing security groups -* Your nodes are part of one or more node groups -* Your workloads have pod disruption budgets that adhere to [EKS best practices](https://aws.github.io/aws-eks-best-practices/karpenter/) -* Your cluster has an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for service accounts - -This guide will also assume you have the `aws` CLI installed. -You can also perform many of these steps in the console, but we will use the command line for simplicity. - -## Create IAM roles - -To get started with our migration we first need to create two new IAM roles for nodes provisioned with Karpenter and the Karpenter controller. - -To create the Karpenter node role we will use the following policy and commands. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step01-node-iam.sh" language="bash" %}} - -Now attach the required policies to the role - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step02-node-policies.sh" language="bash" %}} - -Attach the IAM role to an EC2 instance profile. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh" language="bash" %}} - -Now we need to create an IAM role that the Karpenter controller will use to provision new instances. -The controller will be using [IAM Roles for Service Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) which requires an OIDC endpoint. - -If you have another option for using IAM credentials with workloads (e.g. [kube2iam](https://github.com/jtblin/kube2iam)) your steps will be different. - -Set a variable for your cluster name. - -```bash -CLUSTER_NAME= -``` - -Set other variables from your cluster configuration. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step04-env.sh" language="bash" %}} - -Use that information to create our IAM role, inline policy, and trust relationship. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh" language="bash" %}} - -## Add tags to subnets and security groups - -We need to add tags to our nodegroup subnets so Karpenter will know which subnets to use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh" language="bash" %}} - -Add tags to our security groups. -This command only tags the security groups for the first nodegroup in the cluster. -If you have multiple nodegroups or multiple security groups you will need to decide which one Karpenter should use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh" language="bash" %}} - -## Update aws-auth ConfigMap - -We need to allow nodes that are using the node IAM role we just created to join the cluster. -To do that we have to modify the `aws-auth` ConfigMap in the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh" language="bash" %}} - -You will need to add a section to the mapRoles that looks something like this. -Replace the `${AWS_ACCOUNT_ID}` variable with your account, but do not replace the `{{EC2PrivateDNSName}}`. -``` - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterInstanceNodeRole - username: system:node:{{EC2PrivateDNSName}} -``` - -The full aws-auth configmap should have two groups. -One for your Karpenter node role and one for your existing node group. - -## Deploy Karpenter - -First set the Karpenter release you want to deploy. -```bash -export KARPENTER_VERSION=v0.16.3 -``` - -Make sure the Karpenter repo is added to Helm by running the following commands. -```bash -helm repo add karpenter https://charts.karpenter.sh/ -helm repo update -``` - -We can now generate a full Karpenter deployment yaml from the helm chart. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh" language="bash" %}} - -Modify the following lines in the karpenter.yaml file. - -### Set node affinity - -Edit the karpenter.yaml file and find the karpenter deployment affinity rules. -Modify the affinity so karpenter will run on one of the existing node group nodes. - -The rules should look something like this. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: karpenter.sh/provisioner-name - operator: DoesNotExist - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -Now that our deployment is ready we can create the karpenter namespace, create the provisioner CRD, and then deploy the rest of the karpenter resources. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-deploy.sh" language="bash" %}} - -## Create default provisioner - -We need to create a default provisioner so Karpenter knows what types of nodes we want for unscheduled workloads. -You can refer to some of the [example provisioners](https://github.com/aws/karpenter/tree{{< githubRelRef >}}examples/provisioner) for specific needs. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh" language="bash" %}} - -## Set nodeAffinity for critical workloads (optional) - -You may also want to set a nodeAffinity for other critical cluster workloads. - -Some examples are - -* coredns -* metric-server - -You can edit them with `kubectl edit deploy ...` and you should add node affinity for your static node group instances. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -## Remove CAS - -Now that karpenter is running we can disable the cluster autoscaler. -To do that we will scale the number of replicas to zero. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step12-scale-cas.sh" language="bash" %}} - -To get rid of the instances that were added from the node group we can scale our nodegroup down to a minimum size to support Karpenter and other critical services. -We suggest a minimum of 2 nodes for the node group. - -> Note: If your workloads do not have [pod disruption budgets](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) set, -> the following command **will cause workloads to be unavailable.** - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step13-scale-ng.sh" language="bash" %}} - -If you have a lot of nodes or workloads you may want to slowly scale down your node groups by a few instances at a time. -It is recommended to watch the transition carefully for workloads that may not have enough replicas running or disruption budgets configured. - -## Verify Karpenter - -As nodegroup nodes are drained you can verify that Karpenter is creating nodes for your workloads. - -```bash -kubectl logs -f -n karpenter -c controller -l app.kubernetes.io/name=karpenter -``` - -You should also see new nodes created in your cluster as the old nodes are removed - -```bash -kubectl get nodes -``` diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh deleted file mode 100644 index 9946254d957a..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh +++ /dev/null @@ -1,15 +0,0 @@ -echo '{ - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ec2.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] -}' > node-trust-policy.json - -aws iam create-role --role-name KarpenterInstanceNodeRole \ - --assume-role-policy-document file://node-trust-policy.json diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh deleted file mode 100644 index c7cf247b86d0..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh +++ /dev/null @@ -1,11 +0,0 @@ -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh deleted file mode 100644 index 276ba81b6c7c..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh +++ /dev/null @@ -1,6 +0,0 @@ -aws iam create-instance-profile \ - --instance-profile-name KarpenterInstanceProfile - -aws iam add-role-to-instance-profile \ - --instance-profile-name KarpenterInstanceProfile \ - --role-name KarpenterInstanceNodeRole diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step04-env.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step04-env.sh deleted file mode 100644 index f688a5256f2d..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step04-env.sh +++ /dev/null @@ -1,7 +0,0 @@ -CLUSTER_ENDPOINT="$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.endpoint" \ - --output text)" -OIDC_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} \ - --query "cluster.identity.oidc.issuer" --output text)" -AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' \ - --output text) diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh deleted file mode 100644 index 70b31fcaaf1c..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,66 +0,0 @@ -echo "{ - \"Version\": \"2012-10-17\", - \"Statement\": [ - { - \"Effect\": \"Allow\", - \"Principal\": { - \"Federated\": \"arn:aws:iam::${AWS_ACCOUNT_ID}:oidc-provider/${OIDC_ENDPOINT#*//}\" - }, - \"Action\": \"sts:AssumeRoleWithWebIdentity\", - \"Condition\": { - \"StringEquals\": { - \"${OIDC_ENDPOINT#*//}:aud\": \"sts.amazonaws.com\", - \"${OIDC_ENDPOINT#*//}:sub\": \"system:serviceaccount:karpenter:karpenter\" - } - } - } - ] -}" > controller-trust-policy.json - -aws iam create-role --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --assume-role-policy-document file://controller-trust-policy.json - -echo '{ - "Statement": [ - { - "Action": [ - "ssm:GetParameter", - "iam:PassRole", - "ec2:DescribeImages", - "ec2:RunInstances", - "ec2:DescribeSubnets", - "ec2:DescribeSecurityGroups", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeAvailabilityZones", - "ec2:DeleteLaunchTemplate", - "ec2:CreateTags", - "ec2:CreateLaunchTemplate", - "ec2:CreateFleet", - "ec2:DescribeSpotPriceHistory", - "pricing:GetProducts" - ], - "Effect": "Allow", - "Resource": "*", - "Sid": "Karpenter" - }, - { - "Action": "ec2:TerminateInstances", - "Condition": { - "StringLike": { - "ec2:ResourceTag/Name": "*karpenter*" - } - }, - "Effect": "Allow", - "Resource": "*", - "Sid": "ConditionalEC2Termination" - } - ], - "Version": "2012-10-17" -}' > controller-policy.json - -aws iam put-role-policy --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --policy-name KarpenterControllerPolicy-${CLUSTER_NAME} \ - --policy-document file://controller-policy.json diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh deleted file mode 100644 index de972ea2bddd..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh +++ /dev/null @@ -1,6 +0,0 @@ -for NODEGROUP in $(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups' --output text); do aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources $(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name $NODEGROUP --query 'nodegroup.subnets' --output text ) -done diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh deleted file mode 100644 index cbeaf0909797..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh +++ /dev/null @@ -1,22 +0,0 @@ -NODEGROUP=$(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups[0]' --output text) - -LAUNCH_TEMPLATE=$(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name ${NODEGROUP} --query 'nodegroup.launchTemplate.{id:id,version:version}' \ - --output text | tr -s "\t" ",") - -# If your EKS setup is configured to use only Cluster security group, then please execute - - -SECURITY_GROUPS=$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.resourcesVpcConfig.clusterSecurityGroupId") - -# If your setup uses the security groups in the Launch template of a managed node group, then : - -SECURITY_GROUPS=$(aws ec2 describe-launch-template-versions \ - --launch-template-id ${LAUNCH_TEMPLATE%,*} --versions ${LAUNCH_TEMPLATE#*,} \ - --query 'LaunchTemplateVersions[0].LaunchTemplateData.[NetworkInterfaces[0].Groups||SecurityGroupIds]' \ - --output text) - -aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources ${SECURITY_GROUPS} diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh deleted file mode 100644 index 740eae66f345..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl edit configmap aws-auth -n kube-system diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh deleted file mode 100644 index 238bdefffbf1..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh +++ /dev/null @@ -1,7 +0,0 @@ -helm template --namespace karpenter \ - karpenter karpenter/karpenter \ - --set aws.defaultInstanceProfile=KarpenterInstanceProfile \ - --set clusterEndpoint="${CLUSTER_ENDPOINT}" \ - --set clusterName=${CLUSTER_NAME} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterControllerRole-${CLUSTER_NAME}" \ - --version ${KARPENTER_VERSION} > karpenter.yaml diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh deleted file mode 100644 index c62f9f6536a5..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -kubectl create namespace karpenter -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/charts/karpenter/crds/karpenter.sh_provisioners.yaml -kubectl apply -f karpenter.yaml diff --git a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh b/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh deleted file mode 100644 index 344fc8fb7978..000000000000 --- a/website/content/en/v0.16.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh +++ /dev/null @@ -1,12 +0,0 @@ -cat < - Provisioner API reference page ---- - -## Example Provisioner Resource - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - # Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those - # that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter. - consolidation: - enabled: true - - # If omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node - # to become ready, the node may expire before any pods successfully start. - ttlSecondsUntilExpired: 2592000 # 30 Days = 60 * 60 * 24 * 30 Seconds; - - # If omitted, the feature is disabled, nodes will never scale down due to low utilization - ttlSecondsAfterEmpty: 30 - - # Priority given to the provisioner when the scheduler considers which provisioner - # to select. Higher weights indicate higher priority when comparing provisioners. - # Specifying no weight is equivalent to specifying a weight of 0. - weight: 10 - - # Provisioned nodes will have these taints - # Taints may prevent pods from scheduling if they are not tolerated by the pod. - taints: - - key: example.com/special-taint - effect: NoSchedule - - - # Provisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this - # provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for - # removing the taint after it has finished initializing the node. - startupTaints: - - key: example.com/another-taint - effect: NoSchedule - - # Labels are arbitrary key-values that are applied to all nodes - labels: - billing-team: my-team - - # Requirements that constrain the parameters of provisioned nodes. - # These requirements are combined with pod.spec.affinity.nodeAffinity rules. - # Operators { In, NotIn } are supported to enable including or excluding values - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["m5.large", "m5.2xlarge"] - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b"] - - key: "kubernetes.io/arch" - operator: In - values: ["arm64", "amd64"] - - key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand - operator: In - values: ["spot", "on-demand"] - - # Karpenter provides the ability to specify a few additional Kubelet args. - # These are all optional and provide support for additional customization and use cases. - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - podsPerCore: 2 - maxPods: 20 - - # Resource limits constrain the total size of the cluster. - # Limits prevent Karpenter from creating new instances once the limit is exceeded. - limits: - resources: - cpu: "1000" - memory: 1000Gi - - # References cloud provider-specific custom resource, see your cloud provider specific documentation - providerRef: - name: default -``` - -## Node deprovisioning - -You can configure Karpenter to deprovision instances through your Provisioner in multiple ways. You can use `spec.TTLSecondsAfterEmpty`, `spec.ttlSecondsUntilExpired` or `spec.consolidation.enabled`. Read [Deprovisioning](../tasks/deprovisioning/) for more. - -## spec.requirements - -Kubernetes defines the following [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/), and cloud providers (e.g., AWS) implement them. They are defined at the "spec.requirements" section of the Provisioner API. - -These well known labels may be specified at the provisioner level, or in a workload definition (e.g., nodeSelector on a pod.spec). Nodes are chosen using both the provisioner's and pod's requirements. If there is no overlap, nodes will not be launched. In other words, a pod's requirements must be within the provisioner's requirements. If a requirement is not defined for a well known label, any value available to the cloud provider may be chosen. - -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 provisioner list and the provisioner has instance type requirements, Karpenter will not create a node or schedule the pod. - -📝 None of these values are required. - -### Instance Types - -- key: `node.kubernetes.io/instance-type` -- key: `karpenter.k8s.aws/instance-family` -- key: `karpenter.k8s.aws/instance-category` -- key: `karpenter.k8s.aws/instance-generation` - -Generally, instance types should be a list and not a single value. Leaving these requirements undefined is recommended, as it maximizes choices for efficiently placing pods. - -Review [AWS instance types](../AWS/instance-types). Most instance types are supported with the exclusion of [non-HVM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html). - -### Availability Zones - -- key: `topology.kubernetes.io/zone` -- value example: `us-east-1c` -- value list: `aws ec2 describe-availability-zones --region ` - -Karpenter can be configured to create nodes in a particular zone. Note that the Availability Zone `us-east-1a` for your AWS account might not have the same location as `us-east-1a` for another AWS account. - -[Learn more about Availability Zone -IDs.](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html) - -### Architecture - -- key: `kubernetes.io/arch` -- values - - `amd64` - - `arm64` - -Karpenter supports `amd64` nodes, and `arm64` nodes. - -{{% alert title="Defaults" color="secondary" %}} -If no architecture constraint is defined, Karpenter will set the default architecture constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` -{{% /alert %}} - -### Operating System -- key: `kubernetes.io/os` -- values - - `linux` - -Karpenter supports only `linux` nodes at this time. - -### Capacity Type - -- key: `karpenter.sh/capacity-type` -- values - - `spot` - - `on-demand` - -Karpenter supports specifying capacity type, which is analogous to [EC2 purchase options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html). - -Karpenter prioritizes Spot offerings if the provisioner allows Spot and on-demand instances. If the provider API (e.g. EC2 Fleet's API) indicates Spot capacity is unavailable, Karpenter caches that result across all attempts to provision EC2 capacity for that instance type and zone for the next 45 seconds. If there are no other possible offerings available for Spot, Karpenter will attempt to provision on-demand instances, generally within milliseconds. - -Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. - -{{% alert title="Defaults" color="secondary" %}} -If no capacity type constraint is defined, Karpenter will set the default capacity type constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["on-demand"] -``` -{{% /alert %}} - -## spec.weight - -Karpenter allows you to describe provisioner preferences through a `weight` mechanism similar to how weight is described with [pod and node affinities](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity). - -For more information on weighting provisioners, see the [Weighting Provisioners section](../tasks/scheduling#weighting-provisioners) in the scheduling details. - -## spec.kubeletConfiguration - -Karpenter provides the ability to specify a few additional Kubelet args. These are all optional and provide support for -additional customization and use cases. Adjust these only if you know you need to do so. - -```yaml -spec: - ... - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - podsPerCore: 2 - maxPods: 20 -``` - -☁️ **AWS** - -You can specify the container runtime to be either `dockerd` or `containerd`. - -* `dockerd` will be chosen by default for [Inferentia instanceTypes](https://aws.amazon.com/ec2/instance-types/inf1/). For all other instances `containerd` is the default. -* You can only use `containerd` with the Bottlerocket AMI Family. - -### Reserved Resources - -Karpenter will automatically configure the system and kube reserved resource requests on the fly on your behalf. These requests are used to configure your node and to make scheduling decisions for your pods. If you have specific requirements or know that you will have additional capacity requirements, you can optionally override the `--system-reserved` configuration defaults with the `.spec.kubeletConfiguration.systemReserved` values and the `--kube-reserved` configuration defaults with the `.spec.kubeletConfiguration.kubeReserved` values. - -For more information on the default `--system-reserved` and `--kube-reserved` configuration refer to the [Kubelet Docs](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#kube-reserved) - -### Eviction Thresholds - -The kubelet supports eviction thresholds by default. When enough memory or file system pressure is exerted on the node, the kubelet will begin to evict pods to ensure that system daemons and other system processes can continue to run in a healthy manner. - -Kubelet has the notion of [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds). In hard evictions, pods are evicted as soon as a threshold is met, with no grace period to terminate. Soft evictions, on the other hand, provide an opportunity for pods to be terminated gracefully. They do so by sending a termination signal to pods that are planning to be evicted and allowing those pods to terminate up to their grace period. - -{{% alert title="Note" color="primary" %}} -Karpenter currently only supports [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionHard` field. `evictionHard` is configured by listing [signal names](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals) with either a percentage value or a resource value. -{{% /alert %}} - -```yaml -spec: - ... - kubeletConfiguration: - evictionHard: - memory.available: 500Mi - nodefs.available: 10% - nodefs.inodesFree: 10% - imagefs.available: 5% - imagefs.inodesFree: 5% - pid.available: 7% -``` - -#### Supported Eviction Signals - -| Eviction Signal | Description | -| --------------- | ----------- | -| memory.available | memory.available := node.status.capacity[memory] - node.stats.memory.workingSet | -| nodefs.available | nodefs.available := node.stats.fs.available | -| nodefs.inodesFree | nodefs.inodesFree := node.stats.fs.inodesFree | -| imagefs.available | imagefs.available := node.stats.runtime.imagefs.available | -| imagefs.inodesFree | imagefs.inodesFree := node.stats.runtime.imagefs.inodesFree | -| pid.available | pid.available := node.stats.rlimit.maxpid - node.stats.rlimit.curproc | - -For more information on eviction threshold, view the [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction) section of the official Kubernetes docs. - -### Pod Density - -#### Max Pods - -By default, AWS will configure the maximum density of pods on a node [based on the node instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt). For small instances that require an increased pod density or large instances that require a reduced pod density, you can override this default value with `.spec.kubeletConfiguration.maxPods`. This value will be used during Karpenter pod scheduling and passed through to `--max-pods` on kubelet startup. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to support a higher pod density per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -#### Pods Per Core - -An alternative way to dynamically set the maximum density of pods on a node is to use the `.spec.kubeletConfiguration.podsPerCore` value. Karpenter will calculate the pod density during scheduling by multiplying this value by the number of logical cores (vCPUs) on an instance type. This value will also be passed through to the `--pods-per-core` value on kubelet startup to configure the number of allocatable pods the kubelet can assign to the node instance. - -The value generated from `podsPerCore` cannot exceed `maxPods`, meaning, if both are set, the minimum of the `podsPerCore` dynamic pod density and the static `maxPods` value will be used for scheduling. - -{{% alert title="Note" color="primary" %}} -`maxPods` may not be set in the `kubeletConfiguration` of a Provisioner, but may still be restricted by the `ENI_LIMITED_POD_DENSITY` value. You may want to ensure that the `podsPerCore` value that will be used for instance families associated with the Provisioner will not cause unexpected behavior by exceeding the `maxPods` value. -{{% /alert %}} - -{{% alert title="Pods Per Core on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `podsPerCore` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `podsPerCore` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -## spec.limits.resources - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) - -Karpenter limits instance types when scheduling to those that will not exceed the specified limits. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. - -Review the [resource limit task](../tasks/set-resource-limits) for more information. - -## spec.providerRef - -This field points to the cloud provider-specific custom resource. Reference the appropriate documentation: - -- [AWS](../aws/provisioning/) diff --git a/website/content/en/v0.16.3/tasks/_index.md b/website/content/en/v0.16.3/tasks/_index.md deleted file mode 100755 index a0e21c036bf4..000000000000 --- a/website/content/en/v0.16.3/tasks/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tasks" -linkTitle: "Tasks" -weight: 45 -description: > - Explore different ways to use Karpenter ---- diff --git a/website/content/en/v0.16.3/tasks/configuration.md b/website/content/en/v0.16.3/tasks/configuration.md deleted file mode 100644 index 6ef37355ac2e..000000000000 --- a/website/content/en/v0.16.3/tasks/configuration.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "Configuration" -linkTitle: "Configuration" -weight: 5 -description: > - Configure Karpenter ---- - -There are two main configuration mechanisms that can be used to configure Karpenter: Environment Variables / CLI parameters to the controller and webhook binaries and the `karpenter-global-settings` config-map. - -## Environment Variables / CLI Flags - -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) - -| Environment Variable | CLI Flag | Description | -|--|--|--| -| AWS_DEFAULT_INSTANCE_PROFILE | \-\-aws-default-instance-profile | The default instance profile to use when provisioning nodes in AWS| -| AWS_ENABLE_POD_ENI | \-\-aws-enable-pod-eni | If true then instances that support pod ENI will report a vpc.amazonaws.com/pod-eni resource (default = false)| -| AWS_ENI_LIMITED_POD_DENSITY | \-\-aws-eni-limited-pod-density | Indicates whether new nodes should use ENI-based pod density. DEPRECATED: Use `.spec.kubeletConfiguration.maxPods` to set pod density on a per-provisioner basis (default = true)| -| AWS_ISOLATED_VPC | \-\-aws-isolated-vpc | If true then assume we can't reach AWS services which don't have a VPC endpoint (default = false)| -| AWS_NODE_NAME_CONVENTION | \-\-aws-node-name-convention | The node naming convention used by the AWS cloud provider. DEPRECATION WARNING: this field may be deprecated at any time (default = ip-name)| -| CLUSTER_ENDPOINT | \-\-cluster-endpoint | The external kubernetes cluster endpoint for new nodes to connect with| -| CLUSTER_NAME | \-\-cluster-name | The kubernetes cluster name for resource discovery| -| ENABLE_PROFILING | \-\-enable-profiling | Enable the profiling on the metric endpoint (default = false)| -| HEALTH_PROBE_PORT | \-\-health-probe-port | The port the health probe endpoint binds to for reporting controller health (default = 8081)| -| KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| -| KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| -| LEADER_ELECT | \-\-leader-elect | Start leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default = true)| -| MEMORY_LIMIT | \-\-memory-limit | Memory limit on the container running the controller. The GC soft memory limit is set to 90% of this value. (default = -1)| -| METRICS_PORT | \-\-metrics-port | The port the metric endpoint binds to for operating metrics about the controller itself (default = 8080)| -| VM_MEMORY_OVERHEAD | \-\-vm-memory-overhead | The VM memory overhead as a percent that will be subtracted from the total memory for all instance types (default = 0.075)| - -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) - -## ConfigMap - -Karpenter installs a default configuration via its Helm chart that should work for most. Additional configuration can be performed by editing the `karpenter-global-settings` configmap within the namespace that Karpenter was installed in. - -```yaml -apiVersion: v1 -kind: ConfigMap -data: - # The maximum length of a batch window. The longer this is, the more pods we can consider for provisioning at one - # time which usually results in fewer but larger nodes. - batchMaxDuration: 10s - # The maximum amount of time with no new ending pods that if exceeded ends the current batching window. If pods arrive - # faster than this time, the batching window will be extended up to the maxDuration. If they arrive slower, the pods - # will be batched separately. - batchIdleDuration: 1s -``` - -### Batching Parameters - -The batching parameters control how Karpenter batches an incoming stream of pending pods. Reducing these values may trade off a slightly faster time from pending pod to node launch, in exchange for launching smaller nodes. Increasing the values can do the inverse. Karpenter provides reasonable defaults for these values, but if you have specific knowledge about your workloads you can tweak these parameters to match the expected rate of incoming pods. - -For a standard deployment scale-up, the pods arrive at the QPS setting of the `kube-controller-manager`, and the default values are typically fine. These settings are intended for use cases where other systems may create large numbers of pods over a period of many seconds or minutes and there is a desire to batch them together. - -#### `batchIdleDuration` - -The `batchIdleDuration` is the period of time that a new pending pod extends the current batching window. This can be increased to handle scenarios where pods arrive slower than one second part, but it would be preferable if they were batched together onto a single larger node. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -#### `batchMaxDuration` - -The `batchMaxDuration` is the maximum period of time a batching window can be extended to. Increasing this value will allow the maximum batch window size to increase to collect more pending pods into a single batch at the expense of a longer delay from when the first pending pod was created. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. diff --git a/website/content/en/v0.16.3/tasks/deprovisioning.md b/website/content/en/v0.16.3/tasks/deprovisioning.md deleted file mode 100644 index 2d0b835b94ba..000000000000 --- a/website/content/en/v0.16.3/tasks/deprovisioning.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: "Deprovisioning" -linkTitle: "Deprovisioning" -weight: 10 -description: > - Understand different ways Karpenter deprovisions nodes ---- - -Karpenter sets a Kubernetes [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) on each node it provisions. -The finalizer specifies additional actions the Karpenter controller will take in response to a node deletion request. -These include: - -* Marking the node as unschedulable, so no further pods can be scheduled there. -* Evicting all pods other than daemonsets from the node. -* Terminating the instance from the cloud provider. -* Deleting the node from the Kubernetes cluster. - -## How Karpenter nodes are deprovisioned - -There are both automated and manual ways of deprovisioning nodes provisioned by Karpenter: - -* **Provisioner Deletion**: Nodes are considered to be "owned" by the Provisioner that launched them. Karpenter will gracefully terminate nodes when a provisioner is deleted. -* **Node empty**: Karpenter notes when the last workload (non-daemonset) pod stops running on a node. From that point, Karpenter waits the number of seconds set by `ttlSecondsAfterEmpty` in the provisioner, then Karpenter requests to delete the node. This feature can keep costs down by removing nodes that are no longer being used for workloads. -* **Node expired**: Karpenter requests to delete the node after a set number of seconds, based on the provisioner `ttlSecondsUntilExpired` value, from the time the node was provisioned. One use case for node expiry is to handle node upgrades. Old nodes (with a potentially outdated Kubernetes version or operating system) are deleted, and replaced with nodes on the current version (assuming that you requested the latest version, rather than a specific version). -* **Consolidation**: Karpenter works to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. - -{{% alert title="Note" color="primary" %}} -- Automated deprovisioning is configured through the ProvisionerSpec `.ttlSecondsAfterEmpty` -, `.ttlSecondsUntilExpired` and `.consolidation.enabled` fields. If these are not configured, Karpenter will not -default values for them and will not terminate nodes for that purpose. - -- Keep in mind that a small NodeExpiry results in a higher churn in cluster activity. So, for -example, if a cluster brings up all nodes at once, all the pods on those nodes would fall into -the same batching window on expiration. - -- Note that Karpenter does not automatically add jitter to this value. If multiple instances are created in a small amount of time, they will expire at very similar times. Consider defining a [pod disruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to prevent excessive workload disruption. - -- Using preferred anti-affinity and topology spreads can reduce the effectiveness of consolidation. At node launch, Karpenter attempts to satisfy affinity and topology spread preferences. In order to reduce node churn, consolidation must also attempt to satisfy these constraints to avoid immediately consolidating nodes after they launch. This means that consolidation may not deprovision nodes in order to avoid violating preferences, even if kube-scheduler can fit the host pods elsewhere. -{{% /alert %}} - -* **Node deleted**: You could use `kubectl` to manually remove a single Karpenter node: - - ```bash - # Delete a specific node - kubectl delete node $NODE_NAME - - # Delete all nodes owned any provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name - - # Delete all nodes owned by a specific provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME - ``` - -Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation. -If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal. - - -{{% alert title="Note" color="primary" %}} -By adding the finalizer, Karpenter improves the default Kubernetes process of node deletion. -When you run `kubectl delete node` on a node without a finalizer, the node is deleted without triggering the finalization logic. The instance will continue running in EC2, even though there is no longer a node object for it. -The kubelet isn’t watching for its own existence, so if a node is deleted the kubelet doesn’t terminate itself. -All the pod objects get deleted by a garbage collection process later, because the pods’ node is gone. -{{% /alert %}} - -## Consolidation - - -Karpenter has two mechanisms for cluster consolidation: -- Deletion - A node is eligible for deletion if all of its pods can run on free capacity of other nodes in the cluster. -- Replace - A node can be replaced if all of its pods can run on a combination of free capacity of other nodes in the cluster and a single cheaper replacement node. - -When there are multiple nodes that could be potentially deleted or replaced, Karpenter choose to consolidate the node that overall disrupts your workloads the least by preferring to terminate: - -* nodes running fewer pods -* nodes that will expire soon -* nodes with lower priority pods - -{{% alert title="Note" color="primary" %}} -Karpenter only uses the deletion consolidation mechanism for spot nodes. It will not replace a spot node with a cheaper spot node. Spot instance types are selected with the `capacity-optimized-prioritized` strategy and often the cheapest spot instance type is not launched due to the likelihood of interruption. Consolidation would then replace the spot instance with a cheaper instance negating the `capacity-optimized-prioritized` strategy entirely and increasing interruption rate. -{{% /alert %}} - -## What can cause deprovisioning to fail? - -There are a few cases where requesting to deprovision a Karpenter node will fail. These include Pod Disruption Budgets and pods that have the `do-not-evict` annotation set. - -### Disruption budgets - -Karpenter respects Pod Disruption Budgets (PDBs) by using a backoff retry eviction strategy. Pods will never be forcibly deleted, so pods that fail to shut down will prevent a node from deprovisioning. -Kubernetes PDBs let you specify how much of a Deployment, ReplicationController, ReplicaSet, or StatefulSet must be protected from disruptions when pod eviction requests are made. - -PDBs can be used to strike a balance by protecting the application's availability while still allowing a cluster administrator to manage the cluster. -Here is an example where the pods matching the label `myapp` will block node termination if evicting the pod would reduce the number of available pods below 4. - -```yaml -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: myapp-pdb -spec: - minAvailable: 4 - selector: - matchLabels: - app: myapp -``` - -You can set `minAvailable` or `maxUnavailable` as integers or as a percentage. -Review what [disruptions are](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/), and [how to configure them](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). - -### Pod set to do-not-evict - -If a pod exists with the annotation `karpenter.sh/do-not-evict: true` on a node, and a request is made to delete the node, Karpenter will not drain any pods from that node or otherwise try to delete the node. Nodes that have pods with a `do-not-evict` annotation are not considered for consolidation, though their unused capacity is considered for the purposes of running pods from other nodes which can ber consolidated. This annotation will have no effect for static pods, pods that tolerate `NoSchedule`, or pods terminating past their graceful termination period. - -This is useful for pods that you want to run from start to finish without interruption. -Examples might include a real-time, interactive game that you don't want to interrupt or a long batch job (such as you might have with machine learning) that would need to start over if it were interrupted. - -If you want to terminate a node with a `do-not-evict` pod, you can simply remove the annotation and the deprovisioning process will continue. - -### Scheduling Constraints (Consolidation Only) - -Consolidation will be unable to consolidate a node if, as a result of its scheduling simulation, it determines that the pods on a node cannot run on other nodes due to inter-pod affinity/anti-affinity, topology spread constraints, or some other scheduling restriction that couldn't be fulfilled. - -### Controllerless Pods (Consolidation Only) - -Consolidation will not attempt to consolidate a node that is running pods that are not owned by a controller (e.g. a `ReplicaSet`). In general we cannot assume that these pods would be recreated if they were evicted from the node that they are currently running on. diff --git a/website/content/en/v0.16.3/tasks/metrics.md b/website/content/en/v0.16.3/tasks/metrics.md deleted file mode 100644 index 22be2561e532..000000000000 --- a/website/content/en/v0.16.3/tasks/metrics.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 100 - -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.karpenter.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../configuration) -## Consolidation Metrics - -### `karpenter_consolidation_actions_performed` -Number of consolidation actions performed. Labeled by action. - -### `karpenter_consolidation_evaluation_duration_seconds` -Duration of the consolidation evaluation process in seconds. - -### `karpenter_consolidation_nodes_created` -Number of nodes created in total by consolidation. - -### `karpenter_consolidation_nodes_terminated` -Number of nodes terminated in total by consolidation. - -### `karpenter_consolidation_replacement_node_initialized_seconds` -Amount of time required for a replacement node to become initialized. - -## Provisioner Metrics - -### `karpenter_provisioner_limit` -The Provisioner Limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage` -The Provisioner Usage is the amount of resources that have been provisioned by a particular provisioner. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage_pct` -The Provisioner Usage Percentage is the percentage of each resource used based on the resources provisioned and the limits that have been configured in the range [0,100]. Labeled by provisioner name and resource type. - -## Nodes Metrics - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. - -### `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. - -### `karpenter_nodes_termination_time_seconds` -The time taken between a node's deletion request and the removal of its finalizer - -### `karpenter_nodes_total_daemon_limits` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. - -### `karpenter_nodes_total_daemon_requests` -Node total daemon limits are the resources specified by DaemonSet pod limits. - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by non-DaemonSet pod limits. - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes. - -## Pods Metrics - -### `karpenter_pods_startup_time_seconds` -The time from pod creation until the pod is running. - -### `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, provisioner name, zone, architecture, capacity type, instance type and pod phase. - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. - -## Allocation_controller Metrics - -### `karpenter_allocation_controller_scheduling_duration_seconds` -Duration of scheduling process in seconds. Broken down by provisioner and error. - diff --git a/website/content/en/v0.16.3/tasks/pod-density.md b/website/content/en/v0.16.3/tasks/pod-density.md deleted file mode 100644 index 8bd0355cc3d1..000000000000 --- a/website/content/en/v0.16.3/tasks/pod-density.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: "Control Pod Density" -linkTitle: "Control Pod Density" -weight: 20 -description: > - Learn ways to specify pod density with Karpenter ---- - -Pod density is the number of pods per node. - -Kubernetes has a default limit of 110 pods per node. If you are using the EKS Optimized AMI on AWS, the [number of pods is limited by instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt) in the default configuration. - -## Increase Pod Density - -### Networking Limitations - -*☁️ AWS Specific* - -By default, the number of pods on a node is limited by both the number of networking interfaces (ENIs) that may be attached to an instance type and the number of IP addresses that can be assigned to each ENI. See [IP addresses per network interface per instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for a more detailed information on these instance types' limits. - -Karpenter can be configured to disable nodes' ENI-based pod density. This is especially useful for small to medium instance types which have a lower ENI-based pod density. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to more pods per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -### Provisioner-Specific Pod Density - -#### Static Pod Density - -Static pod density can be configured at the provisioner level by specifying `maxPods` within the `.spec.kubeletConfiguration`. All nodes spawned by this provisioner will set this `maxPods` value on their kubelet and will account for this value during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#max-pods) for more details. - -#### Dynamic Pod Density - -Dynamic pod density (density that scales with the instance size) can be configured at the provisioner level by specifying `podsPerCore` within the `.spec.kubeletConfiguration`. Karpenter will calculate the expected pod density for each instance based on the instance's number of logical cores (vCPUs) and will account for this during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#pods-per-core) for more details. - -### Controller-Wide Pod Density - -{{% alert title="Deprecation Warning" color="warning" %}} -`AWS_ENI_LIMITED_POD_DENSITY` is deprecated in favor of the `.spec.kubeletConfiguration.maxPods` set at the Provisioner-level -{{% /alert %}} - -Set the environment variable `AWS_ENI_LIMITED_POD_DENSITY: "false"` (or the argument `--aws-eni-limited-pod-density=false`) in the Karpenter controller to allow nodes to host up to 110 pods by default. - -Environment variables for the Karpenter controller may be specified as [helm chart values](https://github.com/aws/karpenter/blob/c73f425e924bb64c3f898f30ca5035a1d8591183/charts/karpenter/values.yaml#L15). - - -## Limit Pod Density - -Generally, increasing pod density is more efficient. However, some use cases exist for limiting pod density. - -### Topology Spread - -You can use [topology spread]({{< relref "scheduling.md#topology-spread" >}}) features to reduce blast radius. For example, spreading workloads across EC2 Availability Zones. - - -### Restrict Instance Types - -Exclude large instance sizes to reduce the blast radius of an EC2 instance failure. - -Consider setting up upper or lower boundaries on target instance sizes with the node.kubernetes.io/instance-type key. - -The following example shows how to avoid provisioning large Graviton instances in order to reduce the impact of individual instance failures: - -``` --key: node.kubernetes.io/instance-type - operator: NotIn - values: - 'm6g.16xlarge' - 'm6gd.16xlarge' - 'r6g.16xlarge' - 'r6gd.16xlarge' - 'c6g.16xlarge' -``` - - - - diff --git a/website/content/en/v0.16.3/tasks/provisioning.md b/website/content/en/v0.16.3/tasks/provisioning.md deleted file mode 100644 index 3216568251a3..000000000000 --- a/website/content/en/v0.16.3/tasks/provisioning.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: "Provisioning" -linkTitle: "Provisioning" -weight: 5 -description: > - Learn about Karpenter provisioners ---- - -When you first installed Karpenter, you set up a default Provisioner. -The Provisioner sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. -The Provisioner can be set to do things like: - -* Define taints to limit the pods that can run on nodes Karpenter creates -* Define any startup taints to inform Karpenter that it should taint the node initially, but that the taint is temporary. -* Limit node creation to certain zones, instance types, and computer architectures -* Set defaults for node expiration - -You can change your provisioner or add other provisioners to Karpenter. -Here are things you should know about Provisioners: - -* Karpenter won't do anything if there is not at least one Provisioner configured. -* Each Provisioner that is configured is looped through by Karpenter. -* If Karpenter encounters a taint in the Provisioner that is not tolerated by a Pod, Karpenter won't use that Provisioner to provision the pod. -* If Karpenter encounters a startup taint in the Provisioner it will be applied to nodes that are provisioned, but pods do not need to tolerate the taint. Karpenter assumes that the taint is temporary and some other system will remove the taint. -* It is recommended to create Provisioners that are mutually exclusive. So no Pod should match multiple Provisioners. If multiple Provisioners are matched, Karpenter will randomly choose which to use. - -If you want to modify or add provisioners to Karpenter, do the following: - -1. Review the following Provisioner documents: - - * [Provisioner](../../getting-started/getting-started-with-eksctl/#provisioner) in the Getting Started guide for a sample default Provisioner - * [Provisioner API](../../provisioner/) for descriptions of Provisioner API values - * [Provisioning Configuration](../../AWS/provisioning) for cloud-specific settings - -2. Apply the new or modified Provisioner to the cluster. - -The following examples illustrate different aspects of Provisioners. -Refer to [Scheduling](../scheduling) to see how the same features are used in Pod specs to determine where pods run. - -## Example: Requirements - -This provisioner limits nodes to specific zones. -It is flexible to both spot and on-demand capacity types. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: westzones -spec: - requirements: - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b", "us-west-2c"] - - key: "karpenter.sh/capacity-type" - operator: In - values: ["spot", "on-demand"] - provider: - instanceProfile: myprofile-cluster101 -``` -With these settings, the provisioner is able to launch nodes in three availability zones and is flexible to both spot and on-demand purchase types. - -## Example: Restricting Instance Types - -Not all workloads are able to run on any instance type. Some use cases may be sensitive to a specific hardware generation or cannot tolerate burstable compute. You can specify a variety of well known labels to control the set of instance types available to be provisioned. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - provider: - requirements: - # Include general purpose instance families - - key: karpenter.k8s.aws/instance-family - operator: In - values: [c5, m5, r5] - # Exclude smaller instance sizes - - key: karpenter.k8s.aws/instance-size - operator: NotIn - values: [nano, micro, small, large] - # Exclude a specific instance type - - key: node.kubernetes.io/instance-type - operator: NotIn - values: [m5.24xlarge] - subnetSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name - securityGroupSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name -``` - -## Example: Isolating Expensive Hardware - -A provisioner can be set up to only provision nodes on particular processor types. -The following example sets a taint that only allows pods with tolerations for Nvidia GPUs to be scheduled: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - consolidation: - enabled: true - requirements: - - key: node.kubernetes.io/instance-type - operator: In - values: ["p3.8xlarge", "p3.16xlarge"] - taints: - - key: nvidia.com/gpu - value: "true" - effect: NoSchedule -``` -In order for a pod to run on a node defined in this provisioner, it must tolerate `nvidia.com/gpu` in its pod spec. - -### Example: Adding the Cilium Startup Taint - -Per the Cilium [docs](https://docs.cilium.io/en/stable/gettingstarted/taints/), 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. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: cilium-startup -spec: - consolidation: - enabled: true - startupTaints: - - key: node.cilium.io/agent-not-ready - value: "true" - effect: NoExecute -``` diff --git a/website/content/en/v0.16.3/tasks/scheduling.md b/website/content/en/v0.16.3/tasks/scheduling.md deleted file mode 100755 index d8ea9aad27a2..000000000000 --- a/website/content/en/v0.16.3/tasks/scheduling.md +++ /dev/null @@ -1,529 +0,0 @@ ---- -title: "Scheduling" -linkTitle: "Scheduling" -weight: 15 -description: > - Learn about scheduling workloads with Karpenter ---- - -If your pods have no requirements for how or where to run, you can let Karpenter choose nodes from the full range of available cloud provider resources. -However, by taking advantage of Karpenter's model of layered constraints, you can be sure that the precise type and amount of resources needed are available to your pods. -Reasons for constraining where your pods run could include: - -* Needing to run in zones where dependent applications or storage are available -* Requiring certain kinds of processors or other hardware -* Wanting to use techniques like topology spread to help ensure high availability - -Your Cloud Provider defines the first layer of constraints, including all instance types, architectures, zones, and purchase types available to its cloud. -The cluster administrator adds the next layer of constraints by creating one or more provisioners. -The final layer comes from you adding specifications to your Kubernetes pod deployments. -Pod scheduling constraints must fall within a provisioner's constraints or the pods will not deploy. -For example, if the provisioner sets limits that allow only a particular zone to be used, and a pod asks for a different zone, it will not be scheduled. - -Constraints you can request include: - -* **Resource requests**: Request that certain amount of memory or CPU be available. -* **Node selection**: Choose to run on a node that is has a particular label (`nodeSelector`). -* **Node affinity**: Draws a pod to run on nodes with particular attributes (affinity). -* **Topology spread**: Use topology spread to help ensure availability of the application. -* **Pod affinity/anti-affinity**: Draws pods towards or away from topology domains based on the scheduling of other pods. - -Karpenter supports standard Kubernetes scheduling constraints. -This allows you to define a single set of rules that apply to both existing and provisioned capacity. - -{{% alert title="Note" color="primary" %}} -Karpenter supports specific [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) that are useful for scheduling. -{{% /alert %}} - -## Resource requests - -Within a Pod spec, you can both make requests and set limits on resources a pod needs, such as CPU and memory. -For example: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: myapp -spec: - containers: - - name: app - image: myimage - resources: - requests: - memory: "128Mi" - cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" -``` -In this example, the container is requesting 128MiB of memory and .5 CPU. -Its limits are set to 256MiB of memory and 1 CPU. -Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. - - -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning Configuration](../../aws/provisioning/) for a list of supported resources. - - -## Selecting nodes - -With `nodeSelector` you can ask for a node that matches selected key-value pairs. -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. - -### Supported Labels -The following labels are supported by Karpenter. They may be specified as provisioner requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your Provisioner and select them using `nodeAffinity` or `nodeSelectors` on your Pods. - -{{% alert title="Warning" color="warning" %}} -Take care to ensure the label domains are correct. A well known label like `karpenter.k8s.aws/instance-family` will enforce node properties, but may be confused with `node.kubernetes.io/instance-family`, which is unknown to Karpenter, and treated as a custom label which will not enforce node properties. -{{% /alert %}} - -| Label | Example | Description | -| ------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| 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/)) | -| kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L10) on the instance | -| kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L50) on the instance | -| karpenter.sh/capacity-type | spot | Capacity types include `spot`, `on-demand` | -| karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | -| karpenter.k8s.aws/instance-category | g | [AWS Specific] Instance types of the same category, usually the string before the generation number | -| karpenter.k8s.aws/instance-generation | 4 | [AWS Specific] Instance type generation number within an instance category | -| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities | -| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties | -| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance | -| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance | -| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports | -| karpenter.k8s.aws/instance-gpu-name | t4 | [AWS Specific] Name of the GPU on the instance, if available | -| karpenter.k8s.aws/instance-gpu-manufacturer | nvidia | [AWS Specific] Name of the GPU manufacturer | -| karpenter.k8s.aws/instance-gpu-count | 1 | [AWS Specific] Number of GPUs on the instance | -| 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 | - -### Node selectors - -Here is an example of a `nodeSelector` for selecting nodes: - -```yaml -nodeSelector: - topology.kubernetes.io/zone: us-west-2a - karpenter.sh/capacity-type: spot -``` -This example features a well-known label (`topology.kubernetes.io/zone`) and a label that is well known to Karpenter (`karpenter.sh/capacity-type`). - -If you want to create a custom label, you should do that at the provisioner level. -Then the pod can declare that custom label. - - -See [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) in the Kubernetes documentation for details. - -### Node affinity - -Examples below illustrate how to use Node affinity to include (`In`) and exclude (`NotIn`) objects. -See [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for details. -When setting rules, the following Node affinity types define how hard or soft each rule is: - -* **requiredDuringSchedulingIgnoredDuringExecution**: This is a hard rule that must be met. -* **preferredDuringSchedulingIgnoredDuringExecution**: This is a preference, but the pod can run on a node where it is not guaranteed. - -The `IgnoredDuringExecution` part of each tells the pod to keep running, even if conditions change on the node so the rules no longer matched. -You can think of these concepts as `required` and `preferred`, since Kubernetes never implemented other variants of these rules. - -All examples below assume that the provisioner doesn't have constraints to prevent those zones from being used. -The first constraint says you could use `us-west-2a` or `us-west-2b`, the second constraint makes it so only `us-west-2b` can be used. - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2b"] -``` - -Changing the second operator to `NotIn` would allow the pod to run in `us-west-2a` only: - -```yaml - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "NotIn" - values: ["us-west-2b"] -``` - -Continuing to add to the example, `nodeAffinity` lets you define terms so if one term doesn't work it goes to the next one. -Here, if `us-west-2a` is not available, the second term will cause the pod to run on a spot instance in `us-west-2d`. - - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: # OR - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" # AND - operator: "NotIn" - values: ["us-west-2b"] - - matchExpressions: # OR - - key: "karpenter.sh/capacity-type" # AND - operator: "In" - values: ["spot"] - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2d"] -``` -In general, Karpenter will go through each of the `nodeSelectorTerms` in order and take the first one that works. -However, if Karpenter fails to provision on the first `nodeSelectorTerms`, it will try again using the second one. -If they all fail, Karpenter will fail to provision the pod. -Karpenter will backoff and retry over time. -So if capacity becomes available, it will schedule the pod without user intervention. - -## Taints and tolerations - -Taints are the opposite of affinity. -Setting a taint on a node tells the scheduler to not run a pod on it unless the pod has explicitly said it can tolerate that taint. -This example shows a Provisioner that was set up with a taint for only running pods that require a GPU, such as the following: - - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - requirements: - - key: karpenter.k8s.aws/instance-family - operator: In - values: - - p3 - taints: - - key: nvidia.com/gpu - value: true - effect: "NoSchedule" -``` - -For a pod to request to run on a node that has provisioner, it could set a toleration as follows: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: mygpupod -spec: - containers: - - name: gpuapp - resources: - requests: - nvidia.com/gpu: 1 - limits: - nvidia.com/gpu: 1 - image: mygpucontainer - tolerations: - - key: "nvidia.com/gpu" - operator: "Exists" - effect: "NoSchedule" -``` -See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) in the Kubernetes documentation for details. - -## Topology Spread - -By using the Kubernetes `topologySpreadConstraints` you can ask the provisioner to have pods push away from each other to limit the blast radius of an outage. -Think of it as the Kubernetes evolution for pod affinity: it lets you relate pods with respect to nodes while still allowing spread. -For example: - -```yaml -spec: - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: "topology.kubernetes.io/zone" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "karpenter.sh/capacity-type" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - -``` -Adding this to your podspec would result in: - -* Pods being spread across zones, hosts, and capacity-type (`topologyKey`). -* The `dev` `labelSelector` will include all pods with the label of `dev=jjones` in topology calculations. It is recommended to use a selector to match all pods in a deployment. -* No more than one pod difference in the number of pods on each host (`maxSkew`). -For example, if there were three nodes and five pods the pods could be spread 1, 2, 2 or 2, 1, 2 and so on. -If instead the spread were 5, pods could be 5, 0, 0 or 3, 2, 0, or 2, 1, 2 and so on. - -The three supported `topologyKey` values that Karpenter supports are: -- `topology.kubernetes.io/zone` -- `kubernetes.io/hostname` -- `karpenter.sh/capacity-type` - - -See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - -## Pod affinity/anti-affinity - -By using the `podAffinity` and `podAntiAffinity` configuration on a pod spec, you can inform the provisioner of your desire for pods to schedule together or apart with respect to different topology domains. For example: - -```yaml -spec: - affinity: - podAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: system - operator: In - values: - - backend - topologyKey: topology.kubernetes.io/zone - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: inflate - topologyKey: kubernetes.io/hostname -``` - -The above pod affinity rule would cause the pod to only schedule in zones where a pod with the label `system=backend` is already running. - -The anti-affinity rule would cause it to avoid running on any node with a pod labeled `app=inflate`. If this anti-affinity term was on a deployment pod spec along with a matching `app=inflate` label, it would prevent more than one pod from the deployment from running on any single node. - -See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) in the Kubernetes documentation for details. - -## Persistent Volume Topology - -Karpenter automatically detects storage scheduling requirements and includes them in node launch decisions. - -In the following example, the `StorageClass` defines zonal topologies for `us-west-2a` and `us-west-2b` and [binding mode `WaitForFirstConsumer`](https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode). -When the pod is created, Karpenter follows references from the `Pod` to `PersistentVolumeClaim` to `StorageClass` and identifies that this pod requires storage in `us-west-2a` and `us-west-2b`. -It randomly selects `us-west-2a`, provisions a node in that zone, and waits for kube-scheduler to bind the pod to the node. -The CSI driver creates a `PersistentVolume` according to the `PersistentVolumeClaim` and gives it a node affinity rule for `us-west-2a`. - -Later on, the pod is deleted and a new pod is created that requests the same claim. This time, Karpenter identifies that a `PersistentVolume` already exists for the `PersistentVolumeClaim`, and includes its zone `us-west-2a` in the pod's scheduling requirements. - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: app -spec: - containers: ... - volumes: - - name: storage - persistentVolumeClaim: - claimName: ebs-claim ---- -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: ebs -provisioner: ebs.csi.aws.com -volumeBindingMode: WaitForFirstConsumer -allowedTopologies: -- matchLabelExpressions: - - key: topology.ebs.csi.aws.com/zone - values: ["us-west-2a", "us-west-2b"] ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ebs-claim -spec: - accessModes: - - ReadWriteOnce - storageClassName: ebs - resources: - requests: - storage: 4Gi -``` - -{{% alert title="Note" color="primary" %}} -☁️ AWS Specific - -The EBS CSI driver uses `topology.ebs.csi.aws.com/zone` instead of the standard `topology.kubernetes.io/zone` label. Karpenter is aware of label aliasing and translates this label into `topology.kubernetes.io/zone` in memory. When configuring a `StorageClass` for the EBS CSI Driver, you must use `topology.ebs.csi.aws.com/zone`. -{{% /alert %}} - -{{% alert title="Note" color="primary" %}} -The topology key `topology.kubernetes.io/region` is not supported. Legacy in-tree CSI providers specify this label. Instead, install an out-of-tree CSI provider. [Learn more about moving to CSI providers.](https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/#quick-recap-what-is-csi-migration-and-why-migrate) -{{% /alert %}} - -## Weighting Provisioners - -Karpenter allows you to order your provisioners using the `.spec.weight` field so that the node scheduler will deterministically attempt to schedule with one provisioner before another. Below are a few example use-cases that are now supported with the provisioner weighting semantic. - -### Savings Plans and Reserved Instances - -If you have purchased a [Savings Plan](https://aws.amazon.com/savingsplans/) or [Reserved Instances](https://aws.amazon.com/ec2/pricing/reserved-instances/), you may want to tell Karpenter to prioritize this reserved capacity ahead of other instance types. - -To enable this, you will need to tell the Karpenter controllers which instance types to prioritize and what is the maximum amount of capacity that should be provisioned using those instance types. We can set the `.spec.limits` on the provisioner to limit the capacity that can be launched by this provisioner. Combined with the `.spec.weight` value, we can tell Karpenter to pull from instance types in the reserved provisioner before defaulting to generic instance types. - -#### Reserved Instance Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: reserved-instance -spec: - weight: 50 - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["c4.large"] - limits: - cpu: 100 -``` - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -### Default Node Configuration - -Pods that do not specify node selectors or affinities can potentially be assigned to any node with any configuration. There may be cases where you require these pods to schedule to a specific capacity type or architecture but assigning the relevant node selectors or affinities to all these workload pods may be too tedious or infeasible. Instead, we want to define a cluster-wide default configuration for nodes launched using Karpenter. - -By assigning a higher `.spec.weight` value and restricting a provisioner to a specific capacity type or architecture, we can set default configuration for the nodes launched by pods that don't have node configuration restrictions. - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - weight: 50 - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -#### ARM-64 Specific Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: arm64-specific -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["arm64"] - - key: node.kubernetes.io/instance-type - operator: In - values: ["a1.large", "a1.xlarge"] -``` - -{{% alert title="Note" color="primary" %}} -Based on the way that Karpenter performs pod batching and bin packing, it is not guaranteed that Karpenter will always choose the highest priority provisioner given specific requirements. For example, if a pod can't be scheduled with the highest priority provisioner it will force creation of a node using a lower priority provisioner which may allow other pods from that batch to also schedule on that node. The behavior may also occur if existing capacity is available, as the kube-scheduler will schedule the pods instead of allowing Karpenter to provision a new node. -{{% /alert %}} - -## Advanced Scheduling Techniques - -### `Exists` Operator - -The `Exists` operator can be used on a provisioner to provide workload segregation across nodes. - -```yaml -... - requirements: - - key: company.com/team - operator: Exists -... -``` - -With the requirement on the provisioner in place, workloads can optionally specify a custom value as a required node affinity or node selector. Karpenter will then label the nodes it launches for these pods which prevents `kube-scheduler` from scheduling conflicting pods to those nodes. This provides a way to more dynamically isolate workloads without requiring a unique provisioner for each workload subset. - -```yaml - nodeSelector: - company.com/team: team-a -``` -{{% alert title="Note" color="primary" %}} -If a workload matches the provisioner but doesn't specify a label, Karpenter will generate a random label for the node. -{{% /alert %}} - -### On-Demand/Spot Ratio Split - -Taking advantage of Karpenter's ability to assign labels to node and using a topology spread across those labels enables a crude method for splitting a workload across on-demand and spot instances in a desired ratio. - -To do this, we create a provisioner each for spot and on-demand with disjoint values for a unique new label called `capacity-spread`. In the example below, we provide four unique values for the spot provisioner and one value for the on-demand provisioner. When we spread across our new label evenly, we'll end up with a ratio of 4:1 spot to on-demand nodes. - -{{% alert title="Warning" color="warning" %}} -This is not identical to a topology spread with a specified ratio. We are constructing 'virtual domains' to spread evenly across and the ratio of those 'virtual domains' to spot and on-demand happen to coincide with the desired spot to on-demand ratio. As an example, if you launch pods using the provided example, Karpenter will launch nodes with `capacity-spread` labels of 1, 2, 3, 4, and 5. `kube-scheduler` will then schedule evenly across those nodes to give the desired ratio. -{{% /alert %}} - -#### Spot Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "spot"] - - key: capacity-spread - operator: In - values: - - "2" - - "3" - - "4" - - "5" -``` - -#### On-Demand Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "on-demand"] - - key: capacity-spread - operator: In - values: - - "1" -``` - -#### Workload Topology Spread Constraint - -```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule -``` diff --git a/website/content/en/v0.16.3/tasks/set-resource-limits.md b/website/content/en/v0.16.3/tasks/set-resource-limits.md deleted file mode 100644 index 2b49d4a174a7..000000000000 --- a/website/content/en/v0.16.3/tasks/set-resource-limits.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Set Resource Limits" -linkTitle: "Set Resource Limits" -weight: 10 -description: > - Set resource limits with Karpenter ---- - -Karpenter automatically provisions instances from the cloud provider. This often incurs hard costs. To control resource utilization and cluster size, use resource limits. - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -For example, setting "spec.limits.resources.cpu" to "1000" limits the provisioner to a total of 1000 CPU cores across all instances. This prevents unwanted excessive growth of a cluster. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value, usually a natural integer. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://github.com/kubernetes/apimachinery/blob/4427f8f31dfbac65d3a044d0168f84c51bfda440/pkg/api/resource/quantity.go#L31) - -You can view the current consumption of cpu and memory on your cluster by running: -``` -kubectl get provisioner -o=jsonpath='{.items[0].status}' -``` - -Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`. - -### Implementation - -{{% alert title="Note" color="primary" %}} -Karpenter provisioning is highly parallel. Because of this, limit checking is eventually consistent, which can result in overrun during rapid scale outs. -{{% /alert %}} - -### Example Provisioner: - -``` -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - memory: 1000Gi - nvidia.com/gpu: 2 -``` diff --git a/website/content/en/v0.16.3/testing-guide.md b/website/content/en/v0.16.3/testing-guide.md deleted file mode 100644 index 9e03941f6483..000000000000 --- a/website/content/en/v0.16.3/testing-guide.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: "Testing Guide" -linkTitle: "Testing Guide" -weight: 80 -description: > - Learn about Karpenter testing ---- -Currently, users can only test Karpenter by adding to a list of integration tests run in a mock environment or installing and testing Karpenter on a real cluster. Users who want to run more comprehensive tests are limited by the lack of test automation and configurability. - -To increase testing of Karpenter, this document introduces plans to create infrastructure and tools to extend the current mechanisms and enable developers to contribute with more confidence. - -## Mediums of Testing - -__Code Contributions__ are currently tested with integration tests automated by GitHub Actions. Testing a contribution comprehensively is hard for a few reasons: - -* Testing all supported Kubernetes and Karpenter versions would be very tedious for one developer -* Testing with real instances would incur unwanted costs to the contributor - -__On-demand testing__ is where a developer may need to test Karpenter independent of contribution. This testing may only be useful for a smaller subset of Karpenter users. Some use-cases include: - -* Scale tests to verify test workloads or dependencies -* Benchmark performance of custom builds and changes - -__Periodic tests__ are meant to run on a pre-determined basis to monitor the health of the Karpenter project. These can be used to: - -* Track performance regressions/progressions over time -* Validate that Karpenter functionally works for existing and future releases. - -## How Testing Will Impact the User Workflow - -__(To be implemented)__ When contributing, users will need to go through some steps to automatically test their changes. - -* When a user cuts a PR and is ready to test, a maintainer will need to approve testing by posting `/ok-to-test` -* A robot watching the PR will kick off tests as configured in the testing folder. The tests will run in infrastructure owned by the respective cloud provider. -* A link to the logs and metrics will be posted in the PR, whether it’s prow as used in the [kubernetes/test-infra](https://github.com/kubernetes/test-infra) or an alternative solution, such as Tekton. -* After the tests are successful, the robot will report the results and a maintainer will merge it once approving the code. - -__(To be implemented)__ Users can follow instructions to replicate the infrastructure used to run the tests by the cloud provider. Contributors will be able to run tests on their own if they want to shorten the reviewer loop. The associated README will instruct users how to run tests as automated for a PR. - -__(To be implemented)__ Contributing to the list of test suites in the testing folder will include those tests in automated testing. As some contributions will only affect real instances, contributors will need to include new tests as well. A user will be able to follow a README in the testing folder to understand how to test their new tests as well. - -## Operational Excellence - -__(To be implemented)__ Periodic testing will be an important part of Karpenter’s testing history. Results and history will be visualized as a testgrid (https://testgrid.k8s.io/) where users can look at metrics and logs for each set of test runs. - -__(To be implemented)__ Upgrade instructions between releases as detailed in the Upgrade Guide (https://karpenter.sh/preview/upgrade-guide/#how-do-we-break-incompatibility) will be tested as well. Additional tests will be included in the PR to create the release. As a result, releases will go through the same process as normal commits, and will ensure that upgrade instructions that introduce breaking changes are tested. diff --git a/website/content/en/v0.16.3/troubleshooting.md b/website/content/en/v0.16.3/troubleshooting.md deleted file mode 100644 index 441523ed92f2..000000000000 --- a/website/content/en/v0.16.3/troubleshooting.md +++ /dev/null @@ -1,371 +0,0 @@ ---- -title: "Troubleshooting" -linkTitle: "Troubleshooting" -weight: 100 -description: > - Troubleshoot Karpenter problems ---- - -## Unknown field in Provisioner spec - -If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: - -``` -error: error validating "STDIN": error validating data: ValidationError(Provisioner.spec): unknown field "" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -If you see this error, you can solve the problem by following the [Custom Resource Definition Upgrade Guidance](../upgrade-guide/#custom-resource-definition-crd-upgrades). - -Info on whether there has been a change to the CRD between versions of Karpenter can be found in the [Release Notes](../upgrade-guide/#released-upgrade-notes) - -## Unable to schedule pod due to insufficient node group instances - -v0.16.0 changed the default replicas from 1 to 2. - -Karpenter won't launch capacity to run itself (log related to the `karpenter.sh/provisioner-name DoesNotExist requirement`) -so it can't provision for the second Karpenter pod. - -To solve this you can either reduce the replicas back from 2 to 1, or ensure there is enough capacity that isn't being managed by Karpenter -(these are instances with the name `karpenter.sh/provisioner-name/`) to run both pods. - -To do so on AWS increase the `minimum` and `desired` parameters on the node group autoscaling group to launch at lease 2 instances. - -## Node not created - -In some circumstances, Karpenter controller can fail to start up a node. -For example, providing the wrong block storage device name in a custom launch template can result in a failure to start the node and an error similar to: - -``` -2022-01-19T18:22:23.366Z ERROR controller.provisioning Could not launch node, launching instances, with fleet error(s), InvalidBlockDeviceMapping: Invalid device name /dev/xvda; ... -``` - -You can see errors like this by viewing Karpenter controller logs: -```bash -kubectl get pods -A | grep karpenter -``` -``` -karpenter karpenter-XXXX 2/2 Running 2 21d -``` -```bash -kubectl logs karpenter-XXXX -c controller -n karpenter | less -``` - -## Node NotReady - -There are cases where the node starts, but fails to join the cluster and is marked "Node NotReady". -Reasons that a node can fail to join the cluster include: -- Permissions -- Security Groups -- Networking - -The easiest way to start debugging is to connect to the instance and get the Kubelet logs. For an AL2 based node: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Check Kubelet logs -sudo journalctl -u kubelet -``` - -For Bottlerocket, you'll need to get access to the root filesystem: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Enter the admin container -enter-admin-container -# Run sheltie -sudo sheltie -# Check Kubelet logs -journalctl -u kubelet -``` - -Here are examples of errors from Node NotReady issues that you might see from `journalctl`: - -* The runtime network not being ready can reflect a problem with IAM role permissions: - - ``` - KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized - ``` - See [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) for details. If you’re using `eksctl`, the VPC CNI pods may be given permissions through IRSA instead. Verify that this set up is working as intended. You can also look at the logs for your CNI plugin from the `aws-node` pod: - - ```bash - kubectl get pods -n kube-system | grep aws-node - ``` - ``` - aws-node-????? 1/1 Running 2 20d - ``` - ```bash - kubectl logs aws-node-????? -n kube-system - ``` - -* Not being able to register the node with the Kubernetes API server indicates an error condition like the following: - - ``` - Attempting to register node" node="ip-192-168-67-130.ec2.internal" - Unable to register node with API server" err="Unauthorized" node="ip-192-168-67-130.ec2.internal" - Error getting node" err="node \"ip-192-168-67-130.ec2.internal\" not found - Failed to contact API server when waiting for CSINode publishing: Unauthorized - ``` - - Check the ConfigMap to check whether or not the correct node role is there. For example: - - ```bash - $ kubectl get configmaps -n kube-system aws-auth -o yaml - ``` - ```yaml - apiVersion: v1 - data: - mapRoles: | - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/eksctl-johnw-karpenter-demo-NodeInstanceRole-72CV61KQNOYS - username: system:node:{{EC2PrivateDNSName}} - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/KarpenterNodeRole-johnw-karpenter-demo - username: system:node:{{EC2PrivateDNSName}} - mapUsers: | - [] - kind: ConfigMap - ... - ``` - -If you are not able to resolve the Node NotReady issue on your own, run the [EKS Logs Collector](https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/README.md) (if it’s an EKS optimized AMI) and look in the following places in the log: - -* Your UserData (in `/var_log/cloud-init-output.log` and `/var_log/cloud-init.log`) -* Your kubelets (`/kubelet/kubelet.log`) -* Your networking pod logs (`/var_log/aws-node`) - -Reach out to the Karpenter team on [Slack](https://kubernetes.slack.com/archives/C02SFFZSA2K) or [GitHub](https://github.com/aws/karpenter/) if you are still stuck. - -## Missing Service Linked Role -Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. -``` -AuthFailure.ServiceLinkedRoleCreationNotPermitted: The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances -``` -This can be resolved by creating the [Service Linked Role](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). -``` -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -``` - -## Unable to delete nodes after uninstalling Karpenter -Karpenter adds a [finalizer](https://github.com/aws/karpenter/pull/466) to nodes that it provisions to support graceful node termination. If Karpenter is uninstalled, these finalizers will cause the API Server to block deletion until the finalizers are removed. - -You can fix this by patching the node objects: -- `kubectl edit node ` and remove the line that says `karpenter.sh/termination` in the finalizers field. -- Run the following script that gets all nodes with the finalizer and removes all the finalizers from those nodes. - - NOTE: this will remove ALL finalizers from nodes with the karpenter finalizer. -```{bash} -kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{"\n"}' | grep "karpenter.sh/termination" | cut -d ':' -f 1 | xargs kubectl patch node --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]' -``` - -## Nil issues with Karpenter reallocation -If you create a Karpenter Provisioner while the webhook to default it is unavailable, it's possible to get unintentionally nil fields. [Related Issue](https://github.com/aws/karpenter/issues/463). - - You may see some logs like this. -```{bash} -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/utilization.go:84 +0x688 -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation.(*Controller).Reconcile(0xc000b004c0, 0x23354c0, 0xc000e209f0, 0x235e640, 0xc002566c40, 0x200c786, 0x5, 0xc00259c1b0, 0x1) github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/controller.go:72 +0x65 -github.com/aws/karpenter/pkg/controllers.(*GenericController).Reconcile(0xc000b00720, 0x23354c0, 0xc000e209f0, 0xc001db9be0, 0x7, 0xc001db9bd0, 0x7, 0xc000e209f0, 0x7fc864172d20, 0xc0000be2a0, ...) -``` -This is fixed in Karpenter v0.2.7+. Reinstall Karpenter on the latest version. - -## Nodes stuck in pending and not running the kubelet due to outdated CNI -If you have an EC2 instance get launched that is stuck in pending and ultimately not running the kubelet, you may see a message like this in your `/var/log/user-data.log`: - -> No entry for c6i.xlarge in /etc/eks/eni-max-pods.txt - -This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). - -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" - -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` - -Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) -```text -kubectl get po -A -l app.kubernetes.io/name=karpenter -NAME READY STATUS RESTARTS AGE -karpenter-7b46fb5c-gcr9z 2/2 Running 0 17h -``` - -Karpenter service has endpoints assigned to it -```text -kubectl get ep -A -l app.kubernetes.io/name=karpenter -NAMESPACE NAME ENDPOINTS AGE -karpenter karpenter 192.168.39.88:8443,192.168.39.88:8080 16d -``` - -Your security groups are not blocking you from reaching your webhook. - -This is especially relevant if you have used `terraform-eks-module` version `>=18` since that version changed its security -approach, and now it's much more restrictive. - -## DaemonSets can result in deployment failures - -For Karpenter versions 0.5.3 and earlier, DaemonSets were not properly considered when provisioning nodes. -This sometimes caused nodes to be deployed that could not meet the needs of the requested DaemonSets and workloads. -This issue no longer occurs after Karpenter version 0.5.3 (see [PR #1155](https://github.com/aws/karpenter/pull/1155)). - -If you are using a pre-0.5.3 version of Karpenter, one workaround is to set your provisioner to only use larger instance types that you know will be big enough for the DaemonSet and the workload. -For more information, see [Issue #1084](https://github.com/aws/karpenter/issues/1084). -Examples of this behavior are included in [Issue #1180](https://github.com/aws/karpenter/issues/1180). - -## Unspecified resource requests cause scheduling/bin-pack failures - -Not using the Kubernetes [LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) feature to enforce minimum resource request sizes will allow pods with very low or non-existent resource requests to be scheduled. -This can cause issues as Karpenter bin-packs pods based on the resource requests. - -If the resource requests do not reflect the actual resource usage of the pod, Karpenter will place too many of these pods onto the same node resulting in the pods getting CPU throttled or terminated due to the OOM killer. -This behavior is not unique to Karpenter and can also occur with the standard `kube-scheduler` with pods that don't have accurate resource requests. - -To prevent this, you can set LimitRanges on pod deployments on a per-namespace basis. -See the Karpenter [Best Practices Guide](https://aws.github.io/aws-eks-best-practices/karpenter/#use-limitranges-to-configure-defaults-for-resource-requests-and-limits) for further information on the use of LimitRanges. - -## Missing subnetSelector and securityGroupSelector tags causes provisioning failures - -Starting with Karpenter v0.5.5, if you are using Karpenter-generated launch template, provisioners require that [subnetSelector]({{}}) and [securityGroupSelector]({{}}) tags be set to match your cluster. -The [Provisioner]({{}}) section in the Karpenter Getting Started Guide uses the following example: - -```text -provider: - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` -To check your subnet and security group selectors, type the following: - -```bash -aws ec2 describe-subnets --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns subnets matching the selector* - -```bash -aws ec2 describe-security-groups --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns security groups matching the selector* - -Provisioners created without those tags and run in more recent Karpenter versions will fail with this message when you try to run the provisioner: - -```text - field(s): spec.provider.securityGroupSelector, spec.provider.subnetSelector -``` -If you are providing a [custom launch template]({{}}), specifying a `subnetSelector` is still required. -However, specifying a `securityGroupSelector` will cause a validation error. - -## Terraform fails to create instance profile when name is too long - -In the Getting Started with Terraform instructions to [Configure the KarpenterNode IAM Role]({{}}), the name assigned to the aws_iam_instance_profile cannot exceed 38 characters. If it does, it will fail with a message similar to: - -```text -Error: expected length of name_prefix to be in the range (1 - 38), got with module.eks.aws_iam_role.cluster[0], -on .terraform/modules/eks/main.tf line 131, in resource "aws_iam_role" "cluster": -131: name_prefix = var.cluster_iam_role_name != "" ? null : var.cluster_name -``` - -Note that it can be easy to run over the 38-character limit considering that the example includes KarpenterNodeInstanceProfile- (29 characters) and -karpenter-demo (15 characters). -That leaves only four characters for your user name. -You can reduce the number of characters consumed by changing `KarpenterNodeInstanceProfile-` to something like `KarpenterNode-`. - -## Karpenter Role names exceeding 64-character limit - -If you use a tool such as AWS CDK to generate your Kubernetes cluster name, when you add Karpenter to your cluster you could end up with a cluster name that is too long to incorporate into your KarpenterNodeRole name (which is limited to 64 characters). - -Node role names for Karpenter are created in the form `KarpenterNodeRole-${Cluster_Name}` in the [Create the KarpenterNode IAM Role]({{}}) section of the getting started guide. -If a long cluster name causes the Karpenter node role name to exceed 64 characters, creating that object will fail. - -Keep in mind that `KarpenterNodeRole-` is just a recommendation from the getting started guide. -Instead using of the eksctl role, you can shorten the name to anything you like, as long as it has the right permissions. - -## Node terminates before ready on failed encrypted EBS volume -If you are using a custom launch template and an encrypted EBS volume, the IAM principal launching the node may not have sufficient permissions to use the KMS customer managed key (CMK) for the EC2 EBS root volume. -This issue also applies to [Block Device Mappings]({{}}) specified in the Provisioner. -In either case, this results in the node terminating almost immediately upon creation. - -Keep in mind that it is possible that EBS Encryption can be enabled without your knowledge. -EBS encryption could have been enabled by an account administrator or by default on a per region basis. -See [Encryption by default](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) for details. - -To correct the problem if it occurs, you can use the approach that AWS EBS uses, which avoids adding particular roles to the KMS policy. Below is an example of a policy applied to the KMS key: - -```json -[ - { - "Sid": "Allow access through EBS for all principals in the account that are authorized to use EBS", - "Effect": "Allow", - "Principal": { - "AWS": "" - }, - "Action": [ - "kms:Encrypt", - "kms:Decrypt", - "kms:ReEncrypt", - "kms:GenerateDataKey*", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "Resource": "", - "Condition": { - "StringEquals": { - "kms:ViaService": "ec2.${AWS_REGION}.amazonaws.com", - "kms:CallerAccount": "${AWS_ACCOUNT_ID}" - } - } - }, - { - "Sid": "Allow direct access to key metadata to the account", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${AWS_ACCOUNT_ID}:root" - }, - "Action": [ - "kms:Describe", - "kms:Get*", - "kms:List*", - "kms:RevokeGrant" - ], - "Resource": "*" - } -] -``` - -## Pods using Security Groups for Pods stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running" - -When leveraging [Security Groups for Pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html), Karpenter will launch nodes as expected but pods will be stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running". This is related to an interaction between Karpenter and the [amazon-vpc-resource-controller](https://github.com/aws/amazon-vpc-resource-controller-k8s) when a pod requests `vpc.amazonaws.com/pod-eni` resources. More info can be found in [issue #1252](https://github.com/aws/karpenter/issues/1252). - -To workaround this problem, add the `vpc.amazonaws.com/has-trunk-attached: "false"` label in your Karpenter Provisioner spec and ensure instance-type requirements include [instance-types which support ENI trunking](https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/master/pkg/aws/vpc/limits.go). -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - labels: - vpc.amazonaws.com/has-trunk-attached: "false" - provider: - subnetSelector: - karpenter.sh/discovery: karpenter-demo - securityGroupSelector: - karpenter.sh/discovery: karpenter-demo - ttlSecondsAfterEmpty: 30 -``` -## Stale pricing data on isolated subnet - -The following pricing-related error occurs if you are running Karpenter in an isolated private subnet (no Internet egress via IGW or NAT gateways): - -```text -ERROR controller.aws.pricing updating on-demand pricing, RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout; RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout, using existing pricing data from 2022-08-17T00:19:52Z {"commit": "4b5f953"} -``` -This network timeout occurs because there is no VPC endpoint available for the [Price List Query API.](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html). -To workaround this issue, Karpenter ships updated on-demand pricing data as part of the Karpenter binary; however, this means that pricing data will only be updated on Karpenter version upgrades. diff --git a/website/content/en/v0.16.3/upgrade-guide/_index.md b/website/content/en/v0.16.3/upgrade-guide/_index.md deleted file mode 100644 index ac8bfa44469e..000000000000 --- a/website/content/en/v0.16.3/upgrade-guide/_index.md +++ /dev/null @@ -1,197 +0,0 @@ ---- -title: "Upgrade Guide" -linkTitle: "Upgrade Guide" -weight: 10 -description: > - Learn about upgrading Karpenter ---- - -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -To make upgrading easier we aim to minimize introduction of breaking changes with the followings: - -# Compatibility issues - -To make upgrading easier, we aim to minimize the introduction of breaking changes with the followings components: - -* Provisioner API -* Helm Chart - -We try to maintain compatibility with: - -* The application itself -* The documentation of the application - -When we introduce a breaking change, we do so only as described in this document. - -Karpenter follows [Semantic Versioning 2.0.0](https://semver.org/) in its stable release versions, while in -major version zero (v0.y.z) [anything may change at any time](https://semver.org/#spec-item-4). -However, to further protect users during this phase we will only introduce breaking changes in minor releases (releases that increment y in x.y.z). -Note this does not mean every minor upgrade has a breaking change as we will also increment the -minor version when we release a new feature. - -Users should therefore check to see if there is a breaking change every time they are upgrading to a new minor version. - -## Custom Resource Definition (CRD) Upgrades - -Karpenter ships with a few Custom Resource Definitions (CRDs). These CRDs are part of the helm chart [here](https://github.com/aws/karpenter/blob/main/charts/karpenter/crds). Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), the tool will only install the CRD during the first installation of the helm chart. Subsequent chart upgrades will not add or remove CRDs, even if the CRDs have changed. When CRDs are changed, we will make a note in the version's upgrade guide. - -In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -## How Do We Break Incompatibility? - -When there is a breaking change we will: - -* Increment the minor version when in major version 0 -* Add a permanent separate section named `upgrading to vx.y.z+` under [released upgrade notes](#released-upgrade-notes) - clearly explaining the breaking change and what needs to be done on the user side to ensure a safe upgrade -* Add the sentence “This is a breaking change, please refer to the above link for upgrade instructions” to the top of the release notes and in all our announcements - -## How Do We Find Incompatibilities - -Besides the peer review process for all changes to the code base we also do the followings in order to find -incompatibilities: -* (To be implemented) To check the compatibility of the application, we will automate tests for installing, uninstalling, upgrading from an older version, and downgrading to an older version -* (To be implemented) To check the compatibility of the documentation with the application, we will turn the commands in our documentation into scripts that we can automatically run - -## Security Patches - -While we are in major version 0 we will not release security patches to older versions. -Rather we provide the patches in the latest versions. -When at major version 1 we will have an EOL (end of life) policy where we provide security patches -for a subset of older versions and deprecate the others. - -# Release Types - -Karpenter offers four types of releases. This section explains the purpose of each release type and how the images for each release type are tagged in our [public image repository](https://gallery.ecr.aws/karpenter). - -## Stable Releases - -Stable releases are the most reliable releases that are released with weekly cadence. Stable releases are our only recommended versions for production environments. -Sometimes we skip a stable release because we find instability or problems that need to be fixed before having a stable release. -Stable releases are tagged with Semantic Versioning. For example `v0.13.0`. - -## Snapshot Releases - -We release a snapshot release for every commit that gets merged into the main repository. This enables our users to immediately try a new feature or fix right after it's merged rather than waiting days or weeks for release. -Snapshot releases are suitable for testing, and troubleshooting but users should exercise great care if they decide to use them in production environments. -Snapshot releases are tagged with the git commit hash prefixed by the Karpenter major version. For example `v0-fc17bfc89ebb30a3b102a86012b3e3992ec08adf`. For more detailed examples on how to use snapshot releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Nightly Releases - -Every night we build and release everything that has been checked into the source code. This enables us to detect problems including breaking changes and potential drifts in our external dependencies sooner than we otherwise would. -It also allows some advanced Karpenter users who have their own nightly builds to test the upcoming changes before they are released. Nightly releases are tagged with date in YYYYMMDD format. For example `20220713`. -For more examples on how to use nightly releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Release Candidates - -We consider having release candidates for major and important minor versions. Our release candidates are tagged like `vx.y.z-rc.0`, `vx.y.z-rc.1`. The release candidate will then graduate to `vx.y.z` as a normal stable release. -By adopting this practice we allow our users who are early adopters to test out new releases before they are available to the wider community, thereby providing us with early feedback resulting in more stable releases. - -# Released Upgrade Notes - -## Upgrading to v0.16.2+ -* v0.16.2 adds new kubeletConfiguration fields to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.2/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.16.0+ -* v0.16.0 adds a new weight field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.15.0+ -* v0.15.0 adds a new consolidation field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.15.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.14.0+ -* v0.14.0 adds new fields to the `provisioners.karpenter.sh` v1alpha5 and `awsnodetemplates.karpenter.k8s.aws` v1alpha1 CRDs. The CRDs will need to be updated to use the new parameters: - -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -* v0.14.0 changes the way Karpenter discovers its dynamically generated AWS launch templates to use a tag rather than a Name scheme. The previous name scheme was `Karpenter-${CLUSTER_NAME}-*` which could collide with user created launch templates that Karpenter should not manage. The new scheme uses a tag on the launch template `karpenter.k8s.aws/cluster: ${CLUSTER_NAME}`. As a result, Karpenter will not clean-up dynamically generated launch templates using the old name scheme. You can manually clean these up with the following commands: - -```bash -## Find launch templates that match the naming pattern and you do not want to keep -aws ec2 describe-launch-templates --filters="Name=launch-template-name,Values=Karpenter-${CLUSTER_NAME}-*" - -## Delete launch template(s) that match the name but do not have the "karpenter.k8s.aws/cluster" tag -aws ec2 delete-launch-template --launch-template-id -``` - -* v0.14.0 introduces additional instance type filtering if there are no `node.kubernetes.io/instance-type` or `karpenter.k8s.aws/instance-family` or `karpenter.k8s.aws/instance-category` requirements that restrict instance types specified on the provisioner. This prevents Karpenter from launching bare metal and some older non-current generation instance types unless the provisioner has been explicitly configured to allow them. If you specify an instance type or family requirement that supplies a list of instance-types or families, that list will be used regardless of filtering. The filtering can also be completely eliminated by adding an `Exists` requirement for instance type or family. -```yaml - - key: node.kubernetes.io/instance-type - operator: Exists -``` - -* v0.14.0 introduces support for custom AMIs without the need for an entire launch template. You must add the `ec2:DescribeImages` permission to the Karpenter Controller Role for this feature to work. This permission is needed for Karpenter to discover custom images specified. Read the [Custom AMI documentation here](../aws/provisioning/#amiselector) to get started -* v0.14.0 adds an an additional default toleration (CriticalAddonOnly=Exists) to the Karpenter helm chart. This may cause Karpenter to run on nodes with that use this Taint which previously would not have been schedulable. This can be overridden by using `--set tolerations[0]=null`. - -* v0.14.0 deprecates the `AWS_ENI_LIMITED_POD_DENSITY` environment variable in-favor of specifying `spec.kubeletConfiguration.maxPods` on the Provisioner. `AWS_ENI_LIMITED_POD_DENSITY` will continue to work when `maxPods` is not set on the Provisioner. If `maxPods` is set, it will override `AWS_ENI_LIMITED_POD_DENSITY` on that specific Provisioner. - -## Upgrading to v0.13.0+ -* v0.13.0 introduces a new CRD named `AWSNodeTemplate` which can be used to specify AWS Cloud Provider parameters. Everything that was previously specified under `spec.provider` in the Provisioner resource, can now be specified in the spec of the new resource. The use of `spec.provider` is deprecated but will continue to function to maintain backwards compatibility for the current API version (v1alpha5) of the Provisioner resource. v0.13.0 also introduces support for custom user data that doesn't require the use of a custom launch template. The user data can be specified in-line in the AWSNodeTemplate resource. Read the [UserData documentation here](../aws/user-data) to get started. - - If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.13.2/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.13.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. -* v0.13.0 also adds EC2/spot price fetching to Karpenter to allow making more accurate decisions regarding node deployments. Our getting started guide documents this, but if you are upgrading Karpenter you will need to modify your Karpenter controller policy to add the `pricing:GetProducts` and `ec2:DescribeSpotPriceHistory` permissions. - - -## Upgrading to v0.12.0+ -* v0.12.0 adds an OwnerReference to each Node created by a provisioner. Previously, deleting a provisioner would orphan nodes. Now, deleting a provisioner will cause Kubernetes [cascading delete](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion) logic to gracefully terminate the nodes using the Karpenter node finalizer. You may still orphan nodes by removing the owner reference. -* If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.12.1/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.12.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. - -## Upgrading to v0.11.0+ - -v0.11.0 changes the way that the `vpc.amazonaws.com/pod-eni` resource is reported. Instead of being reported for all nodes that could support the resources regardless of if the cluster is configured to support it, it is now controlled by a command line flag or environment variable. The parameter defaults to false and must be set if your cluster uses [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html). This can be enabled by setting the environment variable `AWS_ENABLE_POD_ENI` to true via the helm value `controller.env`. - -Other extended resources must be registered on nodes by their respective device plugins which are typically installed as DaemonSets (e.g. the `nvidia.com/gpu` resource will be registered by the [NVIDIA device plugin](https://github.com/NVIDIA/k8s-device-plugin). Previously, Karpenter would register these resources on nodes at creation and they would be zeroed out by `kubelet` at startup. By allowing the device plugins to register the resources, pods will not bind to the nodes before any device plugin initialization has occurred. - -v0.11.0 adds a `providerRef` field in the Provisioner CRD. To use this new field you will need to replace the Provisioner CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.11.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.10.0+ - -v0.10.0 adds a new field, `startupTaints` to the provisioner spec. Standard Helm upgrades [do not upgrade CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) so the field will not be available unless the CRD is manually updated. This can be performed prior to the standard upgrade by applying the new CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.10.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -📝 If you don't perform this manual CRD update, Karpenter will work correctly except for rejecting the creation/update of provisioners that use `startupTaints`. - -## Upgrading to v0.6.2+ - -If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration -that sets the old variable names. - -- `controller.clusterName` is now `clusterName` -- `controller.clusterEndpoint` is now `clusterEndpoint` diff --git a/website/content/en/v0.18.1/AWS/_index.md b/website/content/en/v0.18.1/AWS/_index.md deleted file mode 100644 index 84d2edd23e3b..000000000000 --- a/website/content/en/v0.18.1/AWS/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "AWS" -linkTitle: "AWS" -weight: 70 -description: > - Use AWS cloud provider features with Karpenter ---- - -Check out the [Karpenter EKS Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/) guide. - -Check out the [EC2 Spot Workshop](https://ec2spotworkshops.com/karpenter.html) for Karpenter and the [EKS Karpenter Workshop](https://www.eksworkshop.com/beginner/085_scaling_karpenter/set_up_the_provisioner/). diff --git a/website/content/en/v0.18.1/AWS/instance-types.md b/website/content/en/v0.18.1/AWS/instance-types.md deleted file mode 100644 index dcaced434fcb..000000000000 --- a/website/content/en/v0.18.1/AWS/instance-types.md +++ /dev/null @@ -1,12667 +0,0 @@ ---- -title: "Instance Types" -linkTitle: "Instance Types" -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 -- `aws-eni-limited-pod-density` is assumed to be `true` -- `amiFamily` is set to the default of `AL2` -## a1 Family -### `a1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `a1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `a1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `a1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `a1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `a1.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -## c1 Family -### `c1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-pods|12| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1022Mi| - |pods|12| -### `c1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7168| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|5537Mi| - |pods|58| -## c3 Family -### `c3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c4 Family -### `c4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c5 Family -### `c5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c5.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| -### `c5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c5.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| -### `c5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## c5a Family -### `c5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## c5ad Family -### `c5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## c5d Family -### `c5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c5d.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| -### `c5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c5d.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| -### `c5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## c5n Family -### `c5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|5376| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|4198Mi| - |pods|29| -### `c5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|10752| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|8852Mi| - |pods|58| -### `c5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|21504| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|18798Mi| - |pods|58| -### `c5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|43008| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|36753Mi| - |pods|234| -### `c5n.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c5n.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## c6a Family -### `c6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `c6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `c6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## c6g Family -### `c6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `c6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -## c6gd Family -### `c6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `c6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -## c6gn Family -### `c6gn.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `c6gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6gn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -## c6i Family -### `c6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `c6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## c6id Family -### `c6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `c6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## c7g Family -### `c7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `c7g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c7g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c7g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c7g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c7g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c7g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c7g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -## cc2 Family -### `cc2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|cc| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|cc2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61952| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|cc2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|54276Mi| - |pods|234| -## d2 Family -### `d2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `d2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `d2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `d2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## d3 Family -### `d3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29745Mi| - |pods|10| -### `d3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59967Mi| - |pods|18| -### `d3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|120368Mi| - |pods|38| -### `d3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|59| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|241379Mi| - |pods|59| -## d3en Family -### `d3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14590Mi| - |pods|10| -### `d3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29657Mi| - |pods|18| -### `d3en.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59747Mi| - |pods|38| -### `d3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| -### `d3en.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|78| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|119928Mi| - |pods|78| -### `d3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|89| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|180428Mi| - |pods|89| -## dl1 Family -### `dl1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| - |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|4000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|694632Mi| - |pods|2942| -## g3 Family -### `g3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|g3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|2| - |pods|234| -### `g3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |nvidia.com/gpu|4| - |pods|737| -## g3s Family -### `g3s.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|g3s| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3s.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |nvidia.com/gpu|1| - |pods|58| -## g4ad Family -### `g4ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| -### `g4ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29767Mi| - |pods|8| -### `g4ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |pods|29| -### `g4ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|2| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| -### `g4ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|4| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -## g4dn Family -### `g4dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|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|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|29| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |nvidia.com/gpu|1| - |pods|29| -### `g4dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g4dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |nvidia.com/gpu|4| - |pods|234| -### `g4dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g4dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|8| - |pods|737| -## g5 Family -### `g5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |nvidia.com/gpu|4| - |pods|737| -### `g5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|4| - |pods|737| -### `g5.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| -## g5g Family -### `g5g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| -### `g5g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g5g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| -### `g5g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| -## h1 Family -### `h1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `h1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `h1.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `h1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## i2 Family -### `i2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `i3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -### `i3.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|i3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -## i3en Family -### `i3en.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `i3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `i3en.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |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|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| -### `i3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `i3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `i3en.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `i3en.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## i4i Family -### `i4i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `i4i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `i4i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `i4i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `i4i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `i4i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `i4i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -## im4gn Family -### `im4gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `im4gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `im4gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `im4gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `im4gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `im4gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## inf1 Family -### `inf1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|38| - |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| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6704Mi| - |pods|38| -### `inf1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|38| - |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| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14282Mi| - |pods|38| -### `inf1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |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-pods|234| - |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| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| -### `inf1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|321| - |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| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|177876Mi| - |pods|321| -## is4gen Family -### `is4gen.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|5140Mi| - |pods|8| -### `is4gen.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|10592Mi| - |pods|29| -### `is4gen.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| -### `is4gen.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|44372Mi| - |pods|58| -### `is4gen.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `is4gen.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -## m1 Family -### `m1.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1066Mi| - |pods|8| -### `m1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2916Mi| - |pods|12| -### `m1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -## m2 Family -### `m2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|58| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|15103Mi| - |pods|58| -### `m2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|118| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|30640Mi| - |pods|118| -### `m2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|234| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|61758Mi| - |pods|234| -## m3 Family -### `m3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2965Mi| - |pods|12| -### `m3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `m3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|118| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|26663Mi| - |pods|118| -## m4 Family -### `m4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|20| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6902Mi| - |pods|20| -### `m4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m4.10xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| - |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-pods|234| - |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|39730m| - |ephemeral-storage|18Gi| - |memory|148523Mi| - |pods|234| -### `m4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -## m5 Family -### `m5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5a Family -### `m5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5ad Family -### `m5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5d Family -### `m5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5dn Family -### `m5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5n Family -### `m5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -## m5zn Family -### `m5zn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m5zn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m5zn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m5zn.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| -### `m5zn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `m5zn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `m5zn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## m6a Family -### `m6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `m6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## m6g Family -### `m6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| -### `m6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## m6gd Family -### `m6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| -### `m6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## m6i Family -### `m6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `m6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -## m6id Family -### `m6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `m6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -## p2 Family -### `p2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -### `p2.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|16| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|749568| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|690321Mi| - |nvidia.com/gpu|16| - |pods|234| -## p3 Family -### `p3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|4| - |pods|234| -### `p3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -## p3dn Family -### `p3dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| -## p4d Family -### `p4d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1058357Mi| - |nvidia.com/gpu|8| - |pods|2942| -## r3 Family -### `r3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13434Mi| - |pods|29| -### `r3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## r4 Family -### `r4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `r4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `r4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -## r5 Family -### `r5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5a Family -### `r5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5ad Family -### `r5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5b Family -### `r5b.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5b.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5b.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5b.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5b.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5b.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5b.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5b.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r5b.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5d Family -### `r5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5dn Family -### `r5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r5n Family -### `r5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -## r6a Family -### `r6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| -### `r6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| -### `r6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -## r6gd Family -### `r6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| -### `r6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -## r6i Family -### `r6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `r6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -## r6id Family -### `r6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `r6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -## t1 Family -### `t1.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|80Mi| - |pods|4| -## t2 Family -### `t2.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t2.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t2.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|11| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t2.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t2.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|44| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14216Mi| - |pods|44| -### `t2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|44| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29371Mi| - |pods|44| -## t3 Family -### `t3.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t3a Family -### `t3a.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3a.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3a.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|8| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `t3a.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t4g Family -### `t4g.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t4g.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t4g.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t4g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## trn1 Family -### `trn1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `trn1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|1962| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|462929Mi| - |pods|1962| -## u-12tb1 Family -### `u-12tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-12tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-12tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|11630631Mi| - |pods|737| -## u-3tb1 Family -### `u-3tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-3tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|2906769Mi| - |pods|234| -## u-6tb1 Family -### `u-6tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -### `u-6tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -## u-9tb1 Family -### `u-9tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-9tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|9437184| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-9tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|8720833Mi| - |pods|737| -## vt1 Family -### `vt1.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |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-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| -### `vt1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| -### `vt1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -## x1 Family -### `x1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|921438Mi| - |pods|234| -### `x1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|114784Mi| - |pods|29| -### `x1e.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|230023Mi| - |pods|58| -### `x1e.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|58| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|461140Mi| - |pods|58| -### `x1e.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|923374Mi| - |pods|58| -### `x1e.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -### `x1e.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|3694839Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| -### `x2gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |pods|29| -### `x2gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `x2gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| -### `x2gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `x2gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| -### `x2gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| -### `x2gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `x2gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -## x2idn Family -### `x2idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| -### `x2idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| -### `x2idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| -### `x2idn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| -## x2iedn Family -### `x2iedn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| -### `x2iedn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| -### `x2iedn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| -### `x2iedn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| -### `x2iedn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| -### `x2iedn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|2901236Mi| - |pods|737| -### `x2iedn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| -### `x2iedn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| -## x2iezn Family -### `x2iezn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| -### `x2iezn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| -### `x2iezn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| -### `x2iezn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| -### `x2iezn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| -### `x2iezn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| -## z1d Family -### `z1d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `z1d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `z1d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `z1d.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `z1d.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `z1d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `z1d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| diff --git a/website/content/en/v0.18.1/AWS/operating-systems.md b/website/content/en/v0.18.1/AWS/operating-systems.md deleted file mode 100644 index 2fe1cd8b51bd..000000000000 --- a/website/content/en/v0.18.1/AWS/operating-systems.md +++ /dev/null @@ -1,245 +0,0 @@ ---- -title: "Operating Systems" -linkTitle: "Custom User Data and AMI" -weight: 200 -description: > - Learn how to configure custom UserData and AMIs with Karpenter ---- - -This document describes how you can customize the operating system for your EC2 worker nodes. - -## Configuration - -Operating system configuration is specified within a AWSNodeTemplate resource. This resource is referenced in your Provisioner using `spec.providerRef`. -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: bottlerocket-example - ... -``` - -**Examples** - -Operating systems can be configured using `spec.userData` and `spec.amiSelector` respectively in the `AWSNodeTemplate` resource: - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: bottlerocket-example -spec: - amiFamily: Bottlerocket - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - [settings.kubernetes] - kube-api-qps = 30 - [settings.kubernetes.eviction-hard] - "memory.available" = "20%" - amiSelector: - karpenter.sh/discovery: my-cluster -``` - -This example adds SSH keys to allow remote login to the node (replace *my-authorized_keys* with your key file): - -{{% alert title="Note" color="primary" %}} -Instead of using SSH as set up in this example, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "../troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. -{{% /alert %}} - - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: al2-example -spec: - amiFamily: AL2 - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster -userData: | -MIME-Version: 1.0 -Content-Type: multipart/mixed; boundary="BOUNDARY" ---BOUNDARY -Content-Type: text/x-shellscript; charset="us-ascii" - -#!/bin/bash -mkdir -p ~ec2-user/.ssh/ -touch ~ec2-user/.ssh/authorized_keys -cat >> ~ec2-user/.ssh/authorized_keys < >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 -/etc/eks/bootstrap.sh 'test-cluster' --apiserver-endpoint 'https://test-cluster' --b64-cluster-ca 'ca-bundle' \ ---use-max-pods false \ ---container-runtime containerd \ ---kubelet-extra-args '--node-labels=karpenter.sh/capacity-type=on-demand,karpenter.sh/provisioner-name=test --max-pods=110' ---//-- -``` - -You can also set kubelet-config properties by modifying the kubelet-config.json file before the EKS bootstrap script starts the kubelet: - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: kubelet-config-example -spec: - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - echo "$(jq '.kubeAPIQPS=50' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json - - --BOUNDARY-- -``` - - -## Custom AMIs - -You can specify a set of AMIs for a provisioner to use by specifying an AMISelector that identifies AMIs to use through EC2 tags or via a comma-separated list. - -### Defining AMI constraints - -Karpenter will automatically determine the architecture that an EC2 AMI is compatible with (amd64, arm64), but other constraints of an AMI can be expressed as tags on the EC2 AMI. -For example, if you want to limit an EC2 AMI to only be used with instanceTypes that have an `nvidia` GPU, you can specify an EC2 tag with a key of `karpenter.k8s.aws/instance-gpu-manufacturer` and value `nvidia` on that AMI. - -All labels defined [in the scheduling documentation](../../tasks/scheduling#supported-labels) can be used as requirements for an EC2 AMI. - -``` -> aws ec2 describe-images --image-id ami-123 --query Images[0].Tags -[ - { - "Key": "karpenter.sh/discovery", - "Value": "my-cluster" - }, - { - "Key": "Name", - "Value": "amazon-eks-node-1.21-customized-v0" - }, - { - "Key": "karpenter.k8s.aws/instance-gpu-manufacturer", - "Value": "nvidia" - } -] -``` - -### AMIFamily - -When you give Karpenter an AMI ID to use, you can specify which AMIFamily they belong to. This will determine how Karpenter should use your AMI. -For example, if you define the `AMIFamily` to be `AL2`, then Karpenter will assume that a worker node using that AMI should be bootstrapped in the same manner as EKS-optimized AL2 AMIs. This is useful when your custom images are variants of EKS-optimized AMIs and there are no differences in how bootstrapping needs to be performed. - -When the `AMIFamily` is set to `Custom`, then Karpenter will not attempt to bootstrap the worker node. You must set the necessary commands through `spec.UserData` to ensure that your worker node joins the cluster. - -### Binpacking semantics for AMIFamily - -In order for Karpenter to accurately binpack your pods in a worker node, it needs to know the eventual allocatable capacity on your node. This capacity has several dimensions (cpu, memory, ephemeral-storage) and is a function of the instanceType as well as the AMI. - -* When the AMIFamily is *`AL2`, `Bottlerocket` or `Ubuntu`*, Karpenter will bin-pack your pods in the same way as other EKS-optimized AMIs of that family. -* When the AMIFamily is *`Custom`*, Karpenter assumes that the amount of allocatable cpu, memory and ephemeral-storage is identical to `AL2` EKS-Optimized AMIs, regardless of how the node is being bootstrapped. - * When the AMIFamily is *`Custom`*, Karpenter has no way of knowing which ephemeral volume will be used for pods. Therefore, it will default to using the last volume in `spec.blockDeviceMappings` to determine the total available ephemeral capacity on a worker node. diff --git a/website/content/en/v0.18.1/AWS/provisioning.md b/website/content/en/v0.18.1/AWS/provisioning.md deleted file mode 100644 index a3e10cca8993..000000000000 --- a/website/content/en/v0.18.1/AWS/provisioning.md +++ /dev/null @@ -1,343 +0,0 @@ ---- -title: "Provisioning Configuration" -linkTitle: "Provisioning" -weight: 10 -description: > - Learn AWS-specific Karpenter provisioning settings ---- - -Provisioner settings specific to Karpenter for the AWS cloud provider are described here. -The following example shows optional and required settings for a Karpenter provisioner for AWS: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type # optional, set to on-demand by default, spot if both are listed - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 # optional, recommended to limit total provisioned CPUs - memory: 1000Gi - providerRef: # optional, recommended to use instead of `provider` - name: default - ttlSecondsAfterEmpty: 30 # optional, but never scales down if not set - ttlSecondsUntilExpired: 2592000 # optional, but never expires if not set ---- -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - subnetSelector: # required - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: # required, when not using launchTemplate - karpenter.sh/discovery: ${CLUSTER_NAME} - instanceProfile: MyInstanceProfile # optional, if already set in controller args - launchTemplate: MyLaunchTemplate # optional, see Launch Template documentation - tags: - InternalAccountingTag: "1234" # optional, add tags for your own use - -``` -Refer to [Provisioner API]({{}}) for settings that are not specific to AWS. -See below for other AWS provider-specific parameters. - -## AWSNodeTemplate - -In the AWS Cloud Provider, the providerRef is a reference to an AWSNodeTemplate resource that contains all the necessary parameters to launch an instance. You can review these fields [in the code](https://github.com/aws/karpenter/blob{{< githubRelRef >}}pkg/apis/awsnodetemplate/v1alpha1/awsnodetemplate.go). - -### InstanceProfile - -An `InstanceProfile` is a way to pass a single IAM role to an EC2 instance. Karpenter will not create one automatically. -A default profile may be specified on the controller, allowing it to be omitted here. If not specified as either a default -or on the controller, node provisioning will fail. The KarpenterControllerPolicy will also need to have permissions for -`iam:PassRole` to the role provided here or provisioning will fail. - -``` -spec: - instanceProfile: MyInstanceProfile -``` - -### SubnetSelector (required) - -Karpenter discovers subnets using [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). - -Subnets may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -Subnet IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -When launching nodes, Karpenter automatically chooses a subnet that matches the desired zone. If multiple subnets exist for a zone, the one with the most available IP addresses will be used. - -**Examples** - -Select all subnets with a specified tag: -``` - subnetSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select subnets by name: -``` - subnetSelector: - Name: my-subnet -``` - -Select subnets by an arbitrary AWS tag key/value pair: -``` - subnetSelector: - MySubnetTag: value -``` - -Select subnets using wildcards: -``` - subnetSelector: - Name: "*Public*" - -``` - -Specify subnets explicitly by ID: -```yaml - subnetSelector: - aws-ids: "subnet-09fa4a0a8f233a921,subnet-0471ca205b8a129ae" -``` - -### SecurityGroupSelector (required, when not using launchTemplate) - -The security group of an instance is comparable to a set of firewall rules. - -EKS creates at least two security groups by default, [review the documentation](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) for more info. - -Security groups may be specified by any AWS tag, including "Name". Selecting tags using wildcards (`*`) is supported. - -{{% alert title="Note" color="primary" %}} -When launching nodes, Karpenter uses all of the security groups that match the selector. If multiple security groups with the tag `karpenter.sh/discovery/MyClusterName` match the selector, this may result in failures using the AWS Load Balancer controller. The Load Balancer controller only supports a single security group having that tag key. See this [issue](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2367) for more details. -{{% /alert %}} - -To verify if this restriction affects you, run the following commands. -```bash -CLUSTER_VPC_ID="$(aws eks describe-cluster --name $CLUSTER_NAME --query cluster.resourcesVpcConfig.vpcId --output text)" - -aws ec2 describe-security-groups --filters Name=vpc-id,Values=$CLUSTER_VPC_ID Name=tag-key,Values=karpenter.sh/discovery/$CLUSTER_NAME --query 'SecurityGroups[].[GroupName]' --output text -``` - -If multiple securityGroups are printed, you will need a more targeted securityGroupSelector. - -**Examples** - -Select all security groups with a specified tag: -``` -spec: - securityGroupSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select security groups by name, or another tag (all criteria must match): -``` - securityGroupSelector: - Name: my-security-group - MySecurityTag: '' # matches all resources with the tag -``` - -Select security groups by name using a wildcard: -``` - securityGroupSelector: - Name: "*Public*" -``` - -Specify security groups explicitly by ID: -```yaml - securityGroupSelector: - aws-ids: "sg-063d7acfb4b06c82c,sg-06e0cf9c198874591" -``` - -### Tags - -Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of AWS tags are listed below. - -``` -Name: karpenter.sh/provisioner-name/ -karpenter.sh/provisioner-name: -kubernetes.io/cluster/: owned -``` - -Additional tags can be added in the AWSNodeTemplate tags section which are merged with and can override the default tag values. -``` -spec: - tags: - InternalAccountingTag: 1234 - dev.corp.net/app: Calculator - dev.corp.net/team: MyTeam -``` - -### Metadata Options - -Control the exposure of [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) on EC2 Instances launched by this provisioner using a generated launch template. - -Refer to [recommended, security best practices](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node) for limiting exposure of Instance Metadata and User Data to pods. - -If metadataOptions are omitted from this provisioner, the following default settings will be used. - -``` -spec: - metadataOptions: - httpEndpoint: enabled - httpProtocolIPv6: disabled - httpPutResponseHopLimit: 2 - httpTokens: required -``` - -### Amazon Machine Image (AMI) Family - -The AMI used when provisioning nodes can be controlled by the `amiFamily` field. Based on the value set for `amiFamily`, Karpenter will automatically query for the appropriate [EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) via AWS Systems Manager (SSM). When an `amiFamily` of `Custom` is chosen, then an `amiSelector` must be specified that informs Karpenter on which custom AMIs are to be used. - -Currently, Karpenter supports `amiFamily` values `AL2`, `Bottlerocket`, `Ubuntu` and `Custom`. GPUs are only supported with `AL2` and `Bottlerocket`. - -Note: If a custom launch template is specified, then the AMI value in the launch template is used rather than the `amiFamily` value. - - -``` -spec: - amiFamily: Bottlerocket -``` - -### Block Device Mappings - -The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs. - -Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -spec: - blockDeviceMappings: - - deviceName: /dev/xvda - ebs: - volumeSize: 100Gi - volumeType: gp3 - iops: 10000 - encrypted: true - kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" - deleteOnTermination: true - throughput: 125 - snapshotID: snap-0123456789 -``` - -### UserData - -You can control the UserData that needs to be applied to your worker nodes via this field. Review the [Custom UserData documentation](../operating-systems/) to learn the necessary steps -If you need to specify a launch template in addition to UserData, then review the [Launch Template documentation](../launch-templates/) instead and utilize the `spec.providerRef.launchTemplate` field. - -### AMISelector - -AMISelector is used to configure custom AMIs for Karpenter to use, where the AMIs are discovered through [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html), similar to `subnetSelector`. This field is optional, and Karpenter will use the latest EKS-optimized AMIs if an amiSelector is not specified. - -EC2 AMIs may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -EC2 AMI IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -* When launching nodes, Karpenter automatically determines which architecture a custom AMI is compatible with and will use images that match an instanceType's requirements. -* If multiple AMIs are found that can be used, Karpenter will randomly choose any one. -* If no AMIs are found that can be used, then no nodes will be provisioned. - -For additional data on how UserData is configured for Custom AMIs, and how more requirements can be specified for custom AMIs, follow [this documentation](../operating-systems/#custom-amis). - -**Examples** - -Select all AMIs with a specified tag: -``` - amiSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select AMIs by name: -``` - amiSelector: - Name: my-ami -``` - -Select AMIs by an arbitrary AWS tag key/value pair: -``` - amiSelector: - MyAMITag: value -``` - -Specify AMIs explicitly by ID: -```yaml - amiSelector: - aws-ids: "ami-123,ami-456" -``` - -## AWS Specific Labels - -The AWS cloud provider adds several labels to nodes that describe the node resources to make filtering instance types easier. These work at either the provisioner level as requirements or the pod level as node selectors or node affinities. The complete list, including the instance types they are applied to, is available in the [Instance Types](../instance-types/) documentation. A sampling of these include: -- `karpenter.k8s.aws/instance-cpu` -- `karpenter.k8s.aws/instance-memory` -- `karpenter.k8s.aws/instance-gpu-name` - -The `karpenter.k8s.aws/instance-cpu` and `karpenter.k8s.aws/instance-memory` values are numeric which also allows constructing requirements for them using the `Gt` and `Lt` operators. - -The standard rules for `Gt` and `Lt` apply: - -1. There can be only one value in the requirement -2. The value must be an integer - -These requirements can be useful to select nodes of a particular "shape". For example the following filters out all instance types with more than 8 CPUs or more than 16 GiB of memory: - -```yaml - - key: karpenter.k8s.aws/instance-cpu - operator: Lt - values: - - "9" - - key: karpenter.k8s.aws/instance-memory - operator: Lt - values: - - "16385" -``` - -A requirement that specifies a specific value for `karpenter.k8s.aws/instance-gpu-name` can be used to select for all instance types that have a particular GPU type. - -```yaml - - key: karpenter.k8s.aws/instance-gpu-name - operator: In - values: - - "v100" -``` - -## Other Resources - -### Accelerators, GPU - -Accelerator (e.g., GPU) values include -- `nvidia.com/gpu` -- `amd.com/gpu` -- `aws.amazon.com/neuron` - -Karpenter supports accelerators, such as GPUs. - - -Additionally, include a resource requirement in the workload manifest. This will cause the GPU dependent pod to be scheduled onto the appropriate node. - -Here is an example of an accelerator resource in a workload manifest (e.g., pod): - -```yaml -spec: - template: - spec: - containers: - - resources: - limits: - nvidia.com/gpu: "1" -``` -{{% alert title="Note" color="primary" %}} -If you are provisioning GPU nodes, you need to deploy an appropriate GPU device plugin daemonset for those nodes. -Without the daemonset running, Karpenter will not see those nodes as initialized. -Refer to general [Kubernetes GPU](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#deploying-amd-gpu-device-plugin) docs and the following specific GPU docs: -* `nvidia.com/gpu`: [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) -* `amd.com/gpu`: [AMD GPU device plugin for Kubernetes](https://github.com/RadeonOpenCompute/k8s-device-plugin) -* `aws.amazon.com/neuron`: [Kubernetes environment setup for Neuron](https://github.com/aws-neuron/aws-neuron-sdk/tree/master/src/k8) -{{% /alert %}} diff --git a/website/content/en/v0.18.1/_index.md b/website/content/en/v0.18.1/_index.md deleted file mode 100755 index 909e8c985cb7..000000000000 --- a/website/content/en/v0.18.1/_index.md +++ /dev/null @@ -1,40 +0,0 @@ - ---- -title: "Documentation" -linkTitle: "Docs" -weight: 20 -cascade: - type: docs - tags: - - preview ---- -Karpenter is an open-source node provisioning project built for Kubernetes. -Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that cluster. -Karpenter works by: - -* **Watching** for pods that the Kubernetes scheduler has marked as unschedulable -* **Evaluating** scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods -* **Provisioning** nodes that meet the requirements of the pods -* **Removing** the nodes when the nodes are no longer needed - -As someone using Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running (see [Getting Started]({{}})), you can: - -* **Set up provisioners**: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values. -Provisioner-level constraints related to Kubernetes and your cloud provider (AWS, for example) include: - - - Taints (`taints`): Identify taints to add to provisioned nodes. If a pod doesn't have a matching toleration for the taint, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Labels (`labels`): Apply arbitrary key-value pairs to nodes that can be matched by pods. - - Requirements (`requirements`): Set acceptable (`In`) and unacceptable (`Out`) Kubernetes and Karpenter values for node provisioning based on [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/) and [cloud-specific settings]({{}}). These can include [instance types](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type), [zones](https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone), [computer architecture](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-arch), and [capacity type]({{}}) (such as AWS spot or on-demand). - - Limits (`limits`): Lets you set limits on the total CPU and Memory that can be used by the cluster, effectively stopping further node provisioning when those limits have been reached. - -* **Deploy workloads**: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. Use any of the following Pod spec constraints when you deploy pods: - - - Resources (`resources`): Make requests and set limits for memory and CPU for a Pod. See [Requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits) for details. - - Nodes (`nodeSelector`): Use [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) to ask to match a node that includes one or more selected key-value pairs. These can be arbitrary labels you define, Kubernetes well-known labels, or Karpenter labels. - - Node affinity (`NodeAffinity`): Set [nodeAffinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) to have the Pod run on nodes that have matching `nodeSelectorTerms` set or not set. Matching affinity can be a particular operating system or zone. You can set the node affinity to be required or simply preferred. `NotIn` and `DoesNotExist` allow you to define node anti-affinity behavior. - - Pod affinity and anti-affinity (`podAffinity/podAntiAffinity`): Choose to run a pod on a node based on whether certain pods are running (`podAffinity`) or not running (`podAntiAffinity`) on the node. See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) for details. - - Tolerations (`tolerations`): Identify that a pod must match (tolerate) a taint on a node before the pod will run on it. Without the toleration, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Topology spread (`topologySpreadConstraints`): Request that pods be spread across zones (`topology.kubernetes.io/zone`) or hosts (`kubernetes.io/hostname`), or cloud provider capacity types (`karpenter.sh/capacity-type`). See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - - Persistent volume topology: Indicate that the Pod has a storage requirement that requires a node running in a particular zone that can make that storage available to the node. - -Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.18.1/concepts/_index.md b/website/content/en/v0.18.1/concepts/_index.md deleted file mode 100644 index 70bc1e2589b5..000000000000 --- a/website/content/en/v0.18.1/concepts/_index.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -title: "Concepts" -linkTitle: "Concepts" -weight: 35 -description: > - Understand key concepts of Karpenter ---- - -Users fall under two basic roles: Kubernetes cluster administrators and application developers. -This document describes Karpenter concepts through the lens of those two types of users. - -## Cluster administrator - -As a Kubernetes cluster administrator, you can engage with Karpenter to: - -* Install Karpenter -* Configure provisioners to set constraints and other features for managing nodes -* Deprovision nodes -* Upgrade nodes - -Concepts associated with this role are described below. - - -### Installing Karpenter - -Karpenter is designed to run on a node in your Kubernetes cluster. -As part of the installation process, you need credentials from the underlying cloud provider to allow nodes to be started up and added to the cluster as they are needed. - -[Getting Started with Karpenter on AWS](../getting-started) -describes the process of installing Karpenter on an AWS cloud provider. -Because requests to add and delete nodes and schedule pods are made through Kubernetes, AWS IAM Roles for Service Accounts (IRSA) are needed by your Kubernetes cluster to make privileged requests to AWS. -For example, Karpenter uses AWS IRSA roles to grant the permissions needed to describe EC2 instance types and create EC2 instances. - -Once privileges are in place, Karpenter is deployed with a Helm chart. - -### Configuring provisioners - -Karpenter's job is to add nodes to handle unschedulable pods, schedule pods on those nodes, and remove the nodes when they are not needed. -To configure Karpenter, you create *provisioners* that define how Karpenter manages unschedulable pods and expires nodes. -Here are some things to know about the Karpenter provisioner: - -* **Unschedulable pods**: Karpenter only attempts to schedule pods that have a status condition `Unschedulable=True`, which the kube scheduler sets when it fails to schedule the pod to existing capacity. - -* **Provisioner CR**: Karpenter defines a Custom Resource called a Provisioner to specify provisioning configuration. -Each provisioner manages a distinct set of nodes, but pods can be scheduled to any provisioner that supports its scheduling constraints. -A provisioner contains constraints that impact the nodes that can be provisioned and attributes of those nodes (such timers for removing nodes). -See [Provisioner API](../provisioner) for a description of settings and the [Provisioning](../tasks/provisioning) task for provisioner examples. - -* **Well-known labels**: The provisioner can use well-known Kubernetes labels to allow pods to request only certain instance types, architectures, operating systems, or other attributes when creating nodes. -See [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) for details. -Keep in mind that only a subset of these labels are supported in Karpenter, as described later. - -* **Deprovisioning nodes**: A provisioner can also include time-to-live values to indicate when nodes should be deprovisioned after a set amount of time from when they were created or after they becomes empty of deployed pods. - -* **Multiple provisioners**: Multiple provisioners can be configured on the same cluster. -For example, you might want to configure different teams on the same cluster to run on completely separate capacity. -One team could run on nodes using BottleRocket, while another uses EKSOptimizedAMI. - -Although most use cases are addressed with a single provisioner for multiple teams, multiple provisioners are useful to isolate nodes for billing, use different node constraints (such as no GPUs for a team), or use different deprovisioning settings. - -### Deprovisioning nodes - -Karpenter deletes nodes when they are no longer needed. - -* **Finalizer**: Karpenter places a finalizer bit on each node it creates. -When a request comes in to delete one of those nodes (such as a TTL or a manual `kubectl delete node`), Karpenter will cordon the node, drain all the pods, terminate the EC2 instance, and delete the node object. -Karpenter handles all clean-up work needed to properly delete the node. -* **Node Expiry**: If a node expiry time-to-live value (`ttlSecondsUntilExpired`) is reached, that node is drained of pods and deleted (even if it is still running workloads). -* **Empty nodes**: When the last workload pod running on a Karpenter-managed node is gone, the node is annotated with an emptiness timestamp. -Once that "node empty" time-to-live (`ttlSecondsAfterEmpty`) is reached, finalization is triggered. -* **Consolidation**: If enabled, Karpenter will work to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. - -For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](../tasks/deprovisioning) for details. - -### Upgrading nodes - -A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`. -Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest [EKS Optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) or the AMI specified in the `$LATEST` version of your launch template. - -Understanding the following concepts will help you in carrying out the tasks just described. - -### Constraints - -The concept of layered constraints is key to using Karpenter. -With no constraints defined in provisioners and none requested from pods being deployed, Karpenter chooses from the entire universe of features available to your cloud provider. -Nodes can be created using any instance type and run in any zones. - -An application developer can tighten the constraints defined in a provisioner by the cluster administrator by defining additional scheduling constraints in their pod spec. -Refer to the description of Karpenter constraints in the Application Developer section below for details. - -### Scheduling - -Karpenter schedules pods that the Kubernetes scheduler has marked unschedulable. -After solving scheduling constraints and launching capacity, Karpenter creates the Node object and waits for kube-scheduler to bind the pod. -This stateless approach helps to avoid race conditions and improves performance. -If something is wrong with the launched node, Kubernetes will automatically migrate the pods to a new node. - -Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well. -This is useful if there is additional room in the node due to imperfect packing shape or because workloads finish over time. - -### Cloud provider -Karpenter makes requests to provision new nodes to the associated cloud provider. -The first supported cloud provider is AWS, although Karpenter is designed to work with other cloud providers. -Separating Kubernetes and AWS-specific settings allows Karpenter a clean path to integrating with other cloud providers. - -While using Kubernetes well-known labels, the provisioner can set some values that are specific to the cloud provider. -So, for example, to include a certain instance type, you could use the Kubernetes label `node.kubernetes.io/instance-type`, but set its value to an AWS instance type (such as `m5.large` or `m5.2xlarge`). - -### Consolidation - -If consolidation is enabled for a provisioner, Karpenter attempts to reduce the overall cost of the nodes launched by that provisioner if workloads have changed in two ways: -- Node Deletion -- Node Replacement - -To perform these actions, Karpenter simulates all pods being evicted from a candidate node and then looks at the results of the scheduling simulation to determine if those pods can run on a combination of existing nodes in the cluster and a new cheaper node. This operation takes into consideration all scheduling constraints placed on your workloads and provisioners (e.g. taints, tolerations, node selectors, inter-pod affinity, etc). - -If as a result of the scheduling simulation all pods can run on existing nodes, the candidate node is simply deleted. If all pods can run on a combination of existing nodes and a cheaper node, we launch the cheaper node and delete the candidate node which causes the pods to be evicted and re-created by their controllers in order to be rescheduled. - -For Node Replacement to work well, your provisioner must allow selecting from a variety of instance types with varying amounts of allocatable resources. Consolidation will only consider launching nodes using instance types which are allowed by your provisioner. - -### Kubernetes cluster autoscaler -Like Karpenter, [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) is -designed to add nodes when requests come in to run pods that cannot be met by current capacity. -Cluster autoscaler is part of the Kubernetes project, with implementations by most major Kubernetes cloud providers. -By taking a fresh look at provisioning, Karpenter offers the following improvements: - -* **Designed to handle the full flexibility of the cloud**: -Karpenter has the ability to efficiently address the full range of instance types available through AWS. -Cluster autoscaler was not originally built with the flexibility to handle hundreds of instance types, zones, and purchase options. - -* **Group-less node provisioning**: Karpenter manages each instance directly, without use of additional orchestration mechanisms like node groups. -This enables it to retry in milliseconds instead of minutes when capacity is unavailable. -It also allows Karpenter to leverage diverse instance types, availability zones, and purchase options without the creation of hundreds of node groups. - -## Application developer - -As someone deploying pods that might be evaluated by Karpenter, you should know how to request the properties that your pods need of its compute resources. -Karpenter's job is to efficiently assess and choose compute assets based on requests from pod deployments. -These can include basic Kubernetes features or features that are specific to the cloud provider (such as AWS). - -Layered *constraints* are applied when a pod makes requests for compute resources that cannot be met by current capacity. -A pod can specify `nodeAffinity` (to run in a particular zone or instance type) or a `topologySpreadConstraints` spread (to cause a set of pods to be balanced across multiple nodes). -The pod can specify a `nodeSelector` to run only on nodes with a particular label and `resource.requests` to ensure that the node has enough available memory. - -The Kubernetes scheduler tries to match those constraints with available nodes. -If the pod is unschedulable, Karpenter creates compute resources that match its needs. -When Karpenter tries to provision a node, it analyzes scheduling constraints before choosing the node to create. - -As long as the requests are not outside of the provisioner's constraints, -Karpenter will look to best match the request, comparing the same well-known labels defined by the pod's scheduling constraints. -Note that if the constraints are such that a match is not possible, the pod will remain unscheduled. - -So, what constraints can you use as an application developer deploying pods that could be managed by Karpenter? - -Kubernetes features that Karpenter supports for scheduling pods include nodeAffinity and [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). -It also supports [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/), [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/), and [inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity). - -From the Kubernetes [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) page, -you can see a full list of Kubernetes labels, annotations and taints that determine scheduling. -Those that are implemented in Karpenter include: - -* **kubernetes.io/arch**: For example, kubernetes.io/arch=amd64 -* **node.kubernetes.io/instance-type**: For example, node.kubernetes.io/instance-type=m3.medium -* **topology.kubernetes.io/zone**: For example, topology.kubernetes.io/zone=us-east-1c - -For more on how, as a developer, you can add constraints to your pod deployment, see [Scheduling](../tasks/scheduling/) for details. diff --git a/website/content/en/v0.18.1/contributing/_index.md b/website/content/en/v0.18.1/contributing/_index.md deleted file mode 100644 index 10bb749d39dc..000000000000 --- a/website/content/en/v0.18.1/contributing/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contributing" -linkTitle: "Contributing" -weight: 100 -description: > - Learn about how to contribute to Karpenter ---- diff --git a/website/content/en/v0.18.1/contributing/design-guide.md b/website/content/en/v0.18.1/contributing/design-guide.md deleted file mode 100644 index b95b992c1f4c..000000000000 --- a/website/content/en/v0.18.1/contributing/design-guide.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Design Guide" -linkTitle: "Design Guide" -weight: 20 -description: > - Read this before making large changes to Karpenter ---- - -Technical designs are essential to building robust, intuitive, and performant products that delight users. Writing a design can accelerate decision making and avoid wasting time on an implementation that never lands. But what makes a good design? These guidelines were authored with the Karpenter community in mind, but apply broadly to the development of Kubernetes Operators. - -Designs don’t have to be long or formal, and should match the scope of the problem they’re trying to solve. - -* Are there multiple potential solutions? -* Will users need to be aware of the changes? -* Would it be painful to discard a rejected implementation? -* When in doubt, write a 1 pager. - -## Tell a Story - -A design is a story that connects a user need with a technical direction that solves the need. Designs come in all shapes and sizes, and this document intentionally avoids prescribing a one-size-fits-all template. There’s no substitute for an author thinking deeply about a problem space, and mapping that to a clear story that walks readers through the ideas and helps them reason about a solution space. Keep readers engaged with concise language and make every word count. - -Your story should include, - -* [Context] Include some technical background that helps readers think about your idea in context -* [Problem] Clearly identify the problem to be solved and some guiding principles to help think about the solutions -* [Solutions] Talk through different potential solutions and their tradeoffs. Include diagrams to clarify concepts -* [Recommendation] Make a recommendation, but don’t be overly invested in it - -The best way to improve your story telling skills is to write and review designs. Seek inspiration from recent designs in the project as well as from other domains. Focus on your audience and continuously reread and refine your design with their perspective in mind. - -## Gather Broad Feedback - -The bigger the change, the more likely your design will have broader implications than intended. Be vocal about design ideas as they’re explored and run them by engineering leaders in relevant systems. Surface your design ideas at the Karpenter working group, or asynchronously on the [Kubernetes Slack channel for Karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K). - -The Kubernetes community is also a valuable source of feedback from both users and Kubernetes developers. Does your design touch scoped owned by any Kubernetes SIGs? Consider discussing the design ideas at the SIG or in their slack channel. Socializing high level ideas before the review gives your audience more time to think about possible interactions with existing and future systems. - -It can be tempting to rush to solutions that unblock user adoption or ease user pain, but the wrong solution can have a greater negative impact on users than it solves. It’s impossible to know all future use cases and how your design choices may impact them, but the more thorough your investigation, the more likely your solution is to deliver long term value. - -## Simple Solutions to Complex Problems - -The best solutions are invisible to users and “Just Work™”. It’s easy to forget that users have business problems to focus on and each parameter and behavior your design introduces increases user cognitive load. Pragmatically, it’s not always possible to meet the broad requirements of Kubernetes without providing options, but solution spaces typically include a spectrum of configuration complexity. Recognize that a solution for one user segment may be directly at odds with another or create long term technical debt for the project. Often, requirements only exist to workaround bugs or missing features in related systems. Deep dive requirements until you’re certain they’re necessary and ensure each bit of complexity justifies its existence. - -## Common Gotchas - -### Does your change introduce new APIs? - -APIs are notoriously hard to get right and even harder to change. Kubernetes defines an [api deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) that helps systems make backwards incompatible changes to APIs before graduating to a stable API with compatibility guarantees. Once an API is stable, features are typically via [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/), which allows for experimentation and deprecation. - -Think about how your API changes impact existing parameters and their deprecation policies. Consider how the user interacts with the product as a whole and if the feature supersedes or overlaps with existing concepts. Weigh the costs of deprecating existing features to the benefit of simplifying the product for all future users. The answer will change depending on the maturity of the product and breadth of adoption. - -Build minimal and maintainable APIs by: - -* Push back on requirements that introduces concepts for all users to solve problems for a few. -* Identify an opinionated default that solves the majority of use cases. -* Delay introducing a parameter into your API surface until users demand it; you can always add it later. -* Rely on existing concepts and idioms from the Kubernetes ecosystem. Look to [Kubernetes APIs](https://pkg.go.dev/k8s.io/api/core/v1) and projects like [Tekton](https://github.com/tektoncd/cli), [Knative](https://github.com/knative/serving), and [ACK](https://github.com/aws-controllers-k8s) and find concepts that will be familiar to users. -* Take advantage of opportunities to refine APIs while the impact of backwards incompatibility is small - -### Does your change behave differently with different cloud providers? - -Kubernetes is an open standard that users rely on to work across vendors. Users care deeply about this, as it minimizes the technical complexity to operate in different environments. Identify whether or not your feature varies across cloud providers or are bespoke to a specific provider. For some features, it’s possible to rely on existing vendor neutral abstractions. For others, it’s possible to define a neutral abstraction that cloud providers can implement. - -Achieving consensus for new neutral concepts is hard. Often, the best path is to demonstrate value on a single vendor, and work to achieve neutrality as a followup effort. Be cautious about introducing or changing vendor neutral interfaces, as it will require changes from all providers. Similarly, invest heavily in getting these interfaces right in the early stages. As projects mature, these interfaces are rarely changed. - -### Does your change expose details users may rely on? - -Kubernetes based systems often use a layered architectural pattern that exposes underlying layers of abstraction. This approach enables broad extensibility and allows other systems to integrate at multiple layers of the stack. For example, Karpenter creates EC2 instances in your AWS account. This enables you to view logs or react to their creation with other automation without requiring any features from Karpenter. However, Karpenter also applies specific EC2 tags to the EC2 instances. Are the tags an implementation detail or an interface? What can you change without breaking compatibility? - -Be intentional and explicit about the interface and implementation of your design and ensure that this is communicated to users. If implementation details are exposed through other APIs, expect users to rely on them as an interface unless told otherwise. In general, aim to minimize the project’s interface to maximize future flexibility. - -### Does your change have a risk of breaking an undocumented invariant? - -Systems often contain mechanisms that are implicitly assumed as invariant, but may not be obvious, especially over time. Existing mechanisms may not be extensible enough to support your design, and may require them to be rewritten as part of the design scope. Be aware that regression tests never have complete coverage and well intentioned engineers thought carefully about how things were done before your requirements. - -* Identify the fundamental reason the existing mechanism is insufficient and be able to explain it in plain terms. -* Separate the new mechanism from the new feature that relies on it. -* Clean up after yourself and avoid getting stuck halfway between old and new mechanisms. - -### Does your change impact performance? - -Users have high expectations for performance on Kubernetes. Karpenter is especially sensitive, as it has the potential to impact application availability during traffic spikes. Think about how your solution scales, and look for opportunities to improve performance at the design level. Often, good designs don’t require trading-off a great UX for performance. Make it work, make it fast, make it pretty. - -* Beware code that scales linearly with pods or nodes. Milliseconds in testing turn into seconds at scale. -* Cloud provider read APIs can have surprisingly high latency and low limits, use caching to minimize calls. -* Increases to memory and CPU usage increase capex cost for operators. Profile and optimize your implementations. diff --git a/website/content/en/v0.18.1/contributing/development-guide.md b/website/content/en/v0.18.1/contributing/development-guide.md deleted file mode 100644 index c32c8323d47d..000000000000 --- a/website/content/en/v0.18.1/contributing/development-guide.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Development Guide" -linkTitle: "Development Guide" -weight: 80 -description: > - Set up a Karpenter development environment ---- - -## Dependencies - -The following tools are required for contributing to the Karpenter project. - -| Package | Version | Install | -| ------------------------------------------------------------------ | -------- | ---------------------------------------------- | -| [go](https://golang.org/dl/) | v1.18+ | [Instructions](https://golang.org/doc/install) | -| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` | -| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` | -| Other tools | | `make toolchain` | - -## Developing - -### Setup / Teardown - -Based on how you are running your Kubernetes cluster, follow the [Environment specific setup](#environment-specific-setup) to configure your environment before you continue. You can choose to either run the Karpenter controller locally on your machine, pointing to the Kubernetes cluster specified in your `~/.kube/config` or inside the Kubernetes cluster specified in your `~/.kube/config` deployed with [Helm](https://helm.sh/). - -#### Locally - -Once you have your environment set up, run the following commands to run the Karpenter Go binary against the Kubernetes cluster specified in your `~/.kube/config` - -```bash -make run -``` - -#### Inside a Kubernetes Cluster - -Once you have your environment set up, to install Karpenter in the Kubernetes cluster specified in your `~/.kube/config` run the following commands. - -```bash -make apply # Install Karpenter -make delete # Uninstall Karpenter -``` - -### Developer Loop - -* Make sure dependencies are installed - * Run `make codegen` to make sure yaml manifests are generated - * Run `make toolchain` to install cli tools for building and testing the project -* You will need a personal development image repository (e.g. ECR) - * Make sure you have valid credentials to your development repository. - * `$KO_DOCKER_REPO` must point to your development repository - * Your cluster must have permissions to read from the repository - -### Build and Deploy - -*Note: these commands do not rely on each other and may be executed independently* - -```bash -make apply # quickly deploy changes to your cluster -make dev # run codegen, lint, and tests -``` - -If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run - -```bash -make build # build and push the karpenter images -``` - -### Testing - -```bash -make test # E2E correctness tests -make battletest # More rigorous tests run in CI environment -``` - -### Change Log Level - -```bash -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level -``` - -### Debugging Metrics - -OSX: - -```bash -open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -Linux: - -```bash -gio open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -### Tailing Logs - -While you can tail Karpenter's logs with kubectl, there's a number of tools out there that enhance the experience. We recommend [Stern](https://pkg.go.dev/github.com/planetscale/stern#section-readme): - -```bash -stern -n karpenter -l app.kubernetes.io/name=karpenter -``` - -## Environment specific setup - -### AWS - -For local development on Karpenter you will need a Docker repo which can manage your images for Karpenter components. -You can use the following command to provision an ECR repository. - -```bash -aws ecr create-repository \ - --repository-name karpenter/controller \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -aws ecr create-repository \ - --repository-name karpenter/webhook \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -``` - -Once you have your ECR repository provisioned, configure your Docker daemon to authenticate with your newly created repository. - -```bash -export KO_DOCKER_REPO="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/karpenter" -aws ecr get-login-password --region "${AWS_DEFAULT_REGION}" | docker login --username AWS --password-stdin "${KO_DOCKER_REPO}" -``` - -Finally, to deploy the correct IAM permissions, including the instance profile for provisioned nodes, run - -```bash -make setup -``` - -## Profiling memory -Karpenter exposes a pprof endpoint on its metrics port. - -Learn about profiling with pprof: https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ - -### Prerequisites -``` -brew install graphviz -go install github.com/google/pprof@latest -``` - -### Get a profile -``` -# Connect to the metrics endpoint -kubectl port-forward service/karpenter -n karpenter 8080 -open http://localhost:8080/debug/pprof/ -# Visualize the memory -go tool pprof -http 0.0.0.0:9000 localhost:8080/debug/pprof/heap -``` diff --git a/website/content/en/v0.18.1/contributing/working-group.md b/website/content/en/v0.18.1/contributing/working-group.md deleted file mode 100644 index c0910e6e9657..000000000000 --- a/website/content/en/v0.18.1/contributing/working-group.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Working Group" -linkTitle: "Working Group" -weight: 10 -description: > - Join the Karpenter Working Group ---- - -Karpenter's community is open to everyone. - -- All invites are managed through our [Calendar](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ). -- Alternatively, you can use our [iCal Export](https://calendar.google.com/calendar/ical/7qfdeof5hebdf6i2rk2jeg5jbk%40group.calendar.google.com/public/basic.ics) to add the events to Outlook or other email providers. -- Add future questions or read past discussions in our [Working Group Log](https://docs.google.com/document/d/18BT0AIMugpNpiSPJNlcAL2rv69yAE6Z06gUVj7v_clg). diff --git a/website/content/en/v0.18.1/faq.md b/website/content/en/v0.18.1/faq.md deleted file mode 100644 index 6763def8ff88..000000000000 --- a/website/content/en/v0.18.1/faq.md +++ /dev/null @@ -1,179 +0,0 @@ ---- -title: "FAQs" -linkTitle: "FAQs" -weight: 90 -description: > - Review Karpenter Frequently Asked Questions ---- -## General - -### How does a provisioner decide to manage a particular node? -See [Configuring provisioners]({{< ref "./concepts/#configuring-provisioners" >}}) for information on how Karpenter provisions and manages nodes. - -### What cloud providers are supported? -AWS is the first cloud provider supported by Karpenter, although it is designed to be used with other cloud providers as well. -See [Cloud provider]({{< ref "./concepts/#cloud-provider" >}}) for details. - -### 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/tree{{< githubRelRef >}}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? -By default, Karpenter uses Amazon Linux 2 images. - -### Can I provide my own custom operating system images? -Karpenter has multiple mechanisms for configuring the [operating system]({{< ref "./aws/operating-systems/" >}}) for your nodes. - -### Can Karpenter deal with workloads for mixed architecture cluster (arm vs. amd)? -Karpenter is flexible to multi architecture configurations using [well known labels]({{< ref "./tasks/scheduling.md">}}). - -### What RBAC access is required? -All of the required RBAC rules can be found in the helm chart template. -See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}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. - -## Compatibility - -### Which versions of Kubernetes does Karpenter support? -Karpenter is tested with Kubernetes v1.20-v1.24. - -### What Kubernetes distributions are supported? -Karpenter documents integration with a fresh install of the latest AWS Elastic Kubernetes Service (EKS). -Existing EKS distributions can be used, but this use case has not yet been documented. -Other Kubernetes distributions (KOPs, etc.) can be used, but setting up cloud provider permissions for those distributions has not been documented. - -### How does Karpenter interact with AWS node group features? -Provisioners are designed to work alongside static capacity management solutions like EKS Managed Node Groups and EC2 Auto Scaling Groups. -You can manage all capacity using provisioners, use a mixed model with dynamic and statically managed capacity, or use a fully static approach. -We expect most users will use a mixed approach in the near term and provisioner-managed in the long term. - - -### How does Karpenter interact with Kubernetes features? -* Kubernetes Cluster Autoscaler: Karpenter can work alongside cluster autoscaler. -See [Kubernetes cluster autoscaler]({{< ref "./concepts/#kubernetes-cluster-autoscaler" >}}) for details. -* Kubernetes Scheduler: Karpenter focuses on scheduling pods that the Kubernetes scheduler has marked as unschedulable. -See [Scheduling]({{< ref "./concepts/#scheduling" >}}) for details on how Karpenter interacts with the Kubernetes scheduler. - -## Provisioning - -### What features does the Karpenter provisioner support? -See [Provisioner API]({{< ref "./provisioner" >}}) for provisioner examples and descriptions of features. - -### Can I create multiple (team-based) provisioners on a cluster? -Yes, provisioners can identify multiple teams based on labels. -See [Provisioner API]({{< ref "./provisioner" >}}) for details. - -### If multiple provisioners are defined, which will my pod use? - -Pending pods will be handled by any Provisioner that matches the requirements of the pod. -There is no ordering guarantee if multiple provisioners match pod requirements. -We recommend that Provisioners are setup to be mutually exclusive. -Read more about this recommendation in the [EKS Best Practices Guide for Karpenter](https://aws.github.io/aws-eks-best-practices/karpenter/#create-provisioners-that-are-mutually-exclusive). -To select a specific provisioner, use the node selector `karpenter.sh/provisioner-name: my-provisioner`. - -### How can I configure Karpenter to only provision pods for a particular namespace? - -There is no native support for namespaced based provisioning. -Karpenter can be configured to provision a subset of pods based on a combination of taints/tolerations and node selectors. -This allows Karpenter to work in concert with the `kube-scheduler` in that the same mechanisms that `kube-scheduler` uses to determine if a pod can schedule to an existing node are also used for provisioning new nodes. -This avoids scenarios where pods are bound to nodes that were provisioned by Karpenter which Karpenter would not have bound itself. -If this were to occur, a node could remain non-empty and have its lifetime extended due to a pod that wouldn't have caused the node to be provisioned had the pod been unschedulable. - -We recommend using Kubernetes native scheduling constraints to achieve namespace based scheduling segregation. Using native scheduling constraints ensures that Karpenter, `kube-scheduler` and any other scheduling or auto-provisioning mechanism all have an identical understanding of which pods can be scheduled on which nodes. This can be enforced via policy agents, an example of which can be seen [here](https://blog.mikesir87.io/2022/01/creating-tenant-node-pools-with-karpenter/). - -### Can I add SSH keys to a provisioner? - -Karpenter does not offer a way to add SSH keys via provisioners or secrets to the nodes it manages. -However, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "./troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. - -Though not recommended, if you need to access Karpenter-managed nodes without AWS credentials, you can add SSH keys using AWSNodeTemplate. -See [Custom User Data]({{< ref "./aws/operating-systems/" >}}) for details. - -### Can I set total limits of CPU and memory for a provisioner? -Yes, the setting is provider-specific. -See examples in [Accelerators, GPU]({{< ref "./aws/provisioning/#accelerators-gpu" >}}) Karpenter documentation. - -### Can I mix spot and on-demand EC2 run types? -Yes, see [Example Provisioner Resource]({{< ref "./provisioner/#example-provisioner-resource" >}}) for an example. - -### Can I restrict EC2 instance types? - -* Attribute-based requests are currently not possible. -* You can select instances with special hardware, such as gpu. - -### Can I use Bare Metal instance types? - -Yes, Karpenter supports provisioning metal instance types when a Provisioner's `node.kubernetes.io/instance-type` Requirements only include `metal` instance types. If other instance types fulfill pod requirements, then Karpenter will prioritize all non-metal instance types before metal ones are provisioned. - -### How does Karpenter dynamically select instance types? - -Karpenter batches pending pods and then binpacks them based on CPU, memory, and GPUs required, taking into account node overhead, VPC CNI resources required, and daemon sets that will be packed when bringing up a new node. -By default Karpenter uses all available instance types, but it can be constrained in the provisioner spec with the [instance-type](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type) well-known label in the requirements section. -After the pods are binpacked on the most efficient instance type (i.e. the smallest instance type that can fit the pod batch), Karpenter takes 19 other instance types that are larger than the most efficient packing, and passes all 20 instance type options to an API called Amazon EC2 Fleet. -The EC2 fleet API attempts to provision the instance type based on a user-defined allocation strategy. -If you are using the on-demand capacity type, then Karpenter uses the `lowest-price` allocation strategy. -So fleet will provision the lowest price instance type it can get from the 20 Karpenter passed it. -If the instance type is unavailable for some reason, then fleet will move on to the next cheapest instance type. -If you are using the spot capacity type, Karpenter uses the capacity-optimized-prioritized allocation strategy which tells fleet to find the instance type that EC2 has the most capacity of which will decrease the probability of a spot interruption happening in the near term. -See [Choose the appropriate allocation strategy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html#ec2-fleet-allocation-use-cases) for information on fleet optimization. - -### What if there is no Spot capacity? Will Karpenter use On-Demand? - -The best defense against running out of Spot capacity is to allow Karpenter to provision as many different instance types as possible. -Even instance types that have higher specs, e.g. vCPU, memory, etc., than what you need can still be cheaper in the Spot market than using On-Demand instances. -When Spot capacity is constrained, On-Demand capacity can also be constrained since Spot is fundamentally spare On-Demand capacity. -Allowing Karpenter to provision nodes from a large, diverse set of instance types will help you to stay on Spot longer and lower your costs due to Spot’s discounted pricing. -Moreover, if Spot capacity becomes constrained, this diversity will also increase the chances that you’ll be able to continue to launch On-Demand capacity for your workloads. - -If your Karpenter Provisioner specifies flexibility to both Spot and On-Demand capacity, Karpenter will attempt to provision On-Demand capacity if there is no Spot capacity available. -However, it’s strongly recommended that you specify at least 20 instance types in your Provisioner (or none and allow Karpenter to pick the best instance types) as our research indicates that this additional diversity increases the chances that your workloads will not need to launch On-Demand capacity at all. -Today, Karpenter will warn you if the number of instances in your Provisioner isn’t sufficiently diverse. - -Technically, Karpenter has a concept of an “offering” for each instance type, which is a combination of zone and capacity type (equivalent in the AWS cloud provider to an EC2 purchase option – Spot or On-Demand). -Whenever the Fleet API returns an insufficient capacity error for Spot instances, those particular offerings are temporarily removed from consideration (across the entire provisioner) so that Karpenter can make forward progress with different options. - -## Workloads - -### How can someone deploying pods take advantage of Karpenter? - -See [Application developer]({{< ref "./concepts/#application-developer" >}}) for descriptions of how Karpenter matches nodes with pod requests. - -### Can I use Karpenter with EBS disks per availability zone? -Yes. See [Persistent Volume Topology]({{< ref "./tasks/scheduling#persistent-volume-topology" >}}) for details. - -### Can I set `--max-pods` on my nodes? -Not yet. - -## Deprovisioning -### How does Karpenter deprovision nodes? -See [Deprovisioning nodes]({{< ref "./tasks/deprovisioning" >}}) for information on how Karpenter deprovisions nodes. - -## Upgrading - -### How do I upgrade Karpenter? -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -Karpenter requires proper permissions in the `KarpenterNode IAM Role` and the `KarpenterController IAM Role`. -To upgrade Karpenter to version `$VERSION`, make sure that the `KarpenterNode IAM Role` and the `KarpenterController IAM Role` have the right permission described in `https://karpenter.sh/$VERSION/getting-started/getting-started-with-eksctl/cloudformation.yaml`. -Next, locate `KarpenterController IAM Role` ARN (i.e., ARN of the resource created in [Create the KarpenterController IAM Role](../getting-started/getting-started-with-eksctl/#create-the-karpentercontroller-iam-role)) and the cluster endpoint, and pass them to the helm upgrade command -{{% script file="./content/en/preview/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgrade-guide/" >}}). - -### Why do I get an `unknown field "startupTaints"` error when creating a provisioner with startupTaints? - -```bash -error: error validating "provisioner.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "startupTaints" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -The `startupTaints` parameter was added in v0.10.0. Helm upgrades do not upgrade the CRD describing the provisioner, so it must be done manually. For specific details, see the [Upgrade Guide]({{< ref "./upgrade-guide/#upgrading-to-v0100" >}}) - -## Consolidation - -### Why do I sometimes see an extra node get launched when updating a deployment that remains empty and is later removed? - -Consolidation packs pods tightly onto nodes which can leave little free allocatable CPU/memory on your nodes. If a deployment uses a deployment strategy with a non-zero `maxSurge`, such as the default 25%, those surge pods may not have anywhere to run. In this case, Karpenter will launch a new node so that the surge pods can run and then remove it soon after if it's not needed. diff --git a/website/content/en/v0.18.1/getting-started/_index.md b/website/content/en/v0.18.1/getting-started/_index.md deleted file mode 100644 index a05eee952a2f..000000000000 --- a/website/content/en/v0.18.1/getting-started/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Getting Started" -linkTitle: "Getting Started" -weight: 10 -description: > - Choose from different methods to get started with Karpenter -cascade: - type: docs ---- - - Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/_index.md b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/_index.md deleted file mode 100644 index 42534e2cec2b..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/_index.md +++ /dev/null @@ -1,195 +0,0 @@ - ---- -title: "Getting Started with eksctl" -linkTitle: "Getting Started with eksctl" -weight: 10 -description: > - Set up Karpenter with an eksctl cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a Helm chart. - -Karpenter requires cloud provider permissions to provision nodes, for AWS IAM -Roles for Service Accounts (IRSA) should be used. IRSA permits Karpenter -(within the cluster) to make privileged requests to AWS (as the cloud provider) -via a ServiceAccount. - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `eksctl` - [the CLI for AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Environment Variables - -After setting up the tools, set the following environment variable to the Karpenter version you -would like to install. - -```bash -export KARPENTER_VERSION=v0.18.1 -``` - -Also set the following environment variables to store commonly used values. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step01-config.sh" language="bash"%}} - -{{% alert title="Warning" color="warning" %}} -If you open a new shell to run steps in this procedure, you need to set some or all of the environment variables again. -To remind yourself of these values, type: - -```bash -echo $KARPENTER_VERSION $CLUSTER_NAME $AWS_DEFAULT_REGION $AWS_ACCOUNT_ID -``` - -{{% /alert %}} - - -### Create a Cluster - -Create a basic cluster with `eksctl`. -Each of the two examples set up an IAM OIDC provider for the cluster to enable IAM roles for pods. -The first uses [AWS EKS managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) for the kube-system and karpenter namespaces, while the second uses Fargate for both namespaces. - -**Example 1: Create basic cluster** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh" language="bash"%}} - -**Example 2: Create basic cluster with Karpenter on Fargate** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh" language="bash"%}} - -Karpenter itself can run anywhere, including on [self-managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/worker.html), [managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) (Example 1), or [AWS Fargate](https://aws.amazon.com/fargate/)(Example 2). - -Karpenter will provision EC2 instances in your account. - -### Create the KarpenterNode IAM Role - -Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. - -First, create the IAM resources using AWS CloudFormation. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh" language="bash"%}} - -Second, grant access to instances using the profile to connect to the cluster. This command adds the Karpenter node role to your aws-auth configmap, allowing nodes with this role to connect to the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh" language="bash"%}} - -Now, Karpenter can launch new EC2 instances and those instances can connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances. This will create an AWS IAM Role, Kubernetes service account, and associate them using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh" language="bash"%}} - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh" language="bash"%}} - -### Install Karpenter Helm Chart - -Use Helm to deploy Karpenter to the cluster. - -Install the chart passing in the cluster details and the Karpenter role ARN. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -#### Deploy a temporary Prometheus and Grafana stack (optional) - -The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboarded to Grafana. They provide a variety of visualization examples on Karpenter metrics. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh" language="bash"%}} - -The Grafana instance may be accessed using port forwarding. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh" language="bash"%}} - -The new stack has only one user, `admin`, and the password is stored in a secret. The following command will retrieve the password. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh" language="bash"%}} - -#### Deploy the AWS Node Termination Handler to handle Spot interruptions gracefully (optional) - -The following commands will deploy the AWS Node Termination Handler as a DaemonSet to run on Spot nodes to handle spot interruption notifications, -spot rebalance recommendations, and EC2 scheduled maintenance events. Learn more about the AWS Node Termination Handler and more advanced configurations -[here](https://github.com/aws/aws-node-termination-handler). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh" language="bash"%}} - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. -This provisioner uses `securityGroupSelector` and `subnetSelector` to discover resources used to launch nodes. -We applied the tag `karpenter.sh/discovery` in the `eksctl` command above. -Depending how these resources are shared between clusters, you may need to use different tagging schemes. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh" language="bash"%}} - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step14-automatic-node-provisioning.sh" language="bash"%}} - -### Automatic Node Termination - -Now, delete the deployment. After 30 seconds (`ttlSecondsAfterEmpty`), -Karpenter should terminate the now empty nodes. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step15-deprovisioning.sh" language="bash"%}} - -### Manual Node Termination - -If you delete a node with kubectl, Karpenter will gracefully cordon, drain, -and shutdown the corresponding instance. Under the hood, Karpenter adds a -finalizer to the node object, which blocks deletion until all pods are -drained and the instance is terminated. Keep in mind, this only works for -nodes provisioned by Karpenter. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step16-delete-node.sh" language="bash"%}} - -## Cleanup - -To avoid additional charges, remove the demo infrastructure from your AWS account. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step17-cleanup.sh" language="bash"%}} diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/cloudformation.yaml b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/cloudformation.yaml deleted file mode 100644 index c091c5c2d807..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/cloudformation.yaml +++ /dev/null @@ -1,66 +0,0 @@ -AWSTemplateFormatVersion: "2010-09-09" -Description: Resources used by https://github.com/aws/karpenter -Parameters: - ClusterName: - Type: String - Description: "EKS cluster name" -Resources: - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: !Sub "KarpenterNodeInstanceProfile-${ClusterName}" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: !Sub "KarpenterNodeRole-${ClusterName}" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: - Type: AWS::IAM::ManagedPolicy - Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - PolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Resource: "*" - Action: - # Write Operations - - ec2:CreateLaunchTemplate - - ec2:CreateFleet - - ec2:RunInstances - - ec2:CreateTags - - ec2:TerminateInstances - - ec2:DeleteLaunchTemplate - # Read Operations - - ec2:DescribeLaunchTemplates - - ec2:DescribeInstances - - ec2:DescribeSecurityGroups - - ec2:DescribeSubnets - - ec2:DescribeImages - - ec2:DescribeInstanceTypes - - ec2:DescribeInstanceTypeOfferings - - ec2:DescribeAvailabilityZones - - ec2:DescribeSpotPriceHistory - - ssm:GetParameter - - pricing:GetProducts - - Effect: Allow - Action: - - iam:PassRole - Resource: !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/KarpenterNodeRole-${ClusterName}" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/grafana-values.yaml b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/grafana-values.yaml deleted file mode 100644 index 950ec0651e4b..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/grafana-values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - version: 1 - url: http://prometheus-server:80 - access: proxy -dashboardProviders: - dashboardproviders.yaml: - apiVersion: 1 - providers: - - name: 'default' - orgId: 1 - folder: '' - type: file - disableDeletion: false - editable: true - options: - path: /var/lib/grafana/dashboards/default -dashboards: - default: - capacity-dashboard: - url: https://karpenter.sh/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json - performance-dashboard: - url: https://karpenter.sh/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json deleted file mode 100644 index 79e2a9f497cc..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json +++ /dev/null @@ -1,1440 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 2, - "id": 6, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 13, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sum by(action, cluster) (karpenter_consolidation_actions_performed)", - "format": "time_series", - "instant": false, - "legendFormat": "{{cluster}}: {{action}}", - "range": true, - "refId": "A" - } - ], - "title": "Consolidation Actions Performed", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 14, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_created)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Created", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 15, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_terminated)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Terminated", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 12, - "options": { - "legend": { - "calcs": [ - "last" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by(phase)(karpenter_pods_state)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Phase", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by ($distribution_filter)(\n karpenter_pods_state{arch=~\"$arch\", capacity_type=~\"$capacity_type\", instance_type=~\"$instance_type\", provisioner=~\"$provisioner\"}\n)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Distribution: $distribution_filter", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization$" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "max", - "value": 1 - }, - { - "id": "unit", - "value": "percentunit" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Memory Provisioned" - }, - "properties": [ - { - "id": "unit", - "value": "bytes" - } - ] - } - ] - }, - "gridPos": { - "h": 11, - "w": 18, - "x": 0, - "y": 29 - }, - "id": 10, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_provisioner_usage{resource_type=\"cpu\"} / karpenter_provisioner_limit{resource_type=\"cpu\"}", - "format": "table", - "instant": true, - "legendFormat": "CPU Limit Utilization", - "range": false, - "refId": "CPU Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "count by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"}) # Selects a single resource type to get node count", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Node Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "(karpenter_provisioner_usage{resource_type=\"memory\"} / karpenter_provisioner_limit{resource_type=\"memory\"}) or karpenter_provisioner_limit*0", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Limit Utilization", - "range": false, - "refId": "Memory Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "CPU Capacity" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"memory\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Memory Capacity" - } - ], - "title": "Provisioner Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "provisioner" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "__name__": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "job": true, - "job 1": true, - "job 2": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true - }, - "indexByName": { - "Time 1": 6, - "Time 2": 7, - "Time 3": 11, - "Time 4": 15, - "Time 5": 16, - "Value #CPU Capacity": 2, - "Value #CPU Limit Utilization": 3, - "Value #Memory Capacity": 4, - "Value #Memory Limit Utilization": 5, - "Value #Node Count": 1, - "instance 1": 8, - "instance 2": 12, - "job 1": 9, - "job 2": 13, - "provisioner": 0, - "resource_type 1": 10, - "resource_type 2": 14 - }, - "renameByName": { - "Time 1": "", - "Value": "CPU Utilization", - "Value #CPU Capacity": "CPU Provisioned", - "Value #CPU Limit Utilization": "CPU Limit Utilization", - "Value #CPU Utilization": "CPU Limit Utilization", - "Value #Memory Capacity": "Memory Provisioned", - "Value #Memory Limit Utilization": "Memory Limit Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Node Count": "Node Count", - "instance": "", - "instance 1": "", - "job": "", - "provisioner": "Provisioner" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 6, - "x": 18, - "y": 29 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "(count(karpenter_nodes_allocatable{arch=~\"$arch\",capacity_type=\"spot\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}) or vector(0)) / count(karpenter_nodes_allocatable{arch=~\"$arch\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"})", - "legendFormat": "Percentage", - "range": true, - "refId": "A" - } - ], - "title": "Spot Node Percentage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "node_name" - }, - "properties": [ - { - "id": "custom.width", - "value": 333 - } - ] - }, - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "unit", - "value": "percentunit" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 75 - } - ] - } - }, - { - "id": "max", - "value": 1 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Uptime" - }, - "properties": [ - { - "id": "unit", - "value": "s" - }, - { - "id": "decimals", - "value": 0 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 40 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Uptime" - } - ] - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "CPU Utilization", - "range": false, - "refId": "CPU Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Memory Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_nodes_total_daemon_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} + \nkarpenter_nodes_total_pod_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Pod Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "label_replace(\n sum by (node)(node_time_seconds) - sum by (node)(node_boot_time_seconds),\n \"node_name\", \"$1\", \"node\", \"(.+)\"\n)", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Uptime", - "range": false, - "refId": "Uptime" - } - ], - "title": "Node Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "node_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Value": false, - "Value #Pod Count": false, - "__name__": true, - "arch": true, - "arch 1": true, - "arch 2": true, - "arch 3": true, - "capacity_type 2": true, - "capacity_type 3": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "instance 3": true, - "instance_category 1": true, - "instance_category 2": true, - "instance_category 3": true, - "instance_cpu": true, - "instance_cpu 1": true, - "instance_cpu 2": true, - "instance_cpu 3": true, - "instance_family": true, - "instance_family 1": true, - "instance_family 2": true, - "instance_family 3": true, - "instance_generation 1": true, - "instance_generation 2": true, - "instance_generation 3": true, - "instance_gpu_count": true, - "instance_gpu_count 1": true, - "instance_gpu_count 2": true, - "instance_gpu_count 3": true, - "instance_gpu_manufacturer": true, - "instance_gpu_manufacturer 1": true, - "instance_gpu_manufacturer 2": true, - "instance_gpu_manufacturer 3": true, - "instance_gpu_memory": true, - "instance_gpu_memory 1": true, - "instance_gpu_memory 2": true, - "instance_gpu_memory 3": true, - "instance_gpu_name": true, - "instance_gpu_name 1": true, - "instance_gpu_name 2": true, - "instance_gpu_name 3": true, - "instance_hypervisor": true, - "instance_hypervisor 1": true, - "instance_hypervisor 2": true, - "instance_hypervisor 3": true, - "instance_local_nvme 1": true, - "instance_local_nvme 2": true, - "instance_local_nvme 3": true, - "instance_memory": true, - "instance_memory 1": true, - "instance_memory 2": true, - "instance_memory 3": true, - "instance_pods": true, - "instance_pods 1": true, - "instance_pods 2": true, - "instance_pods 3": true, - "instance_size": true, - "instance_size 1": true, - "instance_size 2": true, - "instance_size 3": true, - "instance_type 1": false, - "instance_type 2": true, - "instance_type 3": true, - "job": true, - "job 1": true, - "job 2": true, - "job 3": true, - "node": true, - "os": true, - "os 1": true, - "os 2": true, - "os 3": true, - "provisioner 1": false, - "provisioner 2": true, - "provisioner 3": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true, - "resource_type 3": true, - "zone 1": false, - "zone 2": true, - "zone 3": true - }, - "indexByName": { - "Time 1": 1, - "Time 2": 25, - "Time 3": 45, - "Time 4": 65, - "Value #CPU Utilization": 10, - "Value #Memory Utilization": 11, - "Value #Pod Count": 9, - "Value #Uptime": 8, - "arch 1": 5, - "arch 2": 26, - "arch 3": 46, - "capacity_type 1": 6, - "capacity_type 2": 27, - "capacity_type 3": 47, - "instance 1": 4, - "instance 2": 28, - "instance 3": 48, - "instance_cpu 1": 12, - "instance_cpu 2": 29, - "instance_cpu 3": 49, - "instance_family 1": 13, - "instance_family 2": 30, - "instance_family 3": 50, - "instance_gpu_count 1": 14, - "instance_gpu_count 2": 31, - "instance_gpu_count 3": 51, - "instance_gpu_manufacturer 1": 15, - "instance_gpu_manufacturer 2": 32, - "instance_gpu_manufacturer 3": 52, - "instance_gpu_memory 1": 16, - "instance_gpu_memory 2": 33, - "instance_gpu_memory 3": 53, - "instance_gpu_name 1": 17, - "instance_gpu_name 2": 34, - "instance_gpu_name 3": 54, - "instance_hypervisor 1": 18, - "instance_hypervisor 2": 35, - "instance_hypervisor 3": 55, - "instance_memory 1": 19, - "instance_memory 2": 36, - "instance_memory 3": 56, - "instance_pods 1": 20, - "instance_pods 2": 37, - "instance_pods 3": 57, - "instance_size 1": 21, - "instance_size 2": 38, - "instance_size 3": 58, - "instance_type 1": 3, - "instance_type 2": 39, - "instance_type 3": 59, - "job 1": 22, - "job 2": 40, - "job 3": 60, - "node": 66, - "node_name": 0, - "os 1": 23, - "os 2": 41, - "os 3": 61, - "provisioner 1": 2, - "provisioner 2": 42, - "provisioner 3": 62, - "resource_type 1": 24, - "resource_type 2": 43, - "resource_type 3": 63, - "zone 1": 7, - "zone 2": 44, - "zone 3": 64 - }, - "renameByName": { - "Time": "", - "Time 1": "", - "Value": "CPU Utilization", - "Value #Allocatable": "", - "Value #CPU Utilization": "CPU Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Pod CPU": "", - "Value #Pod Count": "Pods", - "Value #Uptime": "Uptime", - "arch": "Architecture", - "arch 1": "Arch", - "capacity_type": "Capacity Type", - "capacity_type 1": "Capacity Type", - "instance 1": "Instance", - "instance_cpu 1": "vCPU", - "instance_type": "Instance Type", - "instance_type 1": "Instance Type", - "node_name": "Node Name", - "provisioner 1": "Provisioner", - "zone 1": "Zone" - } - } - } - ], - "type": "table" - } - ], - "refresh": false, - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, provisioner)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, zone)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "zone", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, zone)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, arch)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "arch", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, arch)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, capacity_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "capacity_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, capacity_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, instance_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "instance_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, instance_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "distribution_filter", - "options": [ - { - "selected": false, - "text": "arch", - "value": "arch" - }, - { - "selected": false, - "text": "capacity_type", - "value": "capacity_type" - }, - { - "selected": false, - "text": "instance_type", - "value": "instance_type" - }, - { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "node", - "value": "node" - }, - { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - { - "selected": false, - "text": "zone", - "value": "zone" - } - ], - "query": "arch,capacity_type,instance_type,namespace,node,provisioner,zone", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Capacity", - "uid": "ta8I9Q67z", - "version": 4, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json deleted file mode 100644 index a2fbaaa6e3ed..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636732403925, - "links": [], - "panels": [ - { - "datasource": null, - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 5, - "options": { - "content": "Displays information about Allocation controller processes.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "targets": [ - { - "queryType": "randomWalk", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "About this dashboard", - "type": "text" - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "min": null, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all bind operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of bind operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 2, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_bind_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "All Binds" - } - ], - "title": "Bind duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all binpack operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of binpack operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 12 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 7, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_binpacking_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Binpacking Duration" - } - ], - "title": "Binpack duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateInferno", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all scheduling operations of the Allocation controller for provisioner $provisioner.\n\nThe color of each \"bucket\" is a visual clue to the number of scheduling operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 20 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 9, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_scheduling_duration_seconds_bucket{provisioner=\"$provisioner\"}[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Scheduling Duration" - } - ], - "title": "Scheduling duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": null, - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "description": "Karpenter provisioner", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Provisioner", - "multi": false, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers / Allocation", - "uid": "fs47R-Dnz", - "version": 9 -} diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers.json b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers.json deleted file mode 100644 index ca7c44862ecf..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-controllers.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph (old)", - "version": "" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636733515850, - "links": [], - "panels": [ - { - "datasource": null, - "description": "", - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 99, - "options": { - "content": "Displays information collected by the Kubernetes controller-runtime.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "title": "About this dashboard", - "type": "text" - }, - { - "aliasColors": { - "items": "light-blue" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "", - "fill": 1, - "fillGradient": 2, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 4 - }, - "hiddenSeries": false, - "id": 14, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "workqueue_depth{name=\"$controller\"}", - "interval": "", - "legendFormat": "items", - "queryType": "randomWalk", - "refId": "Work Queue Depth" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Items in Work Queue", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 0, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "error": "red", - "requeue": "orange", - "requeue_after": "semi-dark-purple", - "success": "green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "The rate of completed reconciliations per minute broken out by result status.", - "fill": 1, - "fillGradient": 1, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 4 - }, - "hiddenSeries": false, - "id": 76, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "rate(controller_runtime_reconcile_total{controller=\"$controller\"}[$trailing]) * 60", - "interval": "", - "legendFormat": "{{result}}", - "queryType": "randomWalk", - "refId": "Reconciliations per minute" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Reconciliations per minute", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:566", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:567", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of the reconciliation process.\n\nThe color of each \"bucket\" is a visual clue to the number of reconciliations that completed within that time range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 126, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "8.1.6", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[$__interval])) by (le)", - "format": "heatmap", - "hide": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "p100" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Reconciliation duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": "", - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(controller_runtime_reconcile_errors_total, controller)", - "description": "Kubernetes controller", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Controller", - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_errors_total, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": true, - "text": "10m", - "value": "10m" - }, - "description": "Trailing aggregation window", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Trailing", - "multi": false, - "name": "trailing", - "options": [ - { - "selected": false, - "text": "30s", - "value": "30s" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": true, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - } - ], - "query": "30s,1m,5m,10m,30m,1h", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers", - "uid": "-Yw9ShDnz", - "version": 15 -} diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json deleted file mode 100644 index 74c75216e058..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 7, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0\"}", - "legendFormat": "Min", - "range": true, - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "E" - } - ], - "title": "Node Termination Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 9 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0\"}", - "format": "time_series", - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Pod Startup Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.9, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.99, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(1, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Controller Reconciliation Latency [$controller]", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "reqps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 11, - "x": 13, - "y": 17 - }, - "id": 8, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)", - "legendFormat": "{{controller}}", - "range": true, - "refId": "A" - } - ], - "title": "Controller Reconciliation Rate", - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "provisioning", - "value": "provisioning" - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Performance", - "uid": "_bdgC2g4z", - "version": 3, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/prometheus-values.yaml b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/prometheus-values.yaml deleted file mode 100644 index f1affe3fbc93..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/prometheus-values.yaml +++ /dev/null @@ -1,14 +0,0 @@ -alertmanager: - persistentVolume: - enabled: false - -server: - fullnameOverride: prometheus-server - persistentVolume: - enabled: false - -extraScrapeConfigs: | - - job_name: karpenter - static_configs: - - targets: - - karpenter.karpenter:8080 diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh deleted file mode 100755 index 6d2332b06be2..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: add-monitoring.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step09-add-prometheus-grafana.sh - step10-add-grafana-port-forward.sh - step11-grafana-get-password.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh deleted file mode 100755 index 51f286de0c3c..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -declare -a steps=( - step01-config.sh - step12-add-provisioner.sh - step13-automatic-node-provisioning.sh - step14-automatic-node-termination.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-roles.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-roles.sh deleted file mode 100755 index cf0656f3db3d..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/add-roles.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: setup-roles.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 -SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) - -declare -a steps=( - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source "$SCRIPT_DIR/$step" -done diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/cleanup.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/cleanup.sh deleted file mode 100755 index 52851e7f975a..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/cleanup.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -declare -a steps=( - step01-config.sh - step16-cleanup.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/install.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/install.sh deleted file mode 100755 index e0ebfb32e511..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/install.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: install.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step02-create-cluster.sh - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh - step08-apply-helm-chart.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step01-config.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step01-config.sh deleted file mode 100755 index 5792c574690e..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step01-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CLUSTER_NAME="${USER}-karpenter-demo" -export AWS_DEFAULT_REGION="us-west-2" -export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh deleted file mode 100755 index 51fa1aa00445..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh +++ /dev/null @@ -1,19 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.21" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -fargateProfiles: - - name: karpenter - selectors: - - namespace: karpenter -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh deleted file mode 100755 index d694d946a299..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.21" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -managedNodeGroups: - - instanceType: m5.large - amiFamily: AmazonLinux2 - name: ${CLUSTER_NAME}-ng - desiredCapacity: 2 - minSize: 1 - maxSize: 10 -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh deleted file mode 100755 index dce544c1a557..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh +++ /dev/null @@ -1,8 +0,0 @@ -TEMPOUT=$(mktemp) - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/cloudformation.yaml > $TEMPOUT \ -&& aws cloudformation deploy \ - --stack-name "Karpenter-${CLUSTER_NAME}" \ - --template-file "${TEMPOUT}" \ - --capabilities CAPABILITY_NAMED_IAM \ - --parameter-overrides "ClusterName=${CLUSTER_NAME}" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh deleted file mode 100755 index f98a75a50011..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh +++ /dev/null @@ -1,6 +0,0 @@ -eksctl create iamidentitymapping \ - --username system:node:{{EC2PrivateDNSName}} \ - --cluster "${CLUSTER_NAME}" \ - --arn "arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" \ - --group system:bootstrappers \ - --group system:nodes diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh deleted file mode 100755 index 32673a49c9e0..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,8 +0,0 @@ -eksctl create iamserviceaccount \ - --cluster "${CLUSTER_NAME}" --name karpenter --namespace karpenter \ - --role-name "${CLUSTER_NAME}-karpenter" \ - --attach-policy-arn "arn:aws:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME}" \ - --role-only \ - --approve - -export KARPENTER_IAM_ROLE_ARN="arn:aws:iam::${AWS_ACCOUNT_ID}:role/${CLUSTER_NAME}-karpenter" diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh deleted file mode 100755 index 3cb0510b905b..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh +++ /dev/null @@ -1,3 +0,0 @@ -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com || true -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh deleted file mode 100755 index d70d192fc16b..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh +++ /dev/null @@ -1,6 +0,0 @@ -helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter --create-namespace \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \ - --set clusterName=${CLUSTER_NAME} \ - --set clusterEndpoint=${CLUSTER_ENDPOINT} \ - --set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ - --wait # for the defaulting webhook to install before creating a Provisioner diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh deleted file mode 100755 index 1b028b23c8ed..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh +++ /dev/null @@ -1,11 +0,0 @@ -helm repo add grafana-charts https://grafana.github.io/helm-charts -helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo update - -kubectl create namespace monitoring - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/prometheus-values.yaml | tee prometheus-values.yaml -helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/grafana-values.yaml | tee grafana-values.yaml -helm install --namespace monitoring grafana grafana-charts/grafana --values grafana-values.yaml diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh deleted file mode 100755 index 85d4028642b6..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl port-forward --namespace monitoring svc/grafana 3000:80 diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh deleted file mode 100755 index cdf4f61d3775..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh deleted file mode 100755 index ee5866453e3c..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step12-install-nth.sh +++ /dev/null @@ -1,10 +0,0 @@ -helm repo add eks https://aws.github.io/eks-charts -helm repo update - -helm upgrade --install --namespace aws-node-termination-handler --create-namespace \ - aws-node-termination-handler eks/aws-node-termination-handler \ - --set enableSpotInterruptionDraining="true" \ - --set enableRebalanceMonitoring="true" \ - --set enableRebalanceDraining="true" \ - --set enableScheduledEventDraining="true" \ - --set nodeSelector."karpenter\.sh/capacity-type"=spot diff --git a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh b/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh deleted file mode 100755 index e778b1410313..000000000000 --- a/website/content/en/v0.18.1/getting-started/getting-started-with-eksctl/scripts/step13-add-provisioner.sh +++ /dev/null @@ -1,27 +0,0 @@ -cat < - Set up Karpenter with a kOps cluster ---- - -In this example, the cluster will be running on Amazon Web Services (AWS) managed by [kOps](https://kops.sigs.k8s.io/). -Karpenter is designed to be cloud provider agnostic, but currently only supports AWS. Contributions are welcomed - -Karpenter is supported on kOps as of 1.24.0-alpha.2, but sits behind a feature flag as the interface between kOps and Karpenter is -still work in progress and is likely to change significantly. This guide is intended for users that wants to test Karpenter on kOps and provide feedback to Karpenter and kOps developers. -Read more about how Karpenter works on kOps and the current limitations in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/). - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -This guide assumes you already have a kOps state store and a hosted zone. If you do not have one, -run through the [kOps getting started on AWS documentation](https://kops.sigs.k8s.io/getting_started/aws/) up until "Creating your first cluster". - -## Install - -Karpenter is installed in clusters as a managed addon. kOps will automatically create -and manage the necessary the IAM roles and policies Karpenter needs. - -### Required Utilities - -Install these tools before proceeding: - -1. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -2. `kops` - [kubectl, but for clusters](https://kops.sigs.k8s.io/getting_started/install/) v1.24.0 or later - -### Environment Variables - -After setting up the tools, set the following environment variables used by kOps. - -```bash -export KOPS_FEATURE_FLAGS=Karpenter -export CLUSTER_NAME=${USER}-karpenter-demo.example.com -export ZONES=us-west-2a -export KOPS_STATE_STORE=s3://prefix-example-com-state-store -export KOPS_OIDC_STORE=s3://prefix-example-com-oidc-store/discovery -``` - -### Create a Cluster - -kOps installs Karpenter on the control plane. Once the control plane is running, Karpenter will provision the -the worker nodes needed for non-Control Plane Deployments such as CoreDNS and CSI drivers. - -The following command will launch a cluster with Karpenter-managed worker nodes: - -```bash -kops create cluster \ - --zones=$ZONES \ - --discovery-store=${KOPS_OIDC_STORE} \ - --instance-manager=karpenter \ - --networking=amazonvpc \ - ${CLUSTER_NAME} \ - --yes -``` - -Note: we are using AWS VPC CNI for networking as Karpenter's binpacking logic assumes ENI-based networking. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different InstanceGroups. - -kOps manage provisioners through InstanceGroups. Your cluster will already have -one Provisioner that will contain a suitable set of instance types for Karpenter to -choose from. - -Managing Provisioner resources directly is possible, but not straight-forward. Read -more about managing provisioners in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/) - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -As mentioned above, you should already have some Karpenter-managed nodes in your cluster used by -other kOps addons. Create additional pods using a Deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Set up Karpenter with a Terraform cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a helm chart. - -Karpenter additionally requires IAM Roles for Service Accounts (IRSA). IRSA -permits Karpenter (within the cluster) to make privileged requests to AWS (as -the cloud provider). - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `terraform` - [infrastructure-as-code tool made by HashiCorp](https://learn.hashicorp.com/tutorials/terraform/install-cli) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -Login to the AWS CLI with a user that has sufficient privileges to create a -cluster. - -### Setting up Variables - -After setting up the tools, set the following environment variables to store -commonly used values. - -```bash -export AWS_DEFAULT_REGION="us-east-1" -``` - -The first thing we need to do is create our `main.tf` file and place the following in it. - -```hcl -terraform { - required_version = "~> 1.0" - - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 4.0" - } - helm = { - source = "hashicorp/helm" - version = "~> 2.5" - } - kubectl = { - source = "gavinbunney/kubectl" - version = "~> 1.14" - } - } -} - -provider "aws" { - region = "us-east-1" -} - -locals { - cluster_name = "karpenter-demo" - - # Used to determine correct partition (i.e. - `aws`, `aws-gov`, `aws-cn`, etc.) - partition = data.aws_partition.current.partition -} - -data "aws_partition" "current" {} -``` - -### Create a Cluster - -We're going to use two different Terraform modules to create our cluster - one -to create the VPC and another for the cluster itself. The key part of this is -that we need to tag the VPC subnets that we want to use for the worker nodes. - -Add the following to your `main.tf` to create a VPC and EKS cluster. - -```hcl -module "vpc" { - # https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest - source = "terraform-aws-modules/vpc/aws" - version = "3.14.2" - - name = local.cluster_name - cidr = "10.0.0.0/16" - - azs = ["us-east-1a", "us-east-1b", "us-east-1c"] - private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"] - public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"] - - enable_nat_gateway = true - single_nat_gateway = true - one_nat_gateway_per_az = false - - public_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/elb" = 1 - } - - private_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/internal-elb" = 1 - } -} - -module "eks" { - # https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest - source = "terraform-aws-modules/eks/aws" - version = "18.29.0" - - cluster_name = local.cluster_name - cluster_version = "1.22" - - vpc_id = module.vpc.vpc_id - subnet_ids = module.vpc.private_subnets - - # Required for Karpenter role below - enable_irsa = true - - node_security_group_additional_rules = { - ingress_nodes_karpenter_port = { - description = "Cluster API to Node group for Karpenter webhook" - protocol = "tcp" - from_port = 8443 - to_port = 8443 - type = "ingress" - source_cluster_security_group = true - } - } - - node_security_group_tags = { - # NOTE - if creating multiple security groups with this module, only tag the - # security group that Karpenter should utilize with the following tag - # (i.e. - at most, only one security group should have this tag in your account) - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - - # Only need one node to get Karpenter up and running. - # This ensures core services such as VPC CNI, CoreDNS, etc. are up and running - # so that Karpenter can be deployed and start managing compute capacity as required - eks_managed_node_groups = { - initial = { - instance_types = ["m5.large"] - # Not required nor used - avoid tagging two security groups with same tag as well - create_security_group = false - - # Ensure enough capacity to run 2 Karpenter pods - min_size = 2 - max_size = 3 - desired_size = 2 - - iam_role_additional_policies = [ - # Required by Karpenter - "arn:${local.partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - ] - - tags = { - # This will tag the launch template created for use by Karpenter - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - } - } -} -``` - -At this point, go ahead and apply what we've done to create the VPC and -EKS cluster. This may take some time. - -```bash -terraform init -terraform apply -``` - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -```bash -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. -``` - -### Configure the KarpenterNode IAM Role - -The EKS module creates an IAM role for the EKS managed node group nodes. We'll use that for -Karpenter (so we don't have to reconfigure the aws-auth ConfigMap), but we need -to create an instance profile we can reference. - -Add the following to your `main.tf` to create the instance profile. - -```hcl -resource "aws_iam_instance_profile" "karpenter" { - name = "KarpenterNodeInstanceProfile-${local.cluster_name}" - role = module.eks.eks_managed_node_groups["initial"].iam_role_name -} -``` - -Go ahead and apply the changes. - -```bash -terraform apply -``` - -Now, Karpenter can use this instance profile to launch new EC2 instances and -those instances will be able to connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances, which means it needs -an IAM role that grants it access. The config below will create an AWS IAM -Role, attach a policy, and authorize the Service Account to assume the role -using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). -We will create the ServiceAccount and connect it to this role during the Helm -chart install. - -Add the following to your `main.tf` to create the IAM role for the Karpenter service account. - -```hcl -module "karpenter_irsa" { - source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.3.1" - - role_name = "karpenter-controller-${local.cluster_name}" - attach_karpenter_controller_policy = true - - karpenter_tag_key = "karpenter.sh/discovery/${local.cluster_name}" - karpenter_controller_cluster_id = module.eks.cluster_id - karpenter_controller_node_iam_role_arns = [ - module.eks.eks_managed_node_groups["initial"].iam_role_arn - ] - - oidc_providers = { - ex = { - provider_arn = module.eks.oidc_provider_arn - namespace_service_accounts = ["karpenter:karpenter"] - } - } -} -``` - -Since we've added a new module, you'll need to run `terraform init` again before applying the changes. - -```bash -terraform init -terraform apply -``` - -### Install Karpenter Helm Chart - -Use helm to deploy Karpenter to the cluster. We are going to use the -`helm_release` Terraform resource to do the deploy and pass in the cluster -details and IAM role Karpenter needs to assume. - -Add the following to your `main.tf` to provision Karpenter via a Helm chart. - -```hcl -provider "helm" { - kubernetes { - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", local.cluster_name] - } - } -} - -resource "helm_release" "karpenter" { - namespace = "karpenter" - create_namespace = true - - name = "karpenter" - repository = "oci://public.ecr.aws/karpenter" - chart = "karpenter" - version = "v0.18.1" - - set { - name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" - value = module.karpenter_irsa.iam_role_arn - } - - set { - name = "clusterName" - value = module.eks.cluster_id - } - - set { - name = "clusterEndpoint" - value = module.eks.cluster_endpoint - } - - set { - name = "aws.defaultInstanceProfile" - value = aws_iam_instance_profile.karpenter.name - } -} -``` - -Since we've added a new provider (helm), you'll need to run `terraform init` again -before applying the changes to deploy Karpenter. - -```bash -terraform init -terraform apply -``` - -### Enable Debug Logging (optional) - -The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. This provisioner -configures instances to connect to your cluster's endpoint and discovers -resources like subnets and security groups using the cluster's name. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Add the following to your `main.tf` to deploy the Karpenter provisioner. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -```hcl -provider "kubectl" { - apply_retry_count = 5 - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - load_config_file = false - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_id] - } -} - -resource "kubectl_manifest" "karpenter_provisioner" { - yaml_body = <<-YAML - apiVersion: karpenter.sh/v1alpha5 - kind: Provisioner - metadata: - name: default - spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - provider: - subnetSelector: - Name: "*private*" - securityGroupSelector: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - tags: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - ttlSecondsAfterEmpty: 30 - YAML - - depends_on = [ - helm_release.karpenter - ] -} -``` - -Since we've added a new provider (kubectl), you'll need to run `terraform init` again -before applying the changes to deploy the Karpenter provisioner. - -```bash -terraform init -terraform apply -``` - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -Before we can start interacting with the cluster, we need to update our local kubeconfig: - -```bash -aws eks update-kubeconfig --name karpenter-demo -``` - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Migrate to Karpenter from Cluster Autoscaler ---- - -This guide will show you how to switch from the [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler) to Karpenter for automatic node provisioning. -We will make the following assumptions in this guide - -* You will use an existing EKS cluster -* You will use existing VPC and subnets -* You will use existing security groups -* Your nodes are part of one or more node groups -* Your workloads have pod disruption budgets that adhere to [EKS best practices](https://aws.github.io/aws-eks-best-practices/karpenter/) -* Your cluster has an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for service accounts - -This guide will also assume you have the `aws` CLI installed. -You can also perform many of these steps in the console, but we will use the command line for simplicity. - -## Create IAM roles - -To get started with our migration we first need to create two new IAM roles for nodes provisioned with Karpenter and the Karpenter controller. - -To create the Karpenter node role we will use the following policy and commands. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step01-node-iam.sh" language="bash" %}} - -Now attach the required policies to the role - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step02-node-policies.sh" language="bash" %}} - -Attach the IAM role to an EC2 instance profile. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh" language="bash" %}} - -Now we need to create an IAM role that the Karpenter controller will use to provision new instances. -The controller will be using [IAM Roles for Service Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) which requires an OIDC endpoint. - -If you have another option for using IAM credentials with workloads (e.g. [kube2iam](https://github.com/jtblin/kube2iam)) your steps will be different. - -Set a variable for your cluster name. - -```bash -CLUSTER_NAME= -``` - -Set other variables from your cluster configuration. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step04-env.sh" language="bash" %}} - -Use that information to create our IAM role, inline policy, and trust relationship. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh" language="bash" %}} - -## Add tags to subnets and security groups - -We need to add tags to our nodegroup subnets so Karpenter will know which subnets to use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh" language="bash" %}} - -Add tags to our security groups. -This command only tags the security groups for the first nodegroup in the cluster. -If you have multiple nodegroups or multiple security groups you will need to decide which one Karpenter should use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh" language="bash" %}} - -## Update aws-auth ConfigMap - -We need to allow nodes that are using the node IAM role we just created to join the cluster. -To do that we have to modify the `aws-auth` ConfigMap in the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh" language="bash" %}} - -You will need to add a section to the mapRoles that looks something like this. -Replace the `${AWS_ACCOUNT_ID}` variable with your account, but do not replace the `{{EC2PrivateDNSName}}`. -``` - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterInstanceNodeRole - username: system:node:{{EC2PrivateDNSName}} -``` - -The full aws-auth configmap should have two groups. -One for your Karpenter node role and one for your existing node group. - -## Deploy Karpenter - -First set the Karpenter release you want to deploy. -```bash -export KARPENTER_VERSION=v0.18.1 -``` - -We can now generate a full Karpenter deployment yaml from the helm chart. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh" language="bash" %}} - -Modify the following lines in the karpenter.yaml file. - -### Set node affinity - -Edit the karpenter.yaml file and find the karpenter deployment affinity rules. -Modify the affinity so karpenter will run on one of the existing node group nodes. - -The rules should look something like this. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: karpenter.sh/provisioner-name - operator: DoesNotExist - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -Now that our deployment is ready we can create the karpenter namespace, create the provisioner CRD, and then deploy the rest of the karpenter resources. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-deploy.sh" language="bash" %}} - -## Create default provisioner - -We need to create a default provisioner so Karpenter knows what types of nodes we want for unscheduled workloads. -You can refer to some of the [example provisioners](https://github.com/aws/karpenter/tree{{< githubRelRef >}}examples/provisioner) for specific needs. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh" language="bash" %}} - -## Set nodeAffinity for critical workloads (optional) - -You may also want to set a nodeAffinity for other critical cluster workloads. - -Some examples are - -* coredns -* metric-server - -You can edit them with `kubectl edit deploy ...` and you should add node affinity for your static node group instances. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -## Remove CAS - -Now that karpenter is running we can disable the cluster autoscaler. -To do that we will scale the number of replicas to zero. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step12-scale-cas.sh" language="bash" %}} - -To get rid of the instances that were added from the node group we can scale our nodegroup down to a minimum size to support Karpenter and other critical services. -We suggest a minimum of 2 nodes for the node group. - -> Note: If your workloads do not have [pod disruption budgets](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) set, -> the following command **will cause workloads to be unavailable.** - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step13-scale-ng.sh" language="bash" %}} - -If you have a lot of nodes or workloads you may want to slowly scale down your node groups by a few instances at a time. -It is recommended to watch the transition carefully for workloads that may not have enough replicas running or disruption budgets configured. - -## Verify Karpenter - -As nodegroup nodes are drained you can verify that Karpenter is creating nodes for your workloads. - -```bash -kubectl logs -f -n karpenter -c controller -l app.kubernetes.io/name=karpenter -``` - -You should also see new nodes created in your cluster as the old nodes are removed - -```bash -kubectl get nodes -``` diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step01-node-iam.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step01-node-iam.sh deleted file mode 100644 index 9946254d957a..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step01-node-iam.sh +++ /dev/null @@ -1,15 +0,0 @@ -echo '{ - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ec2.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] -}' > node-trust-policy.json - -aws iam create-role --role-name KarpenterInstanceNodeRole \ - --assume-role-policy-document file://node-trust-policy.json diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step02-node-policies.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step02-node-policies.sh deleted file mode 100644 index c7cf247b86d0..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step02-node-policies.sh +++ /dev/null @@ -1,11 +0,0 @@ -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh deleted file mode 100644 index 276ba81b6c7c..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh +++ /dev/null @@ -1,6 +0,0 @@ -aws iam create-instance-profile \ - --instance-profile-name KarpenterInstanceProfile - -aws iam add-role-to-instance-profile \ - --instance-profile-name KarpenterInstanceProfile \ - --role-name KarpenterInstanceNodeRole diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step04-env.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step04-env.sh deleted file mode 100644 index f688a5256f2d..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step04-env.sh +++ /dev/null @@ -1,7 +0,0 @@ -CLUSTER_ENDPOINT="$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.endpoint" \ - --output text)" -OIDC_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} \ - --query "cluster.identity.oidc.issuer" --output text)" -AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' \ - --output text) diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh deleted file mode 100644 index 70b31fcaaf1c..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,66 +0,0 @@ -echo "{ - \"Version\": \"2012-10-17\", - \"Statement\": [ - { - \"Effect\": \"Allow\", - \"Principal\": { - \"Federated\": \"arn:aws:iam::${AWS_ACCOUNT_ID}:oidc-provider/${OIDC_ENDPOINT#*//}\" - }, - \"Action\": \"sts:AssumeRoleWithWebIdentity\", - \"Condition\": { - \"StringEquals\": { - \"${OIDC_ENDPOINT#*//}:aud\": \"sts.amazonaws.com\", - \"${OIDC_ENDPOINT#*//}:sub\": \"system:serviceaccount:karpenter:karpenter\" - } - } - } - ] -}" > controller-trust-policy.json - -aws iam create-role --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --assume-role-policy-document file://controller-trust-policy.json - -echo '{ - "Statement": [ - { - "Action": [ - "ssm:GetParameter", - "iam:PassRole", - "ec2:DescribeImages", - "ec2:RunInstances", - "ec2:DescribeSubnets", - "ec2:DescribeSecurityGroups", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeAvailabilityZones", - "ec2:DeleteLaunchTemplate", - "ec2:CreateTags", - "ec2:CreateLaunchTemplate", - "ec2:CreateFleet", - "ec2:DescribeSpotPriceHistory", - "pricing:GetProducts" - ], - "Effect": "Allow", - "Resource": "*", - "Sid": "Karpenter" - }, - { - "Action": "ec2:TerminateInstances", - "Condition": { - "StringLike": { - "ec2:ResourceTag/Name": "*karpenter*" - } - }, - "Effect": "Allow", - "Resource": "*", - "Sid": "ConditionalEC2Termination" - } - ], - "Version": "2012-10-17" -}' > controller-policy.json - -aws iam put-role-policy --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --policy-name KarpenterControllerPolicy-${CLUSTER_NAME} \ - --policy-document file://controller-policy.json diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh deleted file mode 100644 index de972ea2bddd..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh +++ /dev/null @@ -1,6 +0,0 @@ -for NODEGROUP in $(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups' --output text); do aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources $(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name $NODEGROUP --query 'nodegroup.subnets' --output text ) -done diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh deleted file mode 100644 index cbeaf0909797..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh +++ /dev/null @@ -1,22 +0,0 @@ -NODEGROUP=$(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups[0]' --output text) - -LAUNCH_TEMPLATE=$(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name ${NODEGROUP} --query 'nodegroup.launchTemplate.{id:id,version:version}' \ - --output text | tr -s "\t" ",") - -# If your EKS setup is configured to use only Cluster security group, then please execute - - -SECURITY_GROUPS=$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.resourcesVpcConfig.clusterSecurityGroupId") - -# If your setup uses the security groups in the Launch template of a managed node group, then : - -SECURITY_GROUPS=$(aws ec2 describe-launch-template-versions \ - --launch-template-id ${LAUNCH_TEMPLATE%,*} --versions ${LAUNCH_TEMPLATE#*,} \ - --query 'LaunchTemplateVersions[0].LaunchTemplateData.[NetworkInterfaces[0].Groups||SecurityGroupIds]' \ - --output text) - -aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources ${SECURITY_GROUPS} diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh deleted file mode 100644 index 740eae66f345..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl edit configmap aws-auth -n kube-system diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh deleted file mode 100644 index 1e9b1f83a94e..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh +++ /dev/null @@ -1,6 +0,0 @@ -helm template karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter \ - --set aws.defaultInstanceProfile=KarpenterInstanceProfile \ - --set clusterEndpoint="${CLUSTER_ENDPOINT}" \ - --set clusterName=${CLUSTER_NAME} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterControllerRole-${CLUSTER_NAME}" \ - --version ${KARPENTER_VERSION} > karpenter.yaml diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step10-deploy.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step10-deploy.sh deleted file mode 100644 index c62f9f6536a5..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step10-deploy.sh +++ /dev/null @@ -1,4 +0,0 @@ -kubectl create namespace karpenter -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/charts/karpenter/crds/karpenter.sh_provisioners.yaml -kubectl apply -f karpenter.yaml diff --git a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh b/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh deleted file mode 100644 index 344fc8fb7978..000000000000 --- a/website/content/en/v0.18.1/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh +++ /dev/null @@ -1,12 +0,0 @@ -cat < - Provisioner API reference page ---- - -## Example Provisioner Resource - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - # Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those - # that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter. - consolidation: - enabled: true - - # If omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node - # to become ready, the node may expire before any pods successfully start. - ttlSecondsUntilExpired: 2592000 # 30 Days = 60 * 60 * 24 * 30 Seconds; - - # If omitted, the feature is disabled, nodes will never scale down due to low utilization - ttlSecondsAfterEmpty: 30 - - # Priority given to the provisioner when the scheduler considers which provisioner - # to select. Higher weights indicate higher priority when comparing provisioners. - # Specifying no weight is equivalent to specifying a weight of 0. - weight: 10 - - # Provisioned nodes will have these taints - # Taints may prevent pods from scheduling if they are not tolerated by the pod. - taints: - - key: example.com/special-taint - effect: NoSchedule - - - # Provisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this - # provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for - # removing the taint after it has finished initializing the node. - startupTaints: - - key: example.com/another-taint - effect: NoSchedule - - # Labels are arbitrary key-values that are applied to all nodes - labels: - billing-team: my-team - - # Requirements that constrain the parameters of provisioned nodes. - # These requirements are combined with pod.spec.affinity.nodeAffinity rules. - # Operators { In, NotIn } are supported to enable including or excluding values - requirements: - - key: "karpenter.k8s.aws/instance-category" - operator: In - values: ["c", "m", "r"] - - key: "karpenter.k8s.aws/instance-cpu" - operator: In - values: ["4", "8", "16", "32"] - - key: karpenter.k8s.aws/instance-hypervisor - operator: In - values: ["nitro"] - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b"] - - key: "kubernetes.io/arch" - operator: In - values: ["arm64", "amd64"] - - key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand - operator: In - values: ["spot", "on-demand"] - - # Karpenter provides the ability to specify a few additional Kubelet args. - # These are all optional and provide support for additional customization and use cases. - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 - - # Resource limits constrain the total size of the cluster. - # Limits prevent Karpenter from creating new instances once the limit is exceeded. - limits: - resources: - cpu: "1000" - memory: 1000Gi - - # References cloud provider-specific custom resource, see your cloud provider specific documentation - providerRef: - name: default -``` - -## Node deprovisioning - -You can configure Karpenter to deprovision instances through your Provisioner in multiple ways. You can use `spec.TTLSecondsAfterEmpty`, `spec.ttlSecondsUntilExpired` or `spec.consolidation.enabled`. Read [Deprovisioning](../tasks/deprovisioning/) for more. - -## spec.requirements - -Kubernetes defines the following [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/), and cloud providers (e.g., AWS) implement them. They are defined at the "spec.requirements" section of the Provisioner API. - -These well known labels may be specified at the provisioner level, or in a workload definition (e.g., nodeSelector on a pod.spec). Nodes are chosen using both the provisioner's and pod's requirements. If there is no overlap, nodes will not be launched. In other words, a pod's requirements must be within the provisioner's requirements. If a requirement is not defined for a well known label, any value available to the cloud provider may be chosen. - -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 provisioner list and the provisioner has instance type requirements, Karpenter will not create a node or schedule the pod. - -📝 None of these values are required. - -### Instance Types - -- key: `node.kubernetes.io/instance-type` -- key: `karpenter.k8s.aws/instance-family` -- key: `karpenter.k8s.aws/instance-category` -- key: `karpenter.k8s.aws/instance-generation` - -Generally, instance types should be a list and not a single value. Leaving these requirements undefined is recommended, as it maximizes choices for efficiently placing pods. - -Review [AWS instance types](../AWS/instance-types). Most instance types are supported with the exclusion of [non-HVM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html). - -### Availability Zones - -- key: `topology.kubernetes.io/zone` -- value example: `us-east-1c` -- value list: `aws ec2 describe-availability-zones --region ` - -Karpenter can be configured to create nodes in a particular zone. Note that the Availability Zone `us-east-1a` for your AWS account might not have the same location as `us-east-1a` for another AWS account. - -[Learn more about Availability Zone -IDs.](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html) - -### Architecture - -- key: `kubernetes.io/arch` -- values - - `amd64` - - `arm64` - -Karpenter supports `amd64` nodes, and `arm64` nodes. - -{{% alert title="Defaults" color="secondary" %}} -If no architecture constraint is defined, Karpenter will set the default architecture constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` -{{% /alert %}} - -### Operating System -- key: `kubernetes.io/os` -- values - - `linux` - -Karpenter supports only `linux` nodes at this time. - -### Capacity Type - -- key: `karpenter.sh/capacity-type` -- values - - `spot` - - `on-demand` - -Karpenter supports specifying capacity type, which is analogous to [EC2 purchase options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html). - -Karpenter prioritizes Spot offerings if the provisioner allows Spot and on-demand instances. If the provider API (e.g. EC2 Fleet's API) indicates Spot capacity is unavailable, Karpenter caches that result across all attempts to provision EC2 capacity for that instance type and zone for the next 45 seconds. If there are no other possible offerings available for Spot, Karpenter will attempt to provision on-demand instances, generally within milliseconds. - -Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. - -{{% alert title="Defaults" color="secondary" %}} -If no capacity type constraint is defined, Karpenter will set the default capacity type constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["on-demand"] -``` -{{% /alert %}} - -## spec.weight - -Karpenter allows you to describe provisioner preferences through a `weight` mechanism similar to how weight is described with [pod and node affinities](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity). - -For more information on weighting provisioners, see the [Weighting Provisioners section](../tasks/scheduling#weighting-provisioners) in the scheduling details. - -## spec.kubeletConfiguration - -Karpenter provides the ability to specify a few additional Kubelet args. These are all optional and provide support for -additional customization and use cases. Adjust these only if you know you need to do so. - -```yaml -spec: - ... - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 -``` - -☁️ **AWS** - -You can specify the container runtime to be either `dockerd` or `containerd`. - -* `dockerd` will be chosen by default for [Inferentia instanceTypes](https://aws.amazon.com/ec2/instance-types/inf1/). For all other instances `containerd` is the default. -* You can only use `containerd` with the Bottlerocket AMI Family. - -### Reserved Resources - -Karpenter will automatically configure the system and kube reserved resource requests on the fly on your behalf. These requests are used to configure your node and to make scheduling decisions for your pods. If you have specific requirements or know that you will have additional capacity requirements, you can optionally override the `--system-reserved` configuration defaults with the `.spec.kubeletConfiguration.systemReserved` values and the `--kube-reserved` configuration defaults with the `.spec.kubeletConfiguration.kubeReserved` values. - -For more information on the default `--system-reserved` and `--kube-reserved` configuration refer to the [Kubelet Docs](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#kube-reserved) - -### Eviction Thresholds - -The kubelet supports eviction thresholds by default. When enough memory or file system pressure is exerted on the node, the kubelet will begin to evict pods to ensure that system daemons and other system processes can continue to run in a healthy manner. - -Kubelet has the notion of [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds). In hard evictions, pods are evicted as soon as a threshold is met, with no grace period to terminate. Soft evictions, on the other hand, provide an opportunity for pods to be terminated gracefully. They do so by sending a termination signal to pods that are planning to be evicted and allowing those pods to terminate up to their grace period. - -Karpenter supports [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionHard` field and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionSoft` field. `evictionHard` and `evictionSoft` are configured by listing [signal names](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals) with either percentage values or resource values. - -```yaml -spec: - ... - kubeletConfiguration: - evictionHard: - memory.available: 500Mi - nodefs.available: 10% - nodefs.inodesFree: 10% - imagefs.available: 5% - imagefs.inodesFree: 5% - pid.available: 7% - evictionSoft: - memory.available: 1Gi - nodefs.available: 15% - nodefs.inodesFree: 15% - imagefs.available: 10% - imagefs.inodesFree: 10% - pid.available: 10% -``` - -{{% alert title="Soft Eviction Thresholds on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `evictionSoft` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `evictionSoft` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -#### Supported Eviction Signals - -| Eviction Signal | Description | -| --------------- | ----------- | -| memory.available | memory.available := node.status.capacity[memory] - node.stats.memory.workingSet | -| nodefs.available | nodefs.available := node.stats.fs.available | -| nodefs.inodesFree | nodefs.inodesFree := node.stats.fs.inodesFree | -| imagefs.available | imagefs.available := node.stats.runtime.imagefs.available | -| imagefs.inodesFree | imagefs.inodesFree := node.stats.runtime.imagefs.inodesFree | -| pid.available | pid.available := node.stats.rlimit.maxpid - node.stats.rlimit.curproc | - -For more information on eviction thresholds, view the [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction) section of the official Kubernetes docs. - -#### Soft Eviction Grace Periods - -Soft eviction pairs an eviction threshold with a specified grace period. With soft eviction thresholds, the kubelet will only begin evicting pods when the node exceeds its soft eviction threshold over the entire duration of its grace period. For example, if you specify `evictionSoft[memory.available]` of `500Mi` and a `evictionSoftGracePeriod[memory.available]` of `1m30`, the node must have less than `500Mi` of available memory over a minute and a half in order for the kubelet to begin evicting pods. - -Optionally, you can specify an `evictionMaxPodGracePeriod` which defines the administrator-specified maximum pod termination grace period to use during soft eviction. If a namespace-owner had specified a pod `terminationGracePeriodInSeconds` on pods in their namespace, the minimum of `evictionPodGracePeriod` and `terminationGracePeriodInSeconds` would be used. - -```yaml -spec: - ... - kubeletConfiguration: - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - imagefs.available: 1m30s - imagefs.inodesFree: 2m - pid.available: 2m - evictionMaxPodGracePeriod: 3m -``` - -{{% alert title="Soft Eviction Grace Periods on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `evictionSoftGracePeriod` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `evictionSoftGracePeriod` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -### Pod Density - -#### Max Pods - -By default, AWS will configure the maximum density of pods on a node [based on the node instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt). For small instances that require an increased pod density or large instances that require a reduced pod density, you can override this default value with `.spec.kubeletConfiguration.maxPods`. This value will be used during Karpenter pod scheduling and passed through to `--max-pods` on kubelet startup. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to support a higher pod density per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -#### Pods Per Core - -An alternative way to dynamically set the maximum density of pods on a node is to use the `.spec.kubeletConfiguration.podsPerCore` value. Karpenter will calculate the pod density during scheduling by multiplying this value by the number of logical cores (vCPUs) on an instance type. This value will also be passed through to the `--pods-per-core` value on kubelet startup to configure the number of allocatable pods the kubelet can assign to the node instance. - -The value generated from `podsPerCore` cannot exceed `maxPods`, meaning, if both are set, the minimum of the `podsPerCore` dynamic pod density and the static `maxPods` value will be used for scheduling. - -{{% alert title="Note" color="primary" %}} -`maxPods` may not be set in the `kubeletConfiguration` of a Provisioner, but may still be restricted by the `ENI_LIMITED_POD_DENSITY` value. You may want to ensure that the `podsPerCore` value that will be used for instance families associated with the Provisioner will not cause unexpected behavior by exceeding the `maxPods` value. -{{% /alert %}} - -{{% alert title="Pods Per Core on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `podsPerCore` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `podsPerCore` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -## spec.limits.resources - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) - -Karpenter limits instance types when scheduling to those that will not exceed the specified limits. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. - -Review the [resource limit task](../tasks/set-resource-limits) for more information. - -## spec.providerRef - -This field points to the cloud provider-specific custom resource. Reference the appropriate documentation: - -- [AWS](../aws/provisioning/) diff --git a/website/content/en/v0.18.1/tasks/_index.md b/website/content/en/v0.18.1/tasks/_index.md deleted file mode 100755 index a0e21c036bf4..000000000000 --- a/website/content/en/v0.18.1/tasks/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tasks" -linkTitle: "Tasks" -weight: 45 -description: > - Explore different ways to use Karpenter ---- diff --git a/website/content/en/v0.18.1/tasks/configuration.md b/website/content/en/v0.18.1/tasks/configuration.md deleted file mode 100644 index 8c43da345cef..000000000000 --- a/website/content/en/v0.18.1/tasks/configuration.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: "Configuration" -linkTitle: "Configuration" -weight: 5 -description: > - Configure Karpenter ---- - -There are two main configuration mechanisms that can be used to configure Karpenter: Environment Variables / CLI parameters to the controller and webhook binaries and the `karpenter-global-settings` config-map. - -## Environment Variables / CLI Flags - -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) - -| Environment Variable | CLI Flag | Description | -|--|--|--| -| AWS_DEFAULT_INSTANCE_PROFILE | \-\-aws-default-instance-profile | The default instance profile to use when provisioning nodes in AWS| -| AWS_ENABLE_POD_ENI | \-\-aws-enable-pod-eni | If true then instances that support pod ENI will report a vpc.amazonaws.com/pod-eni resource (default = false)| -| AWS_ENI_LIMITED_POD_DENSITY | \-\-aws-eni-limited-pod-density | Indicates whether new nodes should use ENI-based pod density. DEPRECATED: Use `.spec.kubeletConfiguration.maxPods` to set pod density on a per-provisioner basis (default = true)| -| AWS_ISOLATED_VPC | \-\-aws-isolated-vpc | If true then assume we can't reach AWS services which don't have a VPC endpoint. This also has the effect of disabling look-ups to the AWS pricing endpoint. (default = false)| -| AWS_NODE_NAME_CONVENTION | \-\-aws-node-name-convention | The node naming convention used by the AWS cloud provider. DEPRECATION WARNING: this field may be deprecated at any time (default = ip-name)| -| CLUSTER_ENDPOINT | \-\-cluster-endpoint | The external kubernetes cluster endpoint for new nodes to connect with| -| CLUSTER_NAME | \-\-cluster-name | The kubernetes cluster name for resource discovery| -| ENABLE_PROFILING | \-\-enable-profiling | Enable the profiling on the metric endpoint (default = false)| -| HEALTH_PROBE_PORT | \-\-health-probe-port | The port the health probe endpoint binds to for reporting controller health (default = 8081)| -| KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| -| KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| -| LEADER_ELECT | \-\-leader-elect | Start leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default = true)| -| MEMORY_LIMIT | \-\-memory-limit | Memory limit on the container running the controller. The GC soft memory limit is set to 90% of this value. (default = -1)| -| METRICS_PORT | \-\-metrics-port | The port the metric endpoint binds to for operating metrics about the controller itself (default = 8080)| -| VM_MEMORY_OVERHEAD | \-\-vm-memory-overhead | The VM memory overhead as a percent that will be subtracted from the total memory for all instance types (default = 0.075)| - -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) - -## ConfigMap - -Karpenter installs a default configuration via its Helm chart that should work for most. Additional configuration can be performed by editing the `karpenter-global-settings` configmap within the namespace that Karpenter was installed in. - -```yaml -apiVersion: v1 -kind: ConfigMap -data: - # The maximum length of a batch window. The longer this is, the more pods we can consider for provisioning at one - # time which usually results in fewer but larger nodes. - batchMaxDuration: 10s - # The maximum amount of time with no new ending pods that if exceeded ends the current batching window. If pods arrive - # faster than this time, the batching window will be extended up to the maxDuration. If they arrive slower, the pods - # will be batched separately. - batchIdleDuration: 1s -``` - -### Batching Parameters - -The batching parameters control how Karpenter batches an incoming stream of pending pods. Reducing these values may trade off a slightly faster time from pending pod to node launch, in exchange for launching smaller nodes. Increasing the values can do the inverse. Karpenter provides reasonable defaults for these values, but if you have specific knowledge about your workloads you can tweak these parameters to match the expected rate of incoming pods. - -For a standard deployment scale-up, the pods arrive at the QPS setting of the `kube-controller-manager`, and the default values are typically fine. These settings are intended for use cases where other systems may create large numbers of pods over a period of many seconds or minutes and there is a desire to batch them together. - -#### `batchIdleDuration` - -The `batchIdleDuration` is the period of time that a new pending pod extends the current batching window. This can be increased to handle scenarios where pods arrive slower than one second part, but it would be preferable if they were batched together onto a single larger node. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -#### `batchMaxDuration` - -The `batchMaxDuration` is the maximum period of time a batching window can be extended to. Increasing this value will allow the maximum batch window size to increase to collect more pending pods into a single batch at the expense of a longer delay from when the first pending pod was created. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. diff --git a/website/content/en/v0.18.1/tasks/deprovisioning.md b/website/content/en/v0.18.1/tasks/deprovisioning.md deleted file mode 100644 index 68c50b0ce89f..000000000000 --- a/website/content/en/v0.18.1/tasks/deprovisioning.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: "Deprovisioning" -linkTitle: "Deprovisioning" -weight: 10 -description: > - Understand different ways Karpenter deprovisions nodes ---- - -Karpenter sets a Kubernetes [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) on each node it provisions. -The finalizer specifies additional actions the Karpenter controller will take in response to a node deletion request. -These include: - -* Marking the node as unschedulable, so no further pods can be scheduled there. -* Evicting all pods other than daemonsets from the node. -* Terminating the instance from the cloud provider. -* Deleting the node from the Kubernetes cluster. - -## How Karpenter nodes are deprovisioned - -There are both automated and manual ways of deprovisioning nodes provisioned by Karpenter: - -* **Provisioner Deletion**: Nodes are considered to be "owned" by the Provisioner that launched them. Karpenter will gracefully terminate nodes when a provisioner is deleted. -* **Node empty**: Karpenter notes when the last workload (non-daemonset) pod stops running on a node. From that point, Karpenter waits the number of seconds set by `ttlSecondsAfterEmpty` in the provisioner, then Karpenter requests to delete the node. This feature can keep costs down by removing nodes that are no longer being used for workloads. -* **Node expired**: Karpenter requests to delete the node after a set number of seconds, based on the provisioner `ttlSecondsUntilExpired` value, from the time the node was provisioned. One use case for node expiry is to handle node upgrades. Old nodes (with a potentially outdated Kubernetes version or operating system) are deleted, and replaced with nodes on the current version (assuming that you requested the latest version, rather than a specific version). -* **Consolidation**: Karpenter works to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. - -{{% alert title="Note" color="primary" %}} -- Automated deprovisioning is configured through the ProvisionerSpec `.ttlSecondsAfterEmpty` -, `.ttlSecondsUntilExpired` and `.consolidation.enabled` fields. If these are not configured, Karpenter will not -default values for them and will not terminate nodes for that purpose. - -- Keep in mind that a small NodeExpiry results in a higher churn in cluster activity. So, for -example, if a cluster brings up all nodes at once, all the pods on those nodes would fall into -the same batching window on expiration. - -- Note that Karpenter does not automatically add jitter to this value. If multiple instances are created in a small amount of time, they will expire at very similar times. Consider defining a [pod disruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to prevent excessive workload disruption. - -- Using preferred anti-affinity and topology spreads can reduce the effectiveness of consolidation. At node launch, Karpenter attempts to satisfy affinity and topology spread preferences. In order to reduce node churn, consolidation must also attempt to satisfy these constraints to avoid immediately consolidating nodes after they launch. This means that consolidation may not deprovision nodes in order to avoid violating preferences, even if kube-scheduler can fit the host pods elsewhere. -{{% /alert %}} - -* **Node deleted**: You could use `kubectl` to manually remove a single Karpenter node: - - ```bash - # Delete a specific node - kubectl delete node $NODE_NAME - - # Delete all nodes owned any provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name - - # Delete all nodes owned by a specific provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME - ``` - -Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation. -If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal. - - -{{% alert title="Note" color="primary" %}} -By adding the finalizer, Karpenter improves the default Kubernetes process of node deletion. -When you run `kubectl delete node` on a node without a finalizer, the node is deleted without triggering the finalization logic. The instance will continue running in EC2, even though there is no longer a node object for it. -The kubelet isn’t watching for its own existence, so if a node is deleted the kubelet doesn’t terminate itself. -All the pod objects get deleted by a garbage collection process later, because the pods’ node is gone. -{{% /alert %}} - -## Consolidation - - -Karpenter has two mechanisms for cluster consolidation: -- Deletion - A node is eligible for deletion if all of its pods can run on free capacity of other nodes in the cluster. -- Replace - A node can be replaced if all of its pods can run on a combination of free capacity of other nodes in the cluster and a single cheaper replacement node. - -When there are multiple nodes that could be potentially deleted or replaced, Karpenter choose to consolidate the node that overall disrupts your workloads the least by preferring to terminate: - -* nodes running fewer pods -* nodes that will expire soon -* nodes with lower priority pods - -{{% alert title="Note" color="primary" %}} -For spot nodes, Karpenter only uses the deletion consolidation mechanism. It will not replace a spot node with a cheaper spot node. Spot instance types are selected with the `capacity-optimized-prioritized` strategy and often the cheapest spot instance type is not launched due to the likelihood of interruption. Consolidation would then replace the spot instance with a cheaper instance negating the `capacity-optimized-prioritized` strategy entirely and increasing interruption rate. -{{% /alert %}} - -## What can cause deprovisioning to fail? - -There are a few cases where requesting to deprovision a Karpenter node will fail. These include Pod Disruption Budgets and pods that have the `do-not-evict` annotation set. - -### Disruption budgets - -Karpenter respects Pod Disruption Budgets (PDBs) by using a backoff retry eviction strategy. Pods will never be forcibly deleted, so pods that fail to shut down will prevent a node from deprovisioning. -Kubernetes PDBs let you specify how much of a Deployment, ReplicationController, ReplicaSet, or StatefulSet must be protected from disruptions when pod eviction requests are made. - -PDBs can be used to strike a balance by protecting the application's availability while still allowing a cluster administrator to manage the cluster. -Here is an example where the pods matching the label `myapp` will block node termination if evicting the pod would reduce the number of available pods below 4. - -```yaml -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: myapp-pdb -spec: - minAvailable: 4 - selector: - matchLabels: - app: myapp -``` - -You can set `minAvailable` or `maxUnavailable` as integers or as a percentage. -Review what [disruptions are](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/), and [how to configure them](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). - -### Pod set to do-not-evict - -If a pod exists with the annotation `karpenter.sh/do-not-evict: true` on a node, and a request is made to delete the node, Karpenter will not drain any pods from that node or otherwise try to delete the node. Nodes that have pods with a `do-not-evict` annotation are not considered for consolidation, though their unused capacity is considered for the purposes of running pods from other nodes which can ber consolidated. This annotation will have no effect for static pods, pods that tolerate `NoSchedule`, or pods terminating past their graceful termination period. - -This is useful for pods that you want to run from start to finish without interruption. -Examples might include a real-time, interactive game that you don't want to interrupt or a long batch job (such as you might have with machine learning) that would need to start over if it were interrupted. - -If you want to terminate a node with a `do-not-evict` pod, you can simply remove the annotation and the deprovisioning process will continue. - -### Scheduling Constraints (Consolidation Only) - -Consolidation will be unable to consolidate a node if, as a result of its scheduling simulation, it determines that the pods on a node cannot run on other nodes due to inter-pod affinity/anti-affinity, topology spread constraints, or some other scheduling restriction that couldn't be fulfilled. - -### Controllerless Pods (Consolidation Only) - -Consolidation will not attempt to consolidate a node that is running pods that are not owned by a controller (e.g. a `ReplicaSet`). In general we cannot assume that these pods would be recreated if they were evicted from the node that they are currently running on. diff --git a/website/content/en/v0.18.1/tasks/metrics.md b/website/content/en/v0.18.1/tasks/metrics.md deleted file mode 100644 index 7e6d21ef880e..000000000000 --- a/website/content/en/v0.18.1/tasks/metrics.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 100 - -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.karpenter.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../configuration) -## Consolidation Metrics - -### `karpenter_consolidation_actions_performed` -Number of consolidation actions performed. Labeled by action. - -### `karpenter_consolidation_evaluation_duration_seconds` -Duration of the consolidation evaluation process in seconds. - -### `karpenter_consolidation_replacement_node_initialized_seconds` -Amount of time required for a replacement node to become initialized. - -## Provisioner Metrics - -### `karpenter_provisioner_limit` -The Provisioner Limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage` -The Provisioner Usage is the amount of resources that have been provisioned by a particular provisioner. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage_pct` -The Provisioner Usage Percentage is the percentage of each resource used based on the resources provisioned and the limits that have been configured in the range [0,100]. Labeled by provisioner name and resource type. - -## Nodes Metrics - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. - -### `karpenter_nodes_created` -Number of nodes created in total by Karpenter. Labeled by reason the node was created. - -### `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. - -### `karpenter_nodes_terminated` -Number of nodes terminated in total by Karpenter. Labeled by reason the node was terminated. - -### `karpenter_nodes_termination_time_seconds` -The time taken between a node's deletion request and the removal of its finalizer - -### `karpenter_nodes_total_daemon_limits` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. - -### `karpenter_nodes_total_daemon_requests` -Node total daemon limits are the resources specified by DaemonSet pod limits. - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by non-DaemonSet pod limits. - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes. - -## Pods Metrics - -### `karpenter_pods_startup_time_seconds` -The time from pod creation until the pod is running. - -### `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, provisioner name, zone, architecture, capacity type, instance type and pod phase. - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. - -## Allocation_controller Metrics - -### `karpenter_allocation_controller_scheduling_duration_seconds` -Duration of scheduling process in seconds. Broken down by provisioner and error. - diff --git a/website/content/en/v0.18.1/tasks/pod-density.md b/website/content/en/v0.18.1/tasks/pod-density.md deleted file mode 100644 index 8bd0355cc3d1..000000000000 --- a/website/content/en/v0.18.1/tasks/pod-density.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: "Control Pod Density" -linkTitle: "Control Pod Density" -weight: 20 -description: > - Learn ways to specify pod density with Karpenter ---- - -Pod density is the number of pods per node. - -Kubernetes has a default limit of 110 pods per node. If you are using the EKS Optimized AMI on AWS, the [number of pods is limited by instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt) in the default configuration. - -## Increase Pod Density - -### Networking Limitations - -*☁️ AWS Specific* - -By default, the number of pods on a node is limited by both the number of networking interfaces (ENIs) that may be attached to an instance type and the number of IP addresses that can be assigned to each ENI. See [IP addresses per network interface per instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for a more detailed information on these instance types' limits. - -Karpenter can be configured to disable nodes' ENI-based pod density. This is especially useful for small to medium instance types which have a lower ENI-based pod density. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to more pods per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -### Provisioner-Specific Pod Density - -#### Static Pod Density - -Static pod density can be configured at the provisioner level by specifying `maxPods` within the `.spec.kubeletConfiguration`. All nodes spawned by this provisioner will set this `maxPods` value on their kubelet and will account for this value during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#max-pods) for more details. - -#### Dynamic Pod Density - -Dynamic pod density (density that scales with the instance size) can be configured at the provisioner level by specifying `podsPerCore` within the `.spec.kubeletConfiguration`. Karpenter will calculate the expected pod density for each instance based on the instance's number of logical cores (vCPUs) and will account for this during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#pods-per-core) for more details. - -### Controller-Wide Pod Density - -{{% alert title="Deprecation Warning" color="warning" %}} -`AWS_ENI_LIMITED_POD_DENSITY` is deprecated in favor of the `.spec.kubeletConfiguration.maxPods` set at the Provisioner-level -{{% /alert %}} - -Set the environment variable `AWS_ENI_LIMITED_POD_DENSITY: "false"` (or the argument `--aws-eni-limited-pod-density=false`) in the Karpenter controller to allow nodes to host up to 110 pods by default. - -Environment variables for the Karpenter controller may be specified as [helm chart values](https://github.com/aws/karpenter/blob/c73f425e924bb64c3f898f30ca5035a1d8591183/charts/karpenter/values.yaml#L15). - - -## Limit Pod Density - -Generally, increasing pod density is more efficient. However, some use cases exist for limiting pod density. - -### Topology Spread - -You can use [topology spread]({{< relref "scheduling.md#topology-spread" >}}) features to reduce blast radius. For example, spreading workloads across EC2 Availability Zones. - - -### Restrict Instance Types - -Exclude large instance sizes to reduce the blast radius of an EC2 instance failure. - -Consider setting up upper or lower boundaries on target instance sizes with the node.kubernetes.io/instance-type key. - -The following example shows how to avoid provisioning large Graviton instances in order to reduce the impact of individual instance failures: - -``` --key: node.kubernetes.io/instance-type - operator: NotIn - values: - 'm6g.16xlarge' - 'm6gd.16xlarge' - 'r6g.16xlarge' - 'r6gd.16xlarge' - 'c6g.16xlarge' -``` - - - - diff --git a/website/content/en/v0.18.1/tasks/provisioning.md b/website/content/en/v0.18.1/tasks/provisioning.md deleted file mode 100644 index 3216568251a3..000000000000 --- a/website/content/en/v0.18.1/tasks/provisioning.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: "Provisioning" -linkTitle: "Provisioning" -weight: 5 -description: > - Learn about Karpenter provisioners ---- - -When you first installed Karpenter, you set up a default Provisioner. -The Provisioner sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. -The Provisioner can be set to do things like: - -* Define taints to limit the pods that can run on nodes Karpenter creates -* Define any startup taints to inform Karpenter that it should taint the node initially, but that the taint is temporary. -* Limit node creation to certain zones, instance types, and computer architectures -* Set defaults for node expiration - -You can change your provisioner or add other provisioners to Karpenter. -Here are things you should know about Provisioners: - -* Karpenter won't do anything if there is not at least one Provisioner configured. -* Each Provisioner that is configured is looped through by Karpenter. -* If Karpenter encounters a taint in the Provisioner that is not tolerated by a Pod, Karpenter won't use that Provisioner to provision the pod. -* If Karpenter encounters a startup taint in the Provisioner it will be applied to nodes that are provisioned, but pods do not need to tolerate the taint. Karpenter assumes that the taint is temporary and some other system will remove the taint. -* It is recommended to create Provisioners that are mutually exclusive. So no Pod should match multiple Provisioners. If multiple Provisioners are matched, Karpenter will randomly choose which to use. - -If you want to modify or add provisioners to Karpenter, do the following: - -1. Review the following Provisioner documents: - - * [Provisioner](../../getting-started/getting-started-with-eksctl/#provisioner) in the Getting Started guide for a sample default Provisioner - * [Provisioner API](../../provisioner/) for descriptions of Provisioner API values - * [Provisioning Configuration](../../AWS/provisioning) for cloud-specific settings - -2. Apply the new or modified Provisioner to the cluster. - -The following examples illustrate different aspects of Provisioners. -Refer to [Scheduling](../scheduling) to see how the same features are used in Pod specs to determine where pods run. - -## Example: Requirements - -This provisioner limits nodes to specific zones. -It is flexible to both spot and on-demand capacity types. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: westzones -spec: - requirements: - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b", "us-west-2c"] - - key: "karpenter.sh/capacity-type" - operator: In - values: ["spot", "on-demand"] - provider: - instanceProfile: myprofile-cluster101 -``` -With these settings, the provisioner is able to launch nodes in three availability zones and is flexible to both spot and on-demand purchase types. - -## Example: Restricting Instance Types - -Not all workloads are able to run on any instance type. Some use cases may be sensitive to a specific hardware generation or cannot tolerate burstable compute. You can specify a variety of well known labels to control the set of instance types available to be provisioned. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - provider: - requirements: - # Include general purpose instance families - - key: karpenter.k8s.aws/instance-family - operator: In - values: [c5, m5, r5] - # Exclude smaller instance sizes - - key: karpenter.k8s.aws/instance-size - operator: NotIn - values: [nano, micro, small, large] - # Exclude a specific instance type - - key: node.kubernetes.io/instance-type - operator: NotIn - values: [m5.24xlarge] - subnetSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name - securityGroupSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name -``` - -## Example: Isolating Expensive Hardware - -A provisioner can be set up to only provision nodes on particular processor types. -The following example sets a taint that only allows pods with tolerations for Nvidia GPUs to be scheduled: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - consolidation: - enabled: true - requirements: - - key: node.kubernetes.io/instance-type - operator: In - values: ["p3.8xlarge", "p3.16xlarge"] - taints: - - key: nvidia.com/gpu - value: "true" - effect: NoSchedule -``` -In order for a pod to run on a node defined in this provisioner, it must tolerate `nvidia.com/gpu` in its pod spec. - -### Example: Adding the Cilium Startup Taint - -Per the Cilium [docs](https://docs.cilium.io/en/stable/gettingstarted/taints/), 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. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: cilium-startup -spec: - consolidation: - enabled: true - startupTaints: - - key: node.cilium.io/agent-not-ready - value: "true" - effect: NoExecute -``` diff --git a/website/content/en/v0.18.1/tasks/scheduling.md b/website/content/en/v0.18.1/tasks/scheduling.md deleted file mode 100755 index 411017c81823..000000000000 --- a/website/content/en/v0.18.1/tasks/scheduling.md +++ /dev/null @@ -1,529 +0,0 @@ ---- -title: "Scheduling" -linkTitle: "Scheduling" -weight: 15 -description: > - Learn about scheduling workloads with Karpenter ---- - -If your pods have no requirements for how or where to run, you can let Karpenter choose nodes from the full range of available cloud provider resources. -However, by taking advantage of Karpenter's model of layered constraints, you can be sure that the precise type and amount of resources needed are available to your pods. -Reasons for constraining where your pods run could include: - -* Needing to run in zones where dependent applications or storage are available -* Requiring certain kinds of processors or other hardware -* Wanting to use techniques like topology spread to help ensure high availability - -Your Cloud Provider defines the first layer of constraints, including all instance types, architectures, zones, and purchase types available to its cloud. -The cluster administrator adds the next layer of constraints by creating one or more provisioners. -The final layer comes from you adding specifications to your Kubernetes pod deployments. -Pod scheduling constraints must fall within a provisioner's constraints or the pods will not deploy. -For example, if the provisioner sets limits that allow only a particular zone to be used, and a pod asks for a different zone, it will not be scheduled. - -Constraints you can request include: - -* **Resource requests**: Request that certain amount of memory or CPU be available. -* **Node selection**: Choose to run on a node that is has a particular label (`nodeSelector`). -* **Node affinity**: Draws a pod to run on nodes with particular attributes (affinity). -* **Topology spread**: Use topology spread to help ensure availability of the application. -* **Pod affinity/anti-affinity**: Draws pods towards or away from topology domains based on the scheduling of other pods. - -Karpenter supports standard Kubernetes scheduling constraints. -This allows you to define a single set of rules that apply to both existing and provisioned capacity. - -{{% alert title="Note" color="primary" %}} -Karpenter supports specific [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) that are useful for scheduling. -{{% /alert %}} - -## Resource requests - -Within a Pod spec, you can both make requests and set limits on resources a pod needs, such as CPU and memory. -For example: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: myapp -spec: - containers: - - name: app - image: myimage - resources: - requests: - memory: "128Mi" - cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" -``` -In this example, the container is requesting 128MiB of memory and .5 CPU. -Its limits are set to 256MiB of memory and 1 CPU. -Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. - - -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning Configuration](../../aws/provisioning/) for a list of supported resources. - - -## Selecting nodes - -With `nodeSelector` you can ask for a node that matches selected key-value pairs. -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. - -### Supported Labels -The following labels are supported by Karpenter. They may be specified as provisioner requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your Provisioner and select them using `nodeAffinity` or `nodeSelectors` on your Pods. - -{{% alert title="Warning" color="warning" %}} -Take care to ensure the label domains are correct. A well known label like `karpenter.k8s.aws/instance-family` will enforce node properties, but may be confused with `node.kubernetes.io/instance-family`, which is unknown to Karpenter, and treated as a custom label which will not enforce node properties. -{{% /alert %}} - -| Label | Example | Description | -| ------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| 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/)) | -| kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L10) on the instance | -| kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L50) on the instance | -| karpenter.sh/capacity-type | spot | Capacity types include `spot`, `on-demand` | -| karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | -| karpenter.k8s.aws/instance-category | g | [AWS Specific] Instance types of the same category, usually the string before the generation number | -| karpenter.k8s.aws/instance-generation | 4 | [AWS Specific] Instance type generation number within an instance category | -| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities | -| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties | -| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance | -| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance | -| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports | -| karpenter.k8s.aws/instance-gpu-name | t4 | [AWS Specific] Name of the GPU on the instance, if available | -| karpenter.k8s.aws/instance-gpu-manufacturer | nvidia | [AWS Specific] Name of the GPU manufacturer | -| karpenter.k8s.aws/instance-gpu-count | 1 | [AWS Specific] Number of GPUs on the instance | -| 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 | - -### Node selectors - -Here is an example of a `nodeSelector` for selecting nodes: - -```yaml -nodeSelector: - topology.kubernetes.io/zone: us-west-2a - karpenter.sh/capacity-type: spot -``` -This example features a well-known label (`topology.kubernetes.io/zone`) and a label that is well known to Karpenter (`karpenter.sh/capacity-type`). - -If you want to create a custom label, you should do that at the provisioner level. -Then the pod can declare that custom label. - - -See [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) in the Kubernetes documentation for details. - -### Node affinity - -Examples below illustrate how to use Node affinity to include (`In`) and exclude (`NotIn`) objects. -See [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for details. -When setting rules, the following Node affinity types define how hard or soft each rule is: - -* **requiredDuringSchedulingIgnoredDuringExecution**: This is a hard rule that must be met. -* **preferredDuringSchedulingIgnoredDuringExecution**: This is a preference, but the pod can run on a node where it is not guaranteed. - -The `IgnoredDuringExecution` part of each tells the pod to keep running, even if conditions change on the node so the rules no longer matched. -You can think of these concepts as `required` and `preferred`, since Kubernetes never implemented other variants of these rules. - -All examples below assume that the provisioner doesn't have constraints to prevent those zones from being used. -The first constraint says you could use `us-west-2a` or `us-west-2b`, the second constraint makes it so only `us-west-2b` can be used. - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2b"] -``` - -Changing the second operator to `NotIn` would allow the pod to run in `us-west-2a` only: - -```yaml - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "NotIn" - values: ["us-west-2b"] -``` - -Continuing to add to the example, `nodeAffinity` lets you define terms so if one term doesn't work it goes to the next one. -Here, if `us-west-2a` is not available, the second term will cause the pod to run on a spot instance in `us-west-2d`. - - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: # OR - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" # AND - operator: "NotIn" - values: ["us-west-2b"] - - matchExpressions: # OR - - key: "karpenter.sh/capacity-type" # AND - operator: "In" - values: ["spot"] - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2d"] -``` -In general, Karpenter will go through each of the `nodeSelectorTerms` in order and take the first one that works. -However, if Karpenter fails to provision on the first `nodeSelectorTerms`, it will try again using the second one. -If they all fail, Karpenter will fail to provision the pod. -Karpenter will backoff and retry over time. -So if capacity becomes available, it will schedule the pod without user intervention. - -## Taints and tolerations - -Taints are the opposite of affinity. -Setting a taint on a node tells the scheduler to not run a pod on it unless the pod has explicitly said it can tolerate that taint. -This example shows a Provisioner that was set up with a taint for only running pods that require a GPU, such as the following: - - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - requirements: - - key: karpenter.k8s.aws/instance-family - operator: In - values: - - p3 - taints: - - key: nvidia.com/gpu - value: true - effect: "NoSchedule" -``` - -For a pod to request to run on a node that has provisioner, it could set a toleration as follows: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: mygpupod -spec: - containers: - - name: gpuapp - resources: - requests: - nvidia.com/gpu: 1 - limits: - nvidia.com/gpu: 1 - image: mygpucontainer - tolerations: - - key: "nvidia.com/gpu" - operator: "Exists" - effect: "NoSchedule" -``` -See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) in the Kubernetes documentation for details. - -## Topology Spread - -By using the Kubernetes `topologySpreadConstraints` you can ask the provisioner to have pods push away from each other to limit the blast radius of an outage. -Think of it as the Kubernetes evolution for pod affinity: it lets you relate pods with respect to nodes while still allowing spread. -For example: - -```yaml -spec: - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: "topology.kubernetes.io/zone" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "karpenter.sh/capacity-type" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - -``` -Adding this to your podspec would result in: - -* Pods being spread across zones, hosts, and capacity-type (`topologyKey`). -* The `dev` `labelSelector` will include all pods with the label of `dev=jjones` in topology calculations. It is recommended to use a selector to match all pods in a deployment. -* No more than one pod difference in the number of pods on each host (`maxSkew`). -For example, if there were three nodes and five pods the pods could be spread 1, 2, 2 or 2, 1, 2 and so on. -If instead the spread were 5, pods could be 5, 0, 0 or 3, 2, 0, or 2, 1, 2 and so on. - -The three supported `topologyKey` values that Karpenter supports are: -- `topology.kubernetes.io/zone` -- `kubernetes.io/hostname` -- `karpenter.sh/capacity-type` - - -See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - -## Pod affinity/anti-affinity - -By using the `podAffinity` and `podAntiAffinity` configuration on a pod spec, you can inform the provisioner of your desire for pods to schedule together or apart with respect to different topology domains. For example: - -```yaml -spec: - affinity: - podAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: system - operator: In - values: - - backend - topologyKey: topology.kubernetes.io/zone - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: inflate - topologyKey: kubernetes.io/hostname -``` - -The above pod affinity rule would cause the pod to only schedule in zones where a pod with the label `system=backend` is already running. - -The anti-affinity rule would cause it to avoid running on any node with a pod labeled `app=inflate`. If this anti-affinity term was on a deployment pod spec along with a matching `app=inflate` label, it would prevent more than one pod from the deployment from running on any single node. - -See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) in the Kubernetes documentation for details. - -## Persistent Volume Topology - -Karpenter automatically detects storage scheduling requirements and includes them in node launch decisions. - -In the following example, the `StorageClass` defines zonal topologies for `us-west-2a` and `us-west-2b` and [binding mode `WaitForFirstConsumer`](https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode). -When the pod is created, Karpenter follows references from the `Pod` to `PersistentVolumeClaim` to `StorageClass` and identifies that this pod requires storage in `us-west-2a` and `us-west-2b`. -It randomly selects `us-west-2a`, provisions a node in that zone, and waits for kube-scheduler to bind the pod to the node. -The CSI driver creates a `PersistentVolume` according to the `PersistentVolumeClaim` and gives it a node affinity rule for `us-west-2a`. - -Later on, the pod is deleted and a new pod is created that requests the same claim. This time, Karpenter identifies that a `PersistentVolume` already exists for the `PersistentVolumeClaim`, and includes its zone `us-west-2a` in the pod's scheduling requirements. - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: app -spec: - containers: ... - volumes: - - name: storage - persistentVolumeClaim: - claimName: ebs-claim ---- -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: ebs -provisioner: ebs.csi.aws.com -volumeBindingMode: WaitForFirstConsumer -allowedTopologies: -- matchLabelExpressions: - - key: topology.ebs.csi.aws.com/zone - values: ["us-west-2a", "us-west-2b"] ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ebs-claim -spec: - accessModes: - - ReadWriteOnce - storageClassName: ebs - resources: - requests: - storage: 4Gi -``` - -{{% alert title="Note" color="primary" %}} -☁️ AWS Specific - -The EBS CSI driver uses `topology.ebs.csi.aws.com/zone` instead of the standard `topology.kubernetes.io/zone` label. Karpenter is aware of label aliasing and translates this label into `topology.kubernetes.io/zone` in memory. When configuring a `StorageClass` for the EBS CSI Driver, you must use `topology.ebs.csi.aws.com/zone`. -{{% /alert %}} - -{{% alert title="Note" color="primary" %}} -The topology key `topology.kubernetes.io/region` is not supported. Legacy in-tree CSI providers specify this label. Instead, install an out-of-tree CSI provider. [Learn more about moving to CSI providers.](https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/#quick-recap-what-is-csi-migration-and-why-migrate) -{{% /alert %}} - -## Weighting Provisioners - -Karpenter allows you to order your provisioners using the `.spec.weight` field so that the node scheduler will deterministically attempt to schedule with one provisioner before another. Below are a few example use-cases that are now supported with the provisioner weighting semantic. - -### Savings Plans and Reserved Instances - -If you have purchased a [Savings Plan](https://aws.amazon.com/savingsplans/) or [Reserved Instances](https://aws.amazon.com/ec2/pricing/reserved-instances/), you may want to tell Karpenter to prioritize this reserved capacity ahead of other instance types. - -To enable this, you will need to tell the Karpenter controllers which instance types to prioritize and what is the maximum amount of capacity that should be provisioned using those instance types. We can set the `.spec.limits` on the provisioner to limit the capacity that can be launched by this provisioner. Combined with the `.spec.weight` value, we can tell Karpenter to pull from instance types in the reserved provisioner before defaulting to generic instance types. - -#### Reserved Instance Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: reserved-instance -spec: - weight: 50 - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["c4.large"] - limits: - cpu: 100 -``` - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -### Default Node Configuration - -Pods that do not specify node selectors or affinities can potentially be assigned to any node with any configuration. There may be cases where you require these pods to schedule to a specific capacity type or architecture but assigning the relevant node selectors or affinities to all these workload pods may be too tedious or infeasible. Instead, we want to define a cluster-wide default configuration for nodes launched using Karpenter. - -By assigning a higher `.spec.weight` value and restricting a provisioner to a specific capacity type or architecture, we can set default configuration for the nodes launched by pods that don't have node configuration restrictions. - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - weight: 50 - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -#### ARM-64 Specific Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: arm64-specific -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["arm64"] - - key: node.kubernetes.io/instance-type - operator: In - values: ["c4.large", "c4.xlarge"] -``` - -{{% alert title="Note" color="primary" %}} -Based on the way that Karpenter performs pod batching and bin packing, it is not guaranteed that Karpenter will always choose the highest priority provisioner given specific requirements. For example, if a pod can't be scheduled with the highest priority provisioner it will force creation of a node using a lower priority provisioner which may allow other pods from that batch to also schedule on that node. The behavior may also occur if existing capacity is available, as the kube-scheduler will schedule the pods instead of allowing Karpenter to provision a new node. -{{% /alert %}} - -## Advanced Scheduling Techniques - -### `Exists` Operator - -The `Exists` operator can be used on a provisioner to provide workload segregation across nodes. - -```yaml -... - requirements: - - key: company.com/team - operator: Exists -... -``` - -With the requirement on the provisioner in place, workloads can optionally specify a custom value as a required node affinity or node selector. Karpenter will then label the nodes it launches for these pods which prevents `kube-scheduler` from scheduling conflicting pods to those nodes. This provides a way to more dynamically isolate workloads without requiring a unique provisioner for each workload subset. - -```yaml - nodeSelector: - company.com/team: team-a -``` -{{% alert title="Note" color="primary" %}} -If a workload matches the provisioner but doesn't specify a label, Karpenter will generate a random label for the node. -{{% /alert %}} - -### On-Demand/Spot Ratio Split - -Taking advantage of Karpenter's ability to assign labels to node and using a topology spread across those labels enables a crude method for splitting a workload across on-demand and spot instances in a desired ratio. - -To do this, we create a provisioner each for spot and on-demand with disjoint values for a unique new label called `capacity-spread`. In the example below, we provide four unique values for the spot provisioner and one value for the on-demand provisioner. When we spread across our new label evenly, we'll end up with a ratio of 4:1 spot to on-demand nodes. - -{{% alert title="Warning" color="warning" %}} -This is not identical to a topology spread with a specified ratio. We are constructing 'virtual domains' to spread evenly across and the ratio of those 'virtual domains' to spot and on-demand happen to coincide with the desired spot to on-demand ratio. As an example, if you launch pods using the provided example, Karpenter will launch nodes with `capacity-spread` labels of 1, 2, 3, 4, and 5. `kube-scheduler` will then schedule evenly across those nodes to give the desired ratio. -{{% /alert %}} - -#### Spot Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "spot"] - - key: capacity-spread - operator: In - values: - - "2" - - "3" - - "4" - - "5" -``` - -#### On-Demand Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "on-demand"] - - key: capacity-spread - operator: In - values: - - "1" -``` - -#### Workload Topology Spread Constraint - -```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule -``` diff --git a/website/content/en/v0.18.1/tasks/set-resource-limits.md b/website/content/en/v0.18.1/tasks/set-resource-limits.md deleted file mode 100644 index 2b49d4a174a7..000000000000 --- a/website/content/en/v0.18.1/tasks/set-resource-limits.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Set Resource Limits" -linkTitle: "Set Resource Limits" -weight: 10 -description: > - Set resource limits with Karpenter ---- - -Karpenter automatically provisions instances from the cloud provider. This often incurs hard costs. To control resource utilization and cluster size, use resource limits. - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -For example, setting "spec.limits.resources.cpu" to "1000" limits the provisioner to a total of 1000 CPU cores across all instances. This prevents unwanted excessive growth of a cluster. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value, usually a natural integer. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://github.com/kubernetes/apimachinery/blob/4427f8f31dfbac65d3a044d0168f84c51bfda440/pkg/api/resource/quantity.go#L31) - -You can view the current consumption of cpu and memory on your cluster by running: -``` -kubectl get provisioner -o=jsonpath='{.items[0].status}' -``` - -Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`. - -### Implementation - -{{% alert title="Note" color="primary" %}} -Karpenter provisioning is highly parallel. Because of this, limit checking is eventually consistent, which can result in overrun during rapid scale outs. -{{% /alert %}} - -### Example Provisioner: - -``` -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - memory: 1000Gi - nvidia.com/gpu: 2 -``` diff --git a/website/content/en/v0.18.1/testing-guide.md b/website/content/en/v0.18.1/testing-guide.md deleted file mode 100644 index 9e03941f6483..000000000000 --- a/website/content/en/v0.18.1/testing-guide.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: "Testing Guide" -linkTitle: "Testing Guide" -weight: 80 -description: > - Learn about Karpenter testing ---- -Currently, users can only test Karpenter by adding to a list of integration tests run in a mock environment or installing and testing Karpenter on a real cluster. Users who want to run more comprehensive tests are limited by the lack of test automation and configurability. - -To increase testing of Karpenter, this document introduces plans to create infrastructure and tools to extend the current mechanisms and enable developers to contribute with more confidence. - -## Mediums of Testing - -__Code Contributions__ are currently tested with integration tests automated by GitHub Actions. Testing a contribution comprehensively is hard for a few reasons: - -* Testing all supported Kubernetes and Karpenter versions would be very tedious for one developer -* Testing with real instances would incur unwanted costs to the contributor - -__On-demand testing__ is where a developer may need to test Karpenter independent of contribution. This testing may only be useful for a smaller subset of Karpenter users. Some use-cases include: - -* Scale tests to verify test workloads or dependencies -* Benchmark performance of custom builds and changes - -__Periodic tests__ are meant to run on a pre-determined basis to monitor the health of the Karpenter project. These can be used to: - -* Track performance regressions/progressions over time -* Validate that Karpenter functionally works for existing and future releases. - -## How Testing Will Impact the User Workflow - -__(To be implemented)__ When contributing, users will need to go through some steps to automatically test their changes. - -* When a user cuts a PR and is ready to test, a maintainer will need to approve testing by posting `/ok-to-test` -* A robot watching the PR will kick off tests as configured in the testing folder. The tests will run in infrastructure owned by the respective cloud provider. -* A link to the logs and metrics will be posted in the PR, whether it’s prow as used in the [kubernetes/test-infra](https://github.com/kubernetes/test-infra) or an alternative solution, such as Tekton. -* After the tests are successful, the robot will report the results and a maintainer will merge it once approving the code. - -__(To be implemented)__ Users can follow instructions to replicate the infrastructure used to run the tests by the cloud provider. Contributors will be able to run tests on their own if they want to shorten the reviewer loop. The associated README will instruct users how to run tests as automated for a PR. - -__(To be implemented)__ Contributing to the list of test suites in the testing folder will include those tests in automated testing. As some contributions will only affect real instances, contributors will need to include new tests as well. A user will be able to follow a README in the testing folder to understand how to test their new tests as well. - -## Operational Excellence - -__(To be implemented)__ Periodic testing will be an important part of Karpenter’s testing history. Results and history will be visualized as a testgrid (https://testgrid.k8s.io/) where users can look at metrics and logs for each set of test runs. - -__(To be implemented)__ Upgrade instructions between releases as detailed in the Upgrade Guide (https://karpenter.sh/preview/upgrade-guide/#how-do-we-break-incompatibility) will be tested as well. Additional tests will be included in the PR to create the release. As a result, releases will go through the same process as normal commits, and will ensure that upgrade instructions that introduce breaking changes are tested. diff --git a/website/content/en/v0.18.1/troubleshooting.md b/website/content/en/v0.18.1/troubleshooting.md deleted file mode 100644 index 459f8b19aba4..000000000000 --- a/website/content/en/v0.18.1/troubleshooting.md +++ /dev/null @@ -1,371 +0,0 @@ ---- -title: "Troubleshooting" -linkTitle: "Troubleshooting" -weight: 100 -description: > - Troubleshoot Karpenter problems ---- - -## Unknown field in Provisioner spec - -If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: - -``` -error: error validating "STDIN": error validating data: ValidationError(Provisioner.spec): unknown field "" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -If you see this error, you can solve the problem by following the [Custom Resource Definition Upgrade Guidance](../upgrade-guide/#custom-resource-definition-crd-upgrades). - -Info on whether there has been a change to the CRD between versions of Karpenter can be found in the [Release Notes](../upgrade-guide/#released-upgrade-notes) - -## Unable to schedule pod due to insufficient node group instances - -v0.16.0 changed the default replicas from 1 to 2. - -Karpenter won't launch capacity to run itself (log related to the `karpenter.sh/provisioner-name DoesNotExist requirement`) -so it can't provision for the second Karpenter pod. - -To solve this you can either reduce the replicas back from 2 to 1, or ensure there is enough capacity that isn't being managed by Karpenter -(these are instances with the name `karpenter.sh/provisioner-name/`) to run both pods. - -To do so on AWS increase the `minimum` and `desired` parameters on the node group autoscaling group to launch at lease 2 instances. - -## Node not created - -In some circumstances, Karpenter controller can fail to start up a node. -For example, providing the wrong block storage device name in a custom launch template can result in a failure to start the node and an error similar to: - -``` -2022-01-19T18:22:23.366Z ERROR controller.provisioning Could not launch node, launching instances, with fleet error(s), InvalidBlockDeviceMapping: Invalid device name /dev/xvda; ... -``` - -You can see errors like this by viewing Karpenter controller logs: -```bash -kubectl get pods -A | grep karpenter -``` -``` -karpenter karpenter-XXXX 2/2 Running 2 21d -``` -```bash -kubectl logs karpenter-XXXX -c controller -n karpenter | less -``` - -## Node NotReady - -There are cases where the node starts, but fails to join the cluster and is marked "Node NotReady". -Reasons that a node can fail to join the cluster include: -- Permissions -- Security Groups -- Networking - -The easiest way to start debugging is to connect to the instance and get the Kubelet logs. For an AL2 based node: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Check Kubelet logs -sudo journalctl -u kubelet -``` - -For Bottlerocket, you'll need to get access to the root filesystem: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Enter the admin container -enter-admin-container -# Run sheltie -sudo sheltie -# Check Kubelet logs -journalctl -u kubelet -``` - -Here are examples of errors from Node NotReady issues that you might see from `journalctl`: - -* The runtime network not being ready can reflect a problem with IAM role permissions: - - ``` - KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized - ``` - See [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) for details. If you’re using `eksctl`, the VPC CNI pods may be given permissions through IRSA instead. Verify that this set up is working as intended. You can also look at the logs for your CNI plugin from the `aws-node` pod: - - ```bash - kubectl get pods -n kube-system | grep aws-node - ``` - ``` - aws-node-????? 1/1 Running 2 20d - ``` - ```bash - kubectl logs aws-node-????? -n kube-system - ``` - -* Not being able to register the node with the Kubernetes API server indicates an error condition like the following: - - ``` - Attempting to register node" node="ip-192-168-67-130.ec2.internal" - Unable to register node with API server" err="Unauthorized" node="ip-192-168-67-130.ec2.internal" - Error getting node" err="node \"ip-192-168-67-130.ec2.internal\" not found - Failed to contact API server when waiting for CSINode publishing: Unauthorized - ``` - - Check the ConfigMap to check whether or not the correct node role is there. For example: - - ```bash - $ kubectl get configmaps -n kube-system aws-auth -o yaml - ``` - ```yaml - apiVersion: v1 - data: - mapRoles: | - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/eksctl-johnw-karpenter-demo-NodeInstanceRole-72CV61KQNOYS - username: system:node:{{EC2PrivateDNSName}} - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/KarpenterNodeRole-johnw-karpenter-demo - username: system:node:{{EC2PrivateDNSName}} - mapUsers: | - [] - kind: ConfigMap - ... - ``` - -If you are not able to resolve the Node NotReady issue on your own, run the [EKS Logs Collector](https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/README.md) (if it’s an EKS optimized AMI) and look in the following places in the log: - -* Your UserData (in `/var_log/cloud-init-output.log` and `/var_log/cloud-init.log`) -* Your kubelets (`/kubelet/kubelet.log`) -* Your networking pod logs (`/var_log/aws-node`) - -Reach out to the Karpenter team on [Slack](https://kubernetes.slack.com/archives/C02SFFZSA2K) or [GitHub](https://github.com/aws/karpenter/) if you are still stuck. - -## Missing Service Linked Role -Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. -``` -AuthFailure.ServiceLinkedRoleCreationNotPermitted: The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances -``` -This can be resolved by creating the [Service Linked Role](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). -``` -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -``` - -## Unable to delete nodes after uninstalling Karpenter -Karpenter adds a [finalizer](https://github.com/aws/karpenter/pull/466) to nodes that it provisions to support graceful node termination. If Karpenter is uninstalled, these finalizers will cause the API Server to block deletion until the finalizers are removed. - -You can fix this by patching the node objects: -- `kubectl edit node ` and remove the line that says `karpenter.sh/termination` in the finalizers field. -- Run the following script that gets all nodes with the finalizer and removes all the finalizers from those nodes. - - NOTE: this will remove ALL finalizers from nodes with the karpenter finalizer. -```{bash} -kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{"\n"}' | grep "karpenter.sh/termination" | cut -d ':' -f 1 | xargs kubectl patch node --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]' -``` - -## Nil issues with Karpenter reallocation -If you create a Karpenter Provisioner while the webhook to default it is unavailable, it's possible to get unintentionally nil fields. [Related Issue](https://github.com/aws/karpenter/issues/463). - - You may see some logs like this. -```{bash} -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/utilization.go:84 +0x688 -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation.(*Controller).Reconcile(0xc000b004c0, 0x23354c0, 0xc000e209f0, 0x235e640, 0xc002566c40, 0x200c786, 0x5, 0xc00259c1b0, 0x1) github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/controller.go:72 +0x65 -github.com/aws/karpenter/pkg/controllers.(*GenericController).Reconcile(0xc000b00720, 0x23354c0, 0xc000e209f0, 0xc001db9be0, 0x7, 0xc001db9bd0, 0x7, 0xc000e209f0, 0x7fc864172d20, 0xc0000be2a0, ...) -``` -This is fixed in Karpenter v0.2.7+. Reinstall Karpenter on the latest version. - -## Nodes stuck in pending and not running the kubelet due to outdated CNI -If you have an EC2 instance get launched that is stuck in pending and ultimately not running the kubelet, you may see a message like this in your `/var/log/user-data.log`: - -> No entry for c6i.xlarge in /etc/eks/eni-max-pods.txt - -This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). - -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" - -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` - -Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) -```text -kubectl get po -A -l app.kubernetes.io/name=karpenter -NAME READY STATUS RESTARTS AGE -karpenter-7b46fb5c-gcr9z 2/2 Running 0 17h -``` - -Karpenter service has endpoints assigned to it -```text -kubectl get ep -A -l app.kubernetes.io/name=karpenter -NAMESPACE NAME ENDPOINTS AGE -karpenter karpenter 192.168.39.88:8443,192.168.39.88:8080 16d -``` - -Your security groups are not blocking you from reaching your webhook. - -This is especially relevant if you have used `terraform-eks-module` version `>=18` since that version changed its security -approach, and now it's much more restrictive. - -## DaemonSets can result in deployment failures - -For Karpenter versions 0.5.3 and earlier, DaemonSets were not properly considered when provisioning nodes. -This sometimes caused nodes to be deployed that could not meet the needs of the requested DaemonSets and workloads. -This issue no longer occurs after Karpenter version 0.5.3 (see [PR #1155](https://github.com/aws/karpenter/pull/1155)). - -If you are using a pre-0.5.3 version of Karpenter, one workaround is to set your provisioner to only use larger instance types that you know will be big enough for the DaemonSet and the workload. -For more information, see [Issue #1084](https://github.com/aws/karpenter/issues/1084). -Examples of this behavior are included in [Issue #1180](https://github.com/aws/karpenter/issues/1180). - -## Unspecified resource requests cause scheduling/bin-pack failures - -Not using the Kubernetes [LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) feature to enforce minimum resource request sizes will allow pods with very low or non-existent resource requests to be scheduled. -This can cause issues as Karpenter bin-packs pods based on the resource requests. - -If the resource requests do not reflect the actual resource usage of the pod, Karpenter will place too many of these pods onto the same node resulting in the pods getting CPU throttled or terminated due to the OOM killer. -This behavior is not unique to Karpenter and can also occur with the standard `kube-scheduler` with pods that don't have accurate resource requests. - -To prevent this, you can set LimitRanges on pod deployments on a per-namespace basis. -See the Karpenter [Best Practices Guide](https://aws.github.io/aws-eks-best-practices/karpenter/#use-limitranges-to-configure-defaults-for-resource-requests-and-limits) for further information on the use of LimitRanges. - -## Missing subnetSelector and securityGroupSelector tags causes provisioning failures - -Starting with Karpenter v0.5.5, if you are using Karpenter-generated launch template, provisioners require that [subnetSelector]({{}}) and [securityGroupSelector]({{}}) tags be set to match your cluster. -The [Provisioner]({{}}) section in the Karpenter Getting Started Guide uses the following example: - -```text -provider: - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` -To check your subnet and security group selectors, type the following: - -```bash -aws ec2 describe-subnets --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns subnets matching the selector* - -```bash -aws ec2 describe-security-groups --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns security groups matching the selector* - -Provisioners created without those tags and run in more recent Karpenter versions will fail with this message when you try to run the provisioner: - -```text - field(s): spec.provider.securityGroupSelector, spec.provider.subnetSelector -``` - -## Terraform fails to create instance profile when name is too long - -In the Getting Started with Terraform instructions to [Configure the KarpenterNode IAM Role]({{}}), the name assigned to the aws_iam_instance_profile cannot exceed 38 characters. If it does, it will fail with a message similar to: - -```text -Error: expected length of name_prefix to be in the range (1 - 38), got with module.eks.aws_iam_role.cluster[0], -on .terraform/modules/eks/main.tf line 131, in resource "aws_iam_role" "cluster": -131: name_prefix = var.cluster_iam_role_name != "" ? null : var.cluster_name -``` - -Note that it can be easy to run over the 38-character limit considering that the example includes KarpenterNodeInstanceProfile- (29 characters) and -karpenter-demo (15 characters). -That leaves only four characters for your user name. -You can reduce the number of characters consumed by changing `KarpenterNodeInstanceProfile-` to something like `KarpenterNode-`. - -## Karpenter Role names exceeding 64-character limit - -If you use a tool such as AWS CDK to generate your Kubernetes cluster name, when you add Karpenter to your cluster you could end up with a cluster name that is too long to incorporate into your KarpenterNodeRole name (which is limited to 64 characters). - -Node role names for Karpenter are created in the form `KarpenterNodeRole-${Cluster_Name}` in the [Create the KarpenterNode IAM Role]({{}}) section of the getting started guide. -If a long cluster name causes the Karpenter node role name to exceed 64 characters, creating that object will fail. - -Keep in mind that `KarpenterNodeRole-` is just a recommendation from the getting started guide. -Instead using of the eksctl role, you can shorten the name to anything you like, as long as it has the right permissions. - -## Node terminates before ready on failed encrypted EBS volume -If you are using a custom launch template and an encrypted EBS volume, the IAM principal launching the node may not have sufficient permissions to use the KMS customer managed key (CMK) for the EC2 EBS root volume. -This issue also applies to [Block Device Mappings]({{}}) specified in the Provisioner. -In either case, this results in the node terminating almost immediately upon creation. - -Keep in mind that it is possible that EBS Encryption can be enabled without your knowledge. -EBS encryption could have been enabled by an account administrator or by default on a per region basis. -See [Encryption by default](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) for details. - -To correct the problem if it occurs, you can use the approach that AWS EBS uses, which avoids adding particular roles to the KMS policy. Below is an example of a policy applied to the KMS key: - -```json -[ - { - "Sid": "Allow access through EBS for all principals in the account that are authorized to use EBS", - "Effect": "Allow", - "Principal": { - "AWS": "" - }, - "Action": [ - "kms:Encrypt", - "kms:Decrypt", - "kms:ReEncrypt", - "kms:GenerateDataKey*", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "Resource": "", - "Condition": { - "StringEquals": { - "kms:ViaService": "ec2.${AWS_REGION}.amazonaws.com", - "kms:CallerAccount": "${AWS_ACCOUNT_ID}" - } - } - }, - { - "Sid": "Allow direct access to key metadata to the account", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${AWS_ACCOUNT_ID}:root" - }, - "Action": [ - "kms:Describe", - "kms:Get*", - "kms:List*", - "kms:RevokeGrant" - ], - "Resource": "*" - } -] -``` - -## Pods using Security Groups for Pods stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running" - -When leveraging [Security Groups for Pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html), Karpenter will launch nodes as expected but pods will be stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running". This is related to an interaction between Karpenter and the [amazon-vpc-resource-controller](https://github.com/aws/amazon-vpc-resource-controller-k8s) when a pod requests `vpc.amazonaws.com/pod-eni` resources. More info can be found in [issue #1252](https://github.com/aws/karpenter/issues/1252). - -To workaround this problem, add the `vpc.amazonaws.com/has-trunk-attached: "false"` label in your Karpenter Provisioner spec and ensure instance-type requirements include [instance-types which support ENI trunking](https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/master/pkg/aws/vpc/limits.go). -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - labels: - vpc.amazonaws.com/has-trunk-attached: "false" - provider: - subnetSelector: - karpenter.sh/discovery: karpenter-demo - securityGroupSelector: - karpenter.sh/discovery: karpenter-demo - ttlSecondsAfterEmpty: 30 -``` -## Stale pricing data on isolated subnet - -The following pricing-related error occurs if you are running Karpenter in an isolated private subnet (no Internet egress via IGW or NAT gateways): - -```text -ERROR controller.aws.pricing updating on-demand pricing, RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout; RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout, using existing pricing data from 2022-08-17T00:19:52Z {"commit": "4b5f953"} -``` -This network timeout occurs because there is no VPC endpoint available for the [Price List Query API.](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html). -To workaround this issue, Karpenter ships updated on-demand pricing data as part of the Karpenter binary; however, this means that pricing data will only be updated on Karpenter version upgrades. -To disable pricing lookups and avoid the error messages, set the AWS_ISOLATED_VPC environment variable (or the `--aws-isolated-vpc` option) to true. -See [Environment Variables / CLI Flags]({{}}) for details. diff --git a/website/content/en/v0.18.1/upgrade-guide/_index.md b/website/content/en/v0.18.1/upgrade-guide/_index.md deleted file mode 100644 index 0788d0156f30..000000000000 --- a/website/content/en/v0.18.1/upgrade-guide/_index.md +++ /dev/null @@ -1,208 +0,0 @@ ---- -title: "Upgrade Guide" -linkTitle: "Upgrade Guide" -weight: 10 -description: > - Learn about upgrading Karpenter ---- - -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -To make upgrading easier we aim to minimize introduction of breaking changes with the followings: - -# Compatibility issues - -To make upgrading easier, we aim to minimize the introduction of breaking changes with the followings components: - -* Provisioner API -* Helm Chart - -We try to maintain compatibility with: - -* The application itself -* The documentation of the application - -When we introduce a breaking change, we do so only as described in this document. - -Karpenter follows [Semantic Versioning 2.0.0](https://semver.org/) in its stable release versions, while in -major version zero (v0.y.z) [anything may change at any time](https://semver.org/#spec-item-4). -However, to further protect users during this phase we will only introduce breaking changes in minor releases (releases that increment y in x.y.z). -Note this does not mean every minor upgrade has a breaking change as we will also increment the -minor version when we release a new feature. - -Users should therefore check to see if there is a breaking change every time they are upgrading to a new minor version. - -## Custom Resource Definition (CRD) Upgrades - -Karpenter ships with a few Custom Resource Definitions (CRDs). These CRDs are part of the helm chart [here](https://github.com/aws/karpenter/blob/main/charts/karpenter/crds). Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), the tool will only install the CRD during the first installation of the helm chart. Subsequent chart upgrades will not add or remove CRDs, even if the CRDs have changed. When CRDs are changed, we will make a note in the version's upgrade guide. - -In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -## How Do We Break Incompatibility? - -When there is a breaking change we will: - -* Increment the minor version when in major version 0 -* Add a permanent separate section named `upgrading to vx.y.z+` under [released upgrade notes](#released-upgrade-notes) - clearly explaining the breaking change and what needs to be done on the user side to ensure a safe upgrade -* Add the sentence “This is a breaking change, please refer to the above link for upgrade instructions” to the top of the release notes and in all our announcements - -## How Do We Find Incompatibilities - -Besides the peer review process for all changes to the code base we also do the followings in order to find -incompatibilities: -* (To be implemented) To check the compatibility of the application, we will automate tests for installing, uninstalling, upgrading from an older version, and downgrading to an older version -* (To be implemented) To check the compatibility of the documentation with the application, we will turn the commands in our documentation into scripts that we can automatically run - -## Security Patches - -While we are in major version 0 we will not release security patches to older versions. -Rather we provide the patches in the latest versions. -When at major version 1 we will have an EOL (end of life) policy where we provide security patches -for a subset of older versions and deprecate the others. - -# Release Types - -Karpenter offers four types of releases. This section explains the purpose of each release type and how the images for each release type are tagged in our [public image repository](https://gallery.ecr.aws/karpenter). - -## Stable Releases - -Stable releases are the most reliable releases that are released with weekly cadence. Stable releases are our only recommended versions for production environments. -Sometimes we skip a stable release because we find instability or problems that need to be fixed before having a stable release. -Stable releases are tagged with Semantic Versioning. For example `v0.13.0`. - -## Snapshot Releases - -We release a snapshot release for every commit that gets merged into the main repository. This enables our users to immediately try a new feature or fix right after it's merged rather than waiting days or weeks for release. -Snapshot releases are suitable for testing, and troubleshooting but users should exercise great care if they decide to use them in production environments. -Snapshot releases are tagged with the git commit hash prefixed by the Karpenter major version. For example `v0-fc17bfc89ebb30a3b102a86012b3e3992ec08adf`. For more detailed examples on how to use snapshot releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Nightly Releases - -Every night we build and release everything that has been checked into the source code. This enables us to detect problems including breaking changes and potential drifts in our external dependencies sooner than we otherwise would. -It also allows some advanced Karpenter users who have their own nightly builds to test the upcoming changes before they are released. Nightly releases are tagged with date in YYYYMMDD format. For example `20220713`. -For more examples on how to use nightly releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Release Candidates - -We consider having release candidates for major and important minor versions. Our release candidates are tagged like `vx.y.z-rc.0`, `vx.y.z-rc.1`. The release candidate will then graduate to `vx.y.z` as a normal stable release. -By adopting this practice we allow our users who are early adopters to test out new releases before they are available to the wider community, thereby providing us with early feedback resulting in more stable releases. - -# Released Upgrade Notes - -## Upgrading to v0.18.0+ -* v0.18.0 removes the `karpenter_consolidation_nodes_created` and `karpenter_consolidation_nodes_terminated` prometheus metrics in favor of the more generic `karpenter_nodes_created` and `karpenter_nodes_terminated` metrics. You can still see nodes created and terminated by consolidation by checking the `reason` label on the metrics. Check out all the metrics published by Karpenter [here](../tasks/metrics/). - -## Upgrading to v0.17.0+ -Karpenter's Helm chart package is now stored in [Karpenter's OCI (Open Container Initiative) registry](https://gallery.ecr.aws/karpenter/karpenter). The Helm CLI supports the new format since [v3.8.0+](https://helm.sh/docs/topics/registries/). -With this change [charts.karpenter.sh](https://charts.karpenter.sh/) is no longer updated but preserved to allow using older Karpenter versions. For examples on working with the Karpenter helm charts look at [Install Karpenter Helm Chart]({{< ref "../getting-started/getting-started-with-eksctl/#install-karpenter-helm-chart" >}}). - -Users who have scripted the installation or upgrading of Karpenter need to adjust their scripts with the following changes: -1. There is no longer a need to add the Karpenter helm repo to helm -2. The full URL of the Helm chart needs to be present when using the helm commands - -## Upgrading to v0.16.2+ -* v0.16.2 adds new kubeletConfiguration fields to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.2/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.16.0+ -* v0.16.0 adds a new weight field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.15.0+ -* v0.15.0 adds a new consolidation field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.15.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.14.0+ -* v0.14.0 adds new fields to the `provisioners.karpenter.sh` v1alpha5 and `awsnodetemplates.karpenter.k8s.aws` v1alpha1 CRDs. The CRDs will need to be updated to use the new parameters: - -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -* v0.14.0 changes the way Karpenter discovers its dynamically generated AWS launch templates to use a tag rather than a Name scheme. The previous name scheme was `Karpenter-${CLUSTER_NAME}-*` which could collide with user created launch templates that Karpenter should not manage. The new scheme uses a tag on the launch template `karpenter.k8s.aws/cluster: ${CLUSTER_NAME}`. As a result, Karpenter will not clean-up dynamically generated launch templates using the old name scheme. You can manually clean these up with the following commands: - -```bash -## Find launch templates that match the naming pattern and you do not want to keep -aws ec2 describe-launch-templates --filters="Name=launch-template-name,Values=Karpenter-${CLUSTER_NAME}-*" - -## Delete launch template(s) that match the name but do not have the "karpenter.k8s.aws/cluster" tag -aws ec2 delete-launch-template --launch-template-id -``` - -* v0.14.0 introduces additional instance type filtering if there are no `node.kubernetes.io/instance-type` or `karpenter.k8s.aws/instance-family` or `karpenter.k8s.aws/instance-category` requirements that restrict instance types specified on the provisioner. This prevents Karpenter from launching bare metal and some older non-current generation instance types unless the provisioner has been explicitly configured to allow them. If you specify an instance type or family requirement that supplies a list of instance-types or families, that list will be used regardless of filtering. The filtering can also be completely eliminated by adding an `Exists` requirement for instance type or family. -```yaml - - key: node.kubernetes.io/instance-type - operator: Exists -``` - -* v0.14.0 introduces support for custom AMIs without the need for an entire launch template. You must add the `ec2:DescribeImages` permission to the Karpenter Controller Role for this feature to work. This permission is needed for Karpenter to discover custom images specified. Read the [Custom AMI documentation here](../aws/provisioning/#amiselector) to get started -* v0.14.0 adds an an additional default toleration (CriticalAddonOnly=Exists) to the Karpenter helm chart. This may cause Karpenter to run on nodes with that use this Taint which previously would not have been schedulable. This can be overridden by using `--set tolerations[0]=null`. - -* v0.14.0 deprecates the `AWS_ENI_LIMITED_POD_DENSITY` environment variable in-favor of specifying `spec.kubeletConfiguration.maxPods` on the Provisioner. `AWS_ENI_LIMITED_POD_DENSITY` will continue to work when `maxPods` is not set on the Provisioner. If `maxPods` is set, it will override `AWS_ENI_LIMITED_POD_DENSITY` on that specific Provisioner. - -## Upgrading to v0.13.0+ -* v0.13.0 introduces a new CRD named `AWSNodeTemplate` which can be used to specify AWS Cloud Provider parameters. Everything that was previously specified under `spec.provider` in the Provisioner resource, can now be specified in the spec of the new resource. The use of `spec.provider` is deprecated but will continue to function to maintain backwards compatibility for the current API version (v1alpha5) of the Provisioner resource. v0.13.0 also introduces support for custom user data that doesn't require the use of a custom launch template. The user data can be specified in-line in the AWSNodeTemplate resource. Read the [UserData documentation here](../aws/operating-systems) to get started. - - If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.13.2/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.13.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. -* v0.13.0 also adds EC2/spot price fetching to Karpenter to allow making more accurate decisions regarding node deployments. Our getting started guide documents this, but if you are upgrading Karpenter you will need to modify your Karpenter controller policy to add the `pricing:GetProducts` and `ec2:DescribeSpotPriceHistory` permissions. - - -## Upgrading to v0.12.0+ -* v0.12.0 adds an OwnerReference to each Node created by a provisioner. Previously, deleting a provisioner would orphan nodes. Now, deleting a provisioner will cause Kubernetes [cascading delete](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion) logic to gracefully terminate the nodes using the Karpenter node finalizer. You may still orphan nodes by removing the owner reference. -* If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.12.1/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.12.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. - -## Upgrading to v0.11.0+ - -v0.11.0 changes the way that the `vpc.amazonaws.com/pod-eni` resource is reported. Instead of being reported for all nodes that could support the resources regardless of if the cluster is configured to support it, it is now controlled by a command line flag or environment variable. The parameter defaults to false and must be set if your cluster uses [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html). This can be enabled by setting the environment variable `AWS_ENABLE_POD_ENI` to true via the helm value `controller.env`. - -Other extended resources must be registered on nodes by their respective device plugins which are typically installed as DaemonSets (e.g. the `nvidia.com/gpu` resource will be registered by the [NVIDIA device plugin](https://github.com/NVIDIA/k8s-device-plugin). Previously, Karpenter would register these resources on nodes at creation and they would be zeroed out by `kubelet` at startup. By allowing the device plugins to register the resources, pods will not bind to the nodes before any device plugin initialization has occurred. - -v0.11.0 adds a `providerRef` field in the Provisioner CRD. To use this new field you will need to replace the Provisioner CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.11.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.10.0+ - -v0.10.0 adds a new field, `startupTaints` to the provisioner spec. Standard Helm upgrades [do not upgrade CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) so the field will not be available unless the CRD is manually updated. This can be performed prior to the standard upgrade by applying the new CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.10.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -📝 If you don't perform this manual CRD update, Karpenter will work correctly except for rejecting the creation/update of provisioners that use `startupTaints`. - -## Upgrading to v0.6.2+ - -If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration -that sets the old variable names. - -- `controller.clusterName` is now `clusterName` -- `controller.clusterEndpoint` is now `clusterEndpoint` diff --git a/website/content/en/v0.19.3/AWS/_index.md b/website/content/en/v0.19.3/AWS/_index.md deleted file mode 100644 index 84d2edd23e3b..000000000000 --- a/website/content/en/v0.19.3/AWS/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "AWS" -linkTitle: "AWS" -weight: 70 -description: > - Use AWS cloud provider features with Karpenter ---- - -Check out the [Karpenter EKS Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/) guide. - -Check out the [EC2 Spot Workshop](https://ec2spotworkshops.com/karpenter.html) for Karpenter and the [EKS Karpenter Workshop](https://www.eksworkshop.com/beginner/085_scaling_karpenter/set_up_the_provisioner/). diff --git a/website/content/en/v0.19.3/AWS/instance-types.md b/website/content/en/v0.19.3/AWS/instance-types.md deleted file mode 100644 index c9b79cc840de..000000000000 --- a/website/content/en/v0.19.3/AWS/instance-types.md +++ /dev/null @@ -1,14170 +0,0 @@ ---- -title: "Instance Types" -linkTitle: "Instance Types" -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 -- `aws-eni-limited-pod-density` is assumed to be `true` -- `amiFamily` is set to the default of `AL2` -## a1 Family -### `a1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `a1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `a1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `a1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `a1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `a1.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## c1 Family -### `c1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-pods|12| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1022Mi| - |pods|12| -### `c1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7168| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|5537Mi| - |pods|58| -## c3 Family -### `c3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c4 Family -### `c4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c5 Family -### `c5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5a Family -### `c5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5ad Family -### `c5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5d Family -### `c5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5n Family -### `c5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|5376| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|4198Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|10752| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|8852Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|21504| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|18798Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|43008| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|36753Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6a Family -### `c6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6g Family -### `c6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gd Family -### `c6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gn Family -### `c6gn.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6i Family -### `c6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6id Family -### `c6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6in Family -### `c6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|234460Mi| - |pods|688| -## c7g Family -### `c7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c7g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c7g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c7g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c7g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## cc2 Family -### `cc2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|cc| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|cc2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61952| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|cc2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|54276Mi| - |pods|234| -## d2 Family -### `d2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `d2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `d2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `d2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## d3 Family -### `d3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29745Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|42| -### `d3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59967Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|92| -### `d3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|120368Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|59| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|241379Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|119| -## d3en Family -### `d3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14590Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|24| -### `d3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29657Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|58| -### `d3en.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59747Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|78| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|119928Mi| - |pods|78| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|89| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|180428Mi| - |pods|89| - |vpc.amazonaws.com/pod-eni|119| -## dl1 Family -### `dl1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| - |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|4000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|694632Mi| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## g3 Family -### `g3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|g3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|2| - |pods|234| -### `g3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |nvidia.com/gpu|4| - |pods|737| -## g3s Family -### `g3s.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|g3s| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3s.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |nvidia.com/gpu|1| - |pods|58| -## g4ad Family -### `g4ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29767Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|11| -### `g4ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|2| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|10| -### `g4ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|4| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## g4dn Family -### `g4dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|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|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|29| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|59| -### `g4dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `g4dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g4dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `g4dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## g5 Family -### `g5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|4| -### `g5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `g5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|34| -### `g5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `g5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `g5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|345| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|723199Mi| - |nvidia.com/gpu|8| - |pods|345| - |vpc.amazonaws.com/pod-eni|107| -## g5g Family -### `g5g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g5g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g5g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## h1 Family -### `h1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `h1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `h1.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `h1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## i2 Family -### `i2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `i3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -### `i3.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|i3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## i3en Family -### `i3en.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|5| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|12| -### `i3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `i3en.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |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|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i3en.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## i4i Family -### `i4i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `i4i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|6| -### `i4i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|26| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|52| -### `i4i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|112| -### `i4i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## im4gn Family -### `im4gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `im4gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `im4gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `im4gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## inf1 Family -### `inf1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|38| - |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| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6704Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|38| - |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| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14282Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |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-pods|234| - |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| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `inf1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|321| - |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| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|177876Mi| - |pods|321| - |vpc.amazonaws.com/pod-eni|111| -## is4gen Family -### `is4gen.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|5140Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `is4gen.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|10592Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `is4gen.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `is4gen.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|44372Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `is4gen.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `is4gen.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## m1 Family -### `m1.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1066Mi| - |pods|8| -### `m1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2916Mi| - |pods|12| -### `m1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -## m2 Family -### `m2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|58| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|15103Mi| - |pods|58| -### `m2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|118| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|30640Mi| - |pods|118| -### `m2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|234| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|61758Mi| - |pods|234| -## m3 Family -### `m3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2965Mi| - |pods|12| -### `m3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `m3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|118| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|26663Mi| - |pods|118| -## m4 Family -### `m4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|20| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6902Mi| - |pods|20| -### `m4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m4.10xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| - |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-pods|234| - |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|39730m| - |ephemeral-storage|18Gi| - |memory|148523Mi| - |pods|234| -### `m4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -## m5 Family -### `m5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## m5a Family -### `m5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5ad Family -### `m5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5d Family -### `m5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5dn Family -### `m5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5n Family -### `m5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5zn Family -### `m5zn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `m5zn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|29| -### `m5zn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `m5zn.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|92| -### `m5zn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m5zn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5zn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6a Family -### `m6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6g Family -### `m6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6gd Family -### `m6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6i Family -### `m6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6id Family -### `m6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6idn Family -### `m6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## m6in Family -### `m6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## p2 Family -### `p2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -### `p2.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|16| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|749568| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|690321Mi| - |nvidia.com/gpu|16| - |pods|234| -## p3 Family -### `p3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `p3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `p3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -## p3dn Family -### `p3dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## p4d Family -### `p4d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1058357Mi| - |nvidia.com/gpu|8| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## r3 Family -### `r3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13434Mi| - |pods|29| -### `r3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## r4 Family -### `r4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `r4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `r4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -## r5 Family -### `r5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## r5a Family -### `r5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5ad Family -### `r5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5b Family -### `r5b.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5b.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5b.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5b.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5d Family -### `r5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5dn Family -### `r5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5n Family -### `r5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6a Family -### `r6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6gd Family -### `r6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6i Family -### `r6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6id Family -### `r6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6idn Family -### `r6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## r6in Family -### `r6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## t1 Family -### `t1.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|80Mi| - |pods|4| -## t2 Family -### `t2.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t2.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t2.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|11| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t2.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t2.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|44| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14216Mi| - |pods|44| -### `t2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|44| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29371Mi| - |pods|44| -## t3 Family -### `t3.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t3a Family -### `t3a.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3a.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3a.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|8| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `t3a.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t4g Family -### `t4g.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t4g.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t4g.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t4g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## trn1 Family -### `trn1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `trn1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|1962| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|462929Mi| - |pods|1962| - |vpc.amazonaws.com/pod-eni|82| -## u-12tb1 Family -### `u-12tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-12tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-12tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|11630631Mi| - |pods|737| -## u-18tb1 Family -### `u-18tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-18tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|18874368| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-18tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|17450228Mi| - |pods|737| -## u-24tb1 Family -### `u-24tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-24tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|25165824| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-24tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|23269825Mi| - |pods|737| -## u-3tb1 Family -### `u-3tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-3tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|2906769Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## u-6tb1 Family -### `u-6tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -### `u-6tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -## u-9tb1 Family -### `u-9tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-9tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|9437184| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-9tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|8720833Mi| - |pods|737| -## vt1 Family -### `vt1.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |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-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `vt1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `vt1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x1 Family -### `x1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|921438Mi| - |pods|234| -### `x1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|114784Mi| - |pods|29| -### `x1e.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|230023Mi| - |pods|58| -### `x1e.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|58| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|461140Mi| - |pods|58| -### `x1e.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|923374Mi| - |pods|58| -### `x1e.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -### `x1e.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|3694839Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `x2gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `x2gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `x2gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `x2gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2idn Family -### `x2idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iedn Family -### `x2iedn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|11| -### `x2iedn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `x2iedn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2iedn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iedn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|2901236Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iezn Family -### `x2iezn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `x2iezn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iezn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## z1d Family -### `z1d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `z1d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `z1d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `z1d.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `z1d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| diff --git a/website/content/en/v0.19.3/AWS/operating-systems.md b/website/content/en/v0.19.3/AWS/operating-systems.md deleted file mode 100644 index 9df7bf3f0d77..000000000000 --- a/website/content/en/v0.19.3/AWS/operating-systems.md +++ /dev/null @@ -1,248 +0,0 @@ ---- -title: "Operating Systems" -linkTitle: "Custom User Data and AMI" -weight: 200 -description: > - Learn how to configure custom UserData and AMIs with Karpenter ---- - -This document describes how you can customize the operating system for your EC2 worker nodes. - -## Configuration - -Operating system configuration is specified within a AWSNodeTemplate resource. This resource is referenced in your Provisioner using `spec.providerRef`. -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: bottlerocket-example - ... -``` - -**Examples** - -Operating systems can be configured using `spec.userData` and `spec.amiSelector` respectively in the `AWSNodeTemplate` resource: - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: bottlerocket-example -spec: - amiFamily: Bottlerocket - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - [settings.kubernetes] - kube-api-qps = 30 - [settings.kubernetes.eviction-hard] - "memory.available" = "20%" - amiSelector: - karpenter.sh/discovery: my-cluster -``` - -This example adds SSH keys to allow remote login to the node (replace *my-authorized_keys* with your key file): - -{{% alert title="Note" color="primary" %}} -Instead of using SSH as set up in this example, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "../troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. -{{% /alert %}} - - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: al2-example -spec: - amiFamily: AL2 - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - mkdir -p ~ec2-user/.ssh/ - touch ~ec2-user/.ssh/authorized_keys - cat >> ~ec2-user/.ssh/authorized_keys < >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 -/etc/eks/bootstrap.sh 'test-cluster' --apiserver-endpoint 'https://test-cluster' --b64-cluster-ca 'ca-bundle' \ ---use-max-pods false \ ---container-runtime containerd \ ---kubelet-extra-args '--node-labels=karpenter.sh/capacity-type=on-demand,karpenter.sh/provisioner-name=test --max-pods=110' ---//-- -``` - -You can also set kubelet-config properties by modifying the kubelet-config.json file before the EKS bootstrap script starts the kubelet: - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: kubelet-config-example -spec: - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - echo "$(jq '.kubeAPIQPS=50' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json - - --BOUNDARY-- -``` - -## Custom AMIs - -You can specify a set of AMIs for a provisioner to use by specifying an AMISelector that identifies AMIs to use through EC2 tags or via a comma-separated list. - -### Defining AMI constraints - -Karpenter will automatically determine the architecture that an EC2 AMI is compatible with (amd64, arm64), but other constraints of an AMI can be expressed as tags on the EC2 AMI. -For example, if you want to limit an EC2 AMI to only be used with instanceTypes that have an `nvidia` GPU, you can specify an EC2 tag with a key of `karpenter.k8s.aws/instance-gpu-manufacturer` and value `nvidia` on that AMI. - -All labels defined [in the scheduling documentation](../../tasks/scheduling#supported-labels) can be used as requirements for an EC2 AMI. - -```bash -> aws ec2 describe-images --image-id ami-123 --query Images[0].Tags -[ - { - "Key": "karpenter.sh/discovery", - "Value": "my-cluster" - }, - { - "Key": "Name", - "Value": "amazon-eks-node-1.21-customized-v0" - }, - { - "Key": "karpenter.k8s.aws/instance-gpu-manufacturer", - "Value": "nvidia" - } -] -``` - -### AMIFamily - -When you give Karpenter an AMI ID to use, you can specify which AMIFamily they belong to. This will determine how Karpenter should use your AMI. -For example, if you define the `AMIFamily` to be `AL2`, then Karpenter will assume that a worker node using that AMI should be bootstrapped in the same manner as EKS-optimized AL2 AMIs. This is useful when your custom images are variants of EKS-optimized AMIs and there are no differences in how bootstrapping needs to be performed. - -When the `AMIFamily` is set to `Custom`, then Karpenter will not attempt to bootstrap the worker node. You must set the necessary commands through `spec.UserData` to ensure that your worker node joins the cluster. - -### Binpacking semantics for AMIFamily - -In order for Karpenter to accurately binpack your pods in a worker node, it needs to know the eventual allocatable capacity on your node. This capacity has several dimensions (cpu, memory, ephemeral-storage) and is a function of the instanceType as well as the AMI. - -* When the AMIFamily is *`AL2`, `Bottlerocket` or `Ubuntu`*, Karpenter will bin-pack your pods in the same way as other EKS-optimized AMIs of that family. -* When the AMIFamily is *`Custom`*, Karpenter assumes that the amount of allocatable cpu, memory and ephemeral-storage is identical to `AL2` EKS-Optimized AMIs, regardless of how the node is being bootstrapped. - * When the AMIFamily is *`Custom`*, Karpenter has no way of knowing which ephemeral volume will be used for pods. Therefore, it will default to using the last volume in `spec.blockDeviceMappings` to determine the total available ephemeral capacity on a worker node. diff --git a/website/content/en/v0.19.3/AWS/provisioning.md b/website/content/en/v0.19.3/AWS/provisioning.md deleted file mode 100644 index 931566a5f825..000000000000 --- a/website/content/en/v0.19.3/AWS/provisioning.md +++ /dev/null @@ -1,363 +0,0 @@ ---- -title: "Provisioning" -linkTitle: "Provisioning" -weight: 10 -description: > - Learn AWS-specific Karpenter provisioning settings ---- - -Provisioner settings specific to Karpenter for the AWS cloud provider are described here. -The following example shows optional and required settings for a Karpenter provisioner for AWS: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type # optional, set to on-demand by default, spot if both are listed - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 # optional, recommended to limit total provisioned CPUs - memory: 1000Gi - providerRef: # optional, recommended to use instead of `provider` - name: default - ttlSecondsAfterEmpty: 30 # optional, but never scales down if not set - ttlSecondsUntilExpired: 2592000 # optional, but never expires if not set ---- -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - subnetSelector: # required - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: # required, when not using launchTemplate - karpenter.sh/discovery: ${CLUSTER_NAME} - instanceProfile: MyInstanceProfile # optional, if already set in controller args - launchTemplate: MyLaunchTemplate # optional, see Launch Template documentation - tags: - InternalAccountingTag: "1234" # optional, add tags for your own use - -``` -Refer to [Provisioner API]({{}}) for settings that are not specific to AWS. -See below for other AWS provider-specific parameters. - -## AWSNodeTemplate - -In the AWS Cloud Provider, the providerRef is a reference to an AWSNodeTemplate resource that contains all the necessary parameters to launch an instance. You can review these fields [in the code](https://github.com/aws/karpenter/blob{{< githubRelRef >}}pkg/apis/v1alpha1/awsnodetemplate.go). - -### InstanceProfile - -An `InstanceProfile` is a way to pass a single IAM role to an EC2 instance. Karpenter will not create one automatically. -A default profile may be specified on the controller, allowing it to be omitted here. If not specified as either a default -or on the controller, node provisioning will fail. The KarpenterControllerPolicy will also need to have permissions for -`iam:PassRole` to the role provided here or provisioning will fail. - -``` -spec: - instanceProfile: MyInstanceProfile -``` - -### SubnetSelector (required) - -Karpenter discovers subnets using [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). - -Subnets may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -Subnet IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -When launching nodes, Karpenter automatically chooses a subnet that matches the desired zone. If multiple subnets exist for a zone, the one with the most available IP addresses will be used. - -**Examples** - -Select all subnets with a specified tag: -``` - subnetSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select subnets by name: -``` - subnetSelector: - Name: my-subnet -``` - -Select subnets by an arbitrary AWS tag key/value pair: -``` - subnetSelector: - MySubnetTag: value -``` - -Select subnets using wildcards: -``` - subnetSelector: - Name: "*Public*" - -``` - -Specify subnets explicitly by ID: -```yaml - subnetSelector: - aws-ids: "subnet-09fa4a0a8f233a921,subnet-0471ca205b8a129ae" -``` - -### SecurityGroupSelector (required, when not using launchTemplate) - -The security group of an instance is comparable to a set of firewall rules. - -EKS creates at least two security groups by default, [review the documentation](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) for more info. - -Security groups may be specified by any AWS tag, including "Name". Selecting tags using wildcards (`*`) is supported. - -{{% alert title="Note" color="primary" %}} -When launching nodes, Karpenter uses all of the security groups that match the selector. If multiple security groups with the tag `karpenter.sh/discovery/MyClusterName` match the selector, this may result in failures using the AWS Load Balancer controller. The Load Balancer controller only supports a single security group having that tag key. See this [issue](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2367) for more details. -{{% /alert %}} - -To verify if this restriction affects you, run the following commands. -```bash -CLUSTER_VPC_ID="$(aws eks describe-cluster --name $CLUSTER_NAME --query cluster.resourcesVpcConfig.vpcId --output text)" - -aws ec2 describe-security-groups --filters Name=vpc-id,Values=$CLUSTER_VPC_ID Name=tag-key,Values=karpenter.sh/discovery/$CLUSTER_NAME --query 'SecurityGroups[].[GroupName]' --output text -``` - -If multiple securityGroups are printed, you will need a more targeted securityGroupSelector. - -**Examples** - -Select all security groups with a specified tag: -``` -spec: - securityGroupSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select security groups by name, or another tag (all criteria must match): -``` - securityGroupSelector: - Name: my-security-group - MySecurityTag: '' # matches all resources with the tag -``` - -Select security groups by name using a wildcard: -``` - securityGroupSelector: - Name: "*Public*" -``` - -Specify security groups explicitly by ID: -```yaml - securityGroupSelector: - aws-ids: "sg-063d7acfb4b06c82c,sg-06e0cf9c198874591" -``` - -### Tags - -Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of AWS tags are listed below. - -``` -Name: karpenter.sh/provisioner-name/ -karpenter.sh/provisioner-name: -kubernetes.io/cluster/: owned -``` - -Additional tags can be added in the AWSNodeTemplate tags section which are merged with and can override the default tag values. -``` -spec: - tags: - InternalAccountingTag: 1234 - dev.corp.net/app: Calculator - dev.corp.net/team: MyTeam -``` - -### Metadata Options - -Control the exposure of [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) on EC2 Instances launched by this provisioner using a generated launch template. - -Refer to [recommended, security best practices](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node) for limiting exposure of Instance Metadata and User Data to pods. - -If metadataOptions are omitted from this provisioner, the following default settings will be used. - -``` -spec: - metadataOptions: - httpEndpoint: enabled - httpProtocolIPv6: disabled - httpPutResponseHopLimit: 2 - httpTokens: required -``` - -### Amazon Machine Image (AMI) Family - -The AMI used when provisioning nodes can be controlled by the `amiFamily` field. Based on the value set for `amiFamily`, Karpenter will automatically query for the appropriate [EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) via AWS Systems Manager (SSM). When an `amiFamily` of `Custom` is chosen, then an `amiSelector` must be specified that informs Karpenter on which custom AMIs are to be used. - -Currently, Karpenter supports `amiFamily` values `AL2`, `Bottlerocket`, `Ubuntu` and `Custom`. GPUs are only supported with `AL2` and `Bottlerocket`. - -Note: If a custom launch template is specified, then the AMI value in the launch template is used rather than the `amiFamily` value. - - -``` -spec: - amiFamily: Bottlerocket -``` - -### Block Device Mappings - -The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs. - -Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -spec: - blockDeviceMappings: - - deviceName: /dev/xvda - ebs: - volumeSize: 100Gi - volumeType: gp3 - iops: 10000 - encrypted: true - kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" - deleteOnTermination: true - throughput: 125 - snapshotID: snap-0123456789 -``` - -### UserData - -You can control the UserData that needs to be applied to your worker nodes via this field. Review the [Custom UserData documentation](../operating-systems/) to learn the necessary steps -If you need to specify a launch template in addition to UserData, then review the [Launch Template documentation](../launch-templates/) instead and utilize the `spec.providerRef.launchTemplate` field. - -### AMISelector - -AMISelector is used to configure custom AMIs for Karpenter to use, where the AMIs are discovered through [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html), similar to `subnetSelector`. This field is optional, and Karpenter will use the latest EKS-optimized AMIs if an amiSelector is not specified. - -EC2 AMIs may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -EC2 AMI IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -* When launching nodes, Karpenter automatically determines which architecture a custom AMI is compatible with and will use images that match an instanceType's requirements. -* If multiple AMIs are found that can be used, Karpenter will randomly choose any one. -* If no AMIs are found that can be used, then no nodes will be provisioned. - -For additional data on how UserData is configured for Custom AMIs, and how more requirements can be specified for custom AMIs, follow [this documentation](../operating-systems/#custom-amis). - -**Examples** - -Select all AMIs with a specified tag: -``` - amiSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select AMIs by name: -``` - amiSelector: - Name: my-ami -``` - -Select AMIs by an arbitrary AWS tag key/value pair: -``` - amiSelector: - MyAMITag: value -``` - -Specify AMIs explicitly by ID: -```yaml - amiSelector: - aws-ids: "ami-123,ami-456" -``` - -## AWS Specific Labels - -The AWS cloud provider adds several labels to nodes that describe the node resources to make filtering instance types easier. These work at either the provisioner level as requirements or the pod level as node selectors or node affinities. The complete list, including the instance types they are applied to, is available in the [Instance Types](../instance-types/) documentation. A sampling of these include: -- `karpenter.k8s.aws/instance-cpu` -- `karpenter.k8s.aws/instance-memory` -- `karpenter.k8s.aws/instance-gpu-name` - -The `karpenter.k8s.aws/instance-cpu` and `karpenter.k8s.aws/instance-memory` values are numeric which also allows constructing requirements for them using the `Gt` and `Lt` operators. - -The standard rules for `Gt` and `Lt` apply: - -1. There can be only one value in the requirement -2. The value must be an integer - -These requirements can be useful to select nodes of a particular "shape". For example the following filters out all instance types with more than 8 CPUs or more than 16 GiB of memory: - -```yaml - - key: karpenter.k8s.aws/instance-cpu - operator: Lt - values: - - "9" - - key: karpenter.k8s.aws/instance-memory - operator: Lt - values: - - "16385" -``` - -A requirement that specifies a specific value for `karpenter.k8s.aws/instance-gpu-name` can be used to select for all instance types that have a particular GPU type. - -```yaml - - key: karpenter.k8s.aws/instance-gpu-name - operator: In - values: - - "v100" -``` - -## Other Resources - -### Accelerators, GPU - -Accelerator (e.g., GPU) values include -- `nvidia.com/gpu` -- `amd.com/gpu` -- `aws.amazon.com/neuron` - -Karpenter supports accelerators, such as GPUs. - - -Additionally, include a resource requirement in the workload manifest. This will cause the GPU dependent pod to be scheduled onto the appropriate node. - -Here is an example of an accelerator resource in a workload manifest (e.g., pod): - -```yaml -spec: - template: - spec: - containers: - - resources: - limits: - nvidia.com/gpu: "1" -``` -{{% alert title="Note" color="primary" %}} -If you are provisioning GPU nodes, you need to deploy an appropriate GPU device plugin daemonset for those nodes. -Without the daemonset running, Karpenter will not see those nodes as initialized. -Refer to general [Kubernetes GPU](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#deploying-amd-gpu-device-plugin) docs and the following specific GPU docs: -* `nvidia.com/gpu`: [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) -* `amd.com/gpu`: [AMD GPU device plugin for Kubernetes](https://github.com/RadeonOpenCompute/k8s-device-plugin) -* `aws.amazon.com/neuron`: [Kubernetes environment setup for Neuron](https://github.com/aws-neuron/aws-neuron-sdk/tree/master/src/k8) -{{% /alert %}} - -### Pod ENI (Security Groups for Pods) -[Pod ENI](https://github.com/aws/amazon-vpc-cni-k8s#enable_pod_eni-v170) is a feature of the AWS VPC CNI Plugin which allows an Elastic Network Interface (ENI) to be allocated directly to a Pod. When enabled, the `vpc.amazonaws.com/pod-eni` extended resource is added to supported nodes. The Pod ENI feature can be used independently, but is most often used in conjunction with Security Groups for Pods. Follow the below instructions to enable support for Pod ENI and/or Security Groups for Pods in Karpenter. - -{{% alert title="Note" color="primary" %}} -You must enable Pod ENI support in the AWS VPC CNI Plugin before enabling Pod ENI support in Karpenter. Please refer to the [Security Groups for Pods documentation](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html) for instructions. -{{% /alert %}} - -Now that Pod ENI support is enabled in the AWS VPC CNI Plugin, you can enable Pod ENI support in Karpenter by setting the `settings.aws.enablePodENI` Helm chart value to `true`. - -Here is an example of a pod-eni resource defined in a deployment manifest: -``` -spec: - template: - spec: - containers: - - resources: - limits: - vpc.amazonaws.com/pod-eni: "1" -``` diff --git a/website/content/en/v0.19.3/_index.md b/website/content/en/v0.19.3/_index.md deleted file mode 100755 index 909e8c985cb7..000000000000 --- a/website/content/en/v0.19.3/_index.md +++ /dev/null @@ -1,40 +0,0 @@ - ---- -title: "Documentation" -linkTitle: "Docs" -weight: 20 -cascade: - type: docs - tags: - - preview ---- -Karpenter is an open-source node provisioning project built for Kubernetes. -Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that cluster. -Karpenter works by: - -* **Watching** for pods that the Kubernetes scheduler has marked as unschedulable -* **Evaluating** scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods -* **Provisioning** nodes that meet the requirements of the pods -* **Removing** the nodes when the nodes are no longer needed - -As someone using Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running (see [Getting Started]({{}})), you can: - -* **Set up provisioners**: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values. -Provisioner-level constraints related to Kubernetes and your cloud provider (AWS, for example) include: - - - Taints (`taints`): Identify taints to add to provisioned nodes. If a pod doesn't have a matching toleration for the taint, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Labels (`labels`): Apply arbitrary key-value pairs to nodes that can be matched by pods. - - Requirements (`requirements`): Set acceptable (`In`) and unacceptable (`Out`) Kubernetes and Karpenter values for node provisioning based on [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/) and [cloud-specific settings]({{}}). These can include [instance types](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type), [zones](https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone), [computer architecture](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-arch), and [capacity type]({{}}) (such as AWS spot or on-demand). - - Limits (`limits`): Lets you set limits on the total CPU and Memory that can be used by the cluster, effectively stopping further node provisioning when those limits have been reached. - -* **Deploy workloads**: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. Use any of the following Pod spec constraints when you deploy pods: - - - Resources (`resources`): Make requests and set limits for memory and CPU for a Pod. See [Requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits) for details. - - Nodes (`nodeSelector`): Use [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) to ask to match a node that includes one or more selected key-value pairs. These can be arbitrary labels you define, Kubernetes well-known labels, or Karpenter labels. - - Node affinity (`NodeAffinity`): Set [nodeAffinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) to have the Pod run on nodes that have matching `nodeSelectorTerms` set or not set. Matching affinity can be a particular operating system or zone. You can set the node affinity to be required or simply preferred. `NotIn` and `DoesNotExist` allow you to define node anti-affinity behavior. - - Pod affinity and anti-affinity (`podAffinity/podAntiAffinity`): Choose to run a pod on a node based on whether certain pods are running (`podAffinity`) or not running (`podAntiAffinity`) on the node. See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) for details. - - Tolerations (`tolerations`): Identify that a pod must match (tolerate) a taint on a node before the pod will run on it. Without the toleration, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Topology spread (`topologySpreadConstraints`): Request that pods be spread across zones (`topology.kubernetes.io/zone`) or hosts (`kubernetes.io/hostname`), or cloud provider capacity types (`karpenter.sh/capacity-type`). See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - - Persistent volume topology: Indicate that the Pod has a storage requirement that requires a node running in a particular zone that can make that storage available to the node. - -Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.19.3/concepts/_index.md b/website/content/en/v0.19.3/concepts/_index.md deleted file mode 100644 index e8ab8a62bbd5..000000000000 --- a/website/content/en/v0.19.3/concepts/_index.md +++ /dev/null @@ -1,182 +0,0 @@ ---- -title: "Concepts" -linkTitle: "Concepts" -weight: 35 -description: > - Understand key concepts of Karpenter ---- - -Users fall under two basic roles: Kubernetes cluster administrators and application developers. -This document describes Karpenter concepts through the lens of those two types of users. - -## Cluster administrator - -As a Kubernetes cluster administrator, you can engage with Karpenter to: - -* Install Karpenter -* Configure provisioners to set constraints and other features for managing nodes -* Deprovision nodes -* Upgrade nodes - -Concepts associated with this role are described below. - - -### Installing Karpenter - -Karpenter is designed to run on a node in your Kubernetes cluster. -As part of the installation process, you need credentials from the underlying cloud provider to allow nodes to be started up and added to the cluster as they are needed. - -[Getting Started with Karpenter on AWS](../getting-started) -describes the process of installing Karpenter on an AWS cloud provider. -Because requests to add and delete nodes and schedule pods are made through Kubernetes, AWS IAM Roles for Service Accounts (IRSA) are needed by your Kubernetes cluster to make privileged requests to AWS. -For example, Karpenter uses AWS IRSA roles to grant the permissions needed to describe EC2 instance types and create EC2 instances. - -Once privileges are in place, Karpenter is deployed with a Helm chart. - -### Configuring provisioners - -Karpenter's job is to add nodes to handle unschedulable pods, schedule pods on those nodes, and remove the nodes when they are not needed. -To configure Karpenter, you create *provisioners* that define how Karpenter manages unschedulable pods and expires nodes. -Here are some things to know about the Karpenter provisioner: - -* **Unschedulable pods**: Karpenter only attempts to schedule pods that have a status condition `Unschedulable=True`, which the kube scheduler sets when it fails to schedule the pod to existing capacity. - -* **Provisioner CR**: Karpenter defines a Custom Resource called a Provisioner to specify provisioning configuration. -Each provisioner manages a distinct set of nodes, but pods can be scheduled to any provisioner that supports its scheduling constraints. -A provisioner contains constraints that impact the nodes that can be provisioned and attributes of those nodes (such timers for removing nodes). -See [Provisioner API](../provisioner) for a description of settings and the [Provisioning](../tasks/provisioning) task for provisioner examples. - -* **Well-known labels**: The provisioner can use well-known Kubernetes labels to allow pods to request only certain instance types, architectures, operating systems, or other attributes when creating nodes. -See [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) for details. -Keep in mind that only a subset of these labels are supported in Karpenter, as described later. - -* **Deprovisioning nodes**: A provisioner can also include time-to-live values to indicate when nodes should be deprovisioned after a set amount of time from when they were created or after they becomes empty of deployed pods. - -* **Multiple provisioners**: Multiple provisioners can be configured on the same cluster. -For example, you might want to configure different teams on the same cluster to run on completely separate capacity. -One team could run on nodes using BottleRocket, while another uses EKSOptimizedAMI. - -Although most use cases are addressed with a single provisioner for multiple teams, multiple provisioners are useful to isolate nodes for billing, use different node constraints (such as no GPUs for a team), or use different deprovisioning settings. - -### Deprovisioning nodes - -Karpenter deletes nodes when they are no longer needed. - -* **Finalizer**: Karpenter places a finalizer bit on each node it creates. -When a request comes in to delete one of those nodes (such as a TTL or a manual `kubectl delete node`), Karpenter will cordon the node, drain all the pods, terminate the EC2 instance, and delete the node object. -Karpenter handles all clean-up work needed to properly delete the node. -* **Node Expiry**: If a node expiry time-to-live value (`ttlSecondsUntilExpired`) is reached, that node is drained of pods and deleted (even if it is still running workloads). -* **Empty nodes**: When the last workload pod running on a Karpenter-managed node is gone, the node is annotated with an emptiness timestamp. -Once that "node empty" time-to-live (`ttlSecondsAfterEmpty`) is reached, finalization is triggered. -* **Consolidation**: If enabled, Karpenter will work to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. - -For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](../tasks/deprovisioning) for details. - -### Upgrading nodes - -A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`. -Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest [EKS Optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) or the AMI specified in the `$LATEST` version of your launch template. - -Understanding the following concepts will help you in carrying out the tasks just described. - -### Constraints - -The concept of layered constraints is key to using Karpenter. -With no constraints defined in provisioners and none requested from pods being deployed, Karpenter chooses from the entire universe of features available to your cloud provider. -Nodes can be created using any instance type and run in any zones. - -An application developer can tighten the constraints defined in a provisioner by the cluster administrator by defining additional scheduling constraints in their pod spec. -Refer to the description of Karpenter constraints in the Application Developer section below for details. - -### Scheduling - -Karpenter schedules pods that the Kubernetes scheduler has marked unschedulable. -After solving scheduling constraints and launching capacity, Karpenter creates the Node object and waits for kube-scheduler to bind the pod. -This stateless approach helps to avoid race conditions and improves performance. -If something is wrong with the launched node, Kubernetes will automatically migrate the pods to a new node. - -Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well. -This is useful if there is additional room in the node due to imperfect packing shape or because workloads finish over time. - -### Cloud provider -Karpenter makes requests to provision new nodes to the associated cloud provider. -The first supported cloud provider is AWS, although Karpenter is designed to work with other cloud providers. -Separating Kubernetes and AWS-specific settings allows Karpenter a clean path to integrating with other cloud providers. - -While using Kubernetes well-known labels, the provisioner can set some values that are specific to the cloud provider. -So, for example, to include a certain instance type, you could use the Kubernetes label `node.kubernetes.io/instance-type`, but set its value to an AWS instance type (such as `m5.large` or `m5.2xlarge`). - -### Consolidation - -If consolidation is enabled for a provisioner, Karpenter attempts to reduce the overall cost of the nodes launched by that provisioner if workloads have changed in two ways: -- Node Deletion -- Node Replacement - -To perform these actions, Karpenter simulates all pods being evicted from a candidate node and then looks at the results of the scheduling simulation to determine if those pods can run on a combination of existing nodes in the cluster and a new cheaper node. This operation takes into consideration all scheduling constraints placed on your workloads and provisioners (e.g. taints, tolerations, node selectors, inter-pod affinity, etc). - -If as a result of the scheduling simulation all pods can run on existing nodes, the candidate node is simply deleted. If all pods can run on a combination of existing nodes and a cheaper node, we launch the cheaper node and delete the candidate node which causes the pods to be evicted and re-created by their controllers in order to be rescheduled. - -For Node Replacement to work well, your provisioner must allow selecting from a variety of instance types with varying amounts of allocatable resources. Consolidation will only consider launching nodes using instance types which are allowed by your provisioner. - -### Interruption - -If interruption-handling is enabled for the controller, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="warning" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -### Kubernetes cluster autoscaler -Like Karpenter, [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) is -designed to add nodes when requests come in to run pods that cannot be met by current capacity. -Cluster autoscaler is part of the Kubernetes project, with implementations by most major Kubernetes cloud providers. -By taking a fresh look at provisioning, Karpenter offers the following improvements: - -* **Designed to handle the full flexibility of the cloud**: -Karpenter has the ability to efficiently address the full range of instance types available through AWS. -Cluster autoscaler was not originally built with the flexibility to handle hundreds of instance types, zones, and purchase options. - -* **Group-less node provisioning**: Karpenter manages each instance directly, without use of additional orchestration mechanisms like node groups. -This enables it to retry in milliseconds instead of minutes when capacity is unavailable. -It also allows Karpenter to leverage diverse instance types, availability zones, and purchase options without the creation of hundreds of node groups. - -## Application developer - -As someone deploying pods that might be evaluated by Karpenter, you should know how to request the properties that your pods need of its compute resources. -Karpenter's job is to efficiently assess and choose compute assets based on requests from pod deployments. -These can include basic Kubernetes features or features that are specific to the cloud provider (such as AWS). - -Layered *constraints* are applied when a pod makes requests for compute resources that cannot be met by current capacity. -A pod can specify `nodeAffinity` (to run in a particular zone or instance type) or a `topologySpreadConstraints` spread (to cause a set of pods to be balanced across multiple nodes). -The pod can specify a `nodeSelector` to run only on nodes with a particular label and `resource.requests` to ensure that the node has enough available memory. - -The Kubernetes scheduler tries to match those constraints with available nodes. -If the pod is unschedulable, Karpenter creates compute resources that match its needs. -When Karpenter tries to provision a node, it analyzes scheduling constraints before choosing the node to create. - -As long as the requests are not outside of the provisioner's constraints, -Karpenter will look to best match the request, comparing the same well-known labels defined by the pod's scheduling constraints. -Note that if the constraints are such that a match is not possible, the pod will remain unscheduled. - -So, what constraints can you use as an application developer deploying pods that could be managed by Karpenter? - -Kubernetes features that Karpenter supports for scheduling pods include nodeAffinity and [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). -It also supports [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/), [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/), and [inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity). - -From the Kubernetes [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) page, -you can see a full list of Kubernetes labels, annotations and taints that determine scheduling. -Those that are implemented in Karpenter include: - -* **kubernetes.io/arch**: For example, kubernetes.io/arch=amd64 -* **node.kubernetes.io/instance-type**: For example, node.kubernetes.io/instance-type=m3.medium -* **topology.kubernetes.io/zone**: For example, topology.kubernetes.io/zone=us-east-1c - -For more on how, as a developer, you can add constraints to your pod deployment, see [Scheduling](../tasks/scheduling/) for details. diff --git a/website/content/en/v0.19.3/contributing/_index.md b/website/content/en/v0.19.3/contributing/_index.md deleted file mode 100644 index 10bb749d39dc..000000000000 --- a/website/content/en/v0.19.3/contributing/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contributing" -linkTitle: "Contributing" -weight: 100 -description: > - Learn about how to contribute to Karpenter ---- diff --git a/website/content/en/v0.19.3/contributing/design-guide.md b/website/content/en/v0.19.3/contributing/design-guide.md deleted file mode 100644 index b95b992c1f4c..000000000000 --- a/website/content/en/v0.19.3/contributing/design-guide.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Design Guide" -linkTitle: "Design Guide" -weight: 20 -description: > - Read this before making large changes to Karpenter ---- - -Technical designs are essential to building robust, intuitive, and performant products that delight users. Writing a design can accelerate decision making and avoid wasting time on an implementation that never lands. But what makes a good design? These guidelines were authored with the Karpenter community in mind, but apply broadly to the development of Kubernetes Operators. - -Designs don’t have to be long or formal, and should match the scope of the problem they’re trying to solve. - -* Are there multiple potential solutions? -* Will users need to be aware of the changes? -* Would it be painful to discard a rejected implementation? -* When in doubt, write a 1 pager. - -## Tell a Story - -A design is a story that connects a user need with a technical direction that solves the need. Designs come in all shapes and sizes, and this document intentionally avoids prescribing a one-size-fits-all template. There’s no substitute for an author thinking deeply about a problem space, and mapping that to a clear story that walks readers through the ideas and helps them reason about a solution space. Keep readers engaged with concise language and make every word count. - -Your story should include, - -* [Context] Include some technical background that helps readers think about your idea in context -* [Problem] Clearly identify the problem to be solved and some guiding principles to help think about the solutions -* [Solutions] Talk through different potential solutions and their tradeoffs. Include diagrams to clarify concepts -* [Recommendation] Make a recommendation, but don’t be overly invested in it - -The best way to improve your story telling skills is to write and review designs. Seek inspiration from recent designs in the project as well as from other domains. Focus on your audience and continuously reread and refine your design with their perspective in mind. - -## Gather Broad Feedback - -The bigger the change, the more likely your design will have broader implications than intended. Be vocal about design ideas as they’re explored and run them by engineering leaders in relevant systems. Surface your design ideas at the Karpenter working group, or asynchronously on the [Kubernetes Slack channel for Karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K). - -The Kubernetes community is also a valuable source of feedback from both users and Kubernetes developers. Does your design touch scoped owned by any Kubernetes SIGs? Consider discussing the design ideas at the SIG or in their slack channel. Socializing high level ideas before the review gives your audience more time to think about possible interactions with existing and future systems. - -It can be tempting to rush to solutions that unblock user adoption or ease user pain, but the wrong solution can have a greater negative impact on users than it solves. It’s impossible to know all future use cases and how your design choices may impact them, but the more thorough your investigation, the more likely your solution is to deliver long term value. - -## Simple Solutions to Complex Problems - -The best solutions are invisible to users and “Just Work™”. It’s easy to forget that users have business problems to focus on and each parameter and behavior your design introduces increases user cognitive load. Pragmatically, it’s not always possible to meet the broad requirements of Kubernetes without providing options, but solution spaces typically include a spectrum of configuration complexity. Recognize that a solution for one user segment may be directly at odds with another or create long term technical debt for the project. Often, requirements only exist to workaround bugs or missing features in related systems. Deep dive requirements until you’re certain they’re necessary and ensure each bit of complexity justifies its existence. - -## Common Gotchas - -### Does your change introduce new APIs? - -APIs are notoriously hard to get right and even harder to change. Kubernetes defines an [api deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) that helps systems make backwards incompatible changes to APIs before graduating to a stable API with compatibility guarantees. Once an API is stable, features are typically via [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/), which allows for experimentation and deprecation. - -Think about how your API changes impact existing parameters and their deprecation policies. Consider how the user interacts with the product as a whole and if the feature supersedes or overlaps with existing concepts. Weigh the costs of deprecating existing features to the benefit of simplifying the product for all future users. The answer will change depending on the maturity of the product and breadth of adoption. - -Build minimal and maintainable APIs by: - -* Push back on requirements that introduces concepts for all users to solve problems for a few. -* Identify an opinionated default that solves the majority of use cases. -* Delay introducing a parameter into your API surface until users demand it; you can always add it later. -* Rely on existing concepts and idioms from the Kubernetes ecosystem. Look to [Kubernetes APIs](https://pkg.go.dev/k8s.io/api/core/v1) and projects like [Tekton](https://github.com/tektoncd/cli), [Knative](https://github.com/knative/serving), and [ACK](https://github.com/aws-controllers-k8s) and find concepts that will be familiar to users. -* Take advantage of opportunities to refine APIs while the impact of backwards incompatibility is small - -### Does your change behave differently with different cloud providers? - -Kubernetes is an open standard that users rely on to work across vendors. Users care deeply about this, as it minimizes the technical complexity to operate in different environments. Identify whether or not your feature varies across cloud providers or are bespoke to a specific provider. For some features, it’s possible to rely on existing vendor neutral abstractions. For others, it’s possible to define a neutral abstraction that cloud providers can implement. - -Achieving consensus for new neutral concepts is hard. Often, the best path is to demonstrate value on a single vendor, and work to achieve neutrality as a followup effort. Be cautious about introducing or changing vendor neutral interfaces, as it will require changes from all providers. Similarly, invest heavily in getting these interfaces right in the early stages. As projects mature, these interfaces are rarely changed. - -### Does your change expose details users may rely on? - -Kubernetes based systems often use a layered architectural pattern that exposes underlying layers of abstraction. This approach enables broad extensibility and allows other systems to integrate at multiple layers of the stack. For example, Karpenter creates EC2 instances in your AWS account. This enables you to view logs or react to their creation with other automation without requiring any features from Karpenter. However, Karpenter also applies specific EC2 tags to the EC2 instances. Are the tags an implementation detail or an interface? What can you change without breaking compatibility? - -Be intentional and explicit about the interface and implementation of your design and ensure that this is communicated to users. If implementation details are exposed through other APIs, expect users to rely on them as an interface unless told otherwise. In general, aim to minimize the project’s interface to maximize future flexibility. - -### Does your change have a risk of breaking an undocumented invariant? - -Systems often contain mechanisms that are implicitly assumed as invariant, but may not be obvious, especially over time. Existing mechanisms may not be extensible enough to support your design, and may require them to be rewritten as part of the design scope. Be aware that regression tests never have complete coverage and well intentioned engineers thought carefully about how things were done before your requirements. - -* Identify the fundamental reason the existing mechanism is insufficient and be able to explain it in plain terms. -* Separate the new mechanism from the new feature that relies on it. -* Clean up after yourself and avoid getting stuck halfway between old and new mechanisms. - -### Does your change impact performance? - -Users have high expectations for performance on Kubernetes. Karpenter is especially sensitive, as it has the potential to impact application availability during traffic spikes. Think about how your solution scales, and look for opportunities to improve performance at the design level. Often, good designs don’t require trading-off a great UX for performance. Make it work, make it fast, make it pretty. - -* Beware code that scales linearly with pods or nodes. Milliseconds in testing turn into seconds at scale. -* Cloud provider read APIs can have surprisingly high latency and low limits, use caching to minimize calls. -* Increases to memory and CPU usage increase capex cost for operators. Profile and optimize your implementations. diff --git a/website/content/en/v0.19.3/contributing/development-guide.md b/website/content/en/v0.19.3/contributing/development-guide.md deleted file mode 100644 index 6cab29e3a5cf..000000000000 --- a/website/content/en/v0.19.3/contributing/development-guide.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Development Guide" -linkTitle: "Development Guide" -weight: 80 -description: > - Set up a Karpenter development environment ---- - -## Dependencies - -The following tools are required for contributing to the Karpenter project. - -| Package | Version | Install | -| ------------------------------------------------------------------ | -------- | ---------------------------------------------- | -| [go](https://golang.org/dl/) | v1.18+ | [Instructions](https://golang.org/doc/install) | -| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` | -| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` | -| Other tools | | `make toolchain` | - -## Developing - -### Setup / Teardown - -Based on how you are running your Kubernetes cluster, follow the [Environment specific setup](#environment-specific-setup) to configure your environment before you continue. You can choose to either run the Karpenter controller locally on your machine, pointing to the Kubernetes cluster specified in your `~/.kube/config` or inside the Kubernetes cluster specified in your `~/.kube/config` deployed with [Helm](https://helm.sh/). - -#### Locally - -Once you have your environment set up, run the following commands to run the Karpenter Go binary against the Kubernetes cluster specified in your `~/.kube/config` - -```bash -make run -``` - -#### Inside a Kubernetes Cluster - -Once you have your environment set up, to install Karpenter in the Kubernetes cluster specified in your `~/.kube/config` run the following commands. - -```bash -make apply # Install Karpenter -make delete # Uninstall Karpenter -``` - -### Developer Loop - -* Make sure dependencies are installed - * Run `make codegen` to make sure yaml manifests are generated - * Run `make toolchain` to install cli tools for building and testing the project -* You will need a personal development image repository (e.g. ECR) - * Make sure you have valid credentials to your development repository. - * `$KO_DOCKER_REPO` must point to your development repository - * Your cluster must have permissions to read from the repository - -### Build and Deploy - -*Note: these commands do not rely on each other and may be executed independently* - -```bash -make apply # quickly deploy changes to your cluster -make presubmit # run codegen, lint, and tests -``` - -If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run - -```bash -make build # build and push the karpenter images -``` - -### Testing - -```bash -make test # E2E correctness tests -make battletest # More rigorous tests run in CI environment -``` - -### Change Log Level - -```bash -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level -``` - -### Debugging Metrics - -OSX: - -```bash -open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -Linux: - -```bash -gio open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -### Tailing Logs - -While you can tail Karpenter's logs with kubectl, there's a number of tools out there that enhance the experience. We recommend [Stern](https://pkg.go.dev/github.com/planetscale/stern#section-readme): - -```bash -stern -n karpenter -l app.kubernetes.io/name=karpenter -``` - -## Environment specific setup - -### AWS - -For local development on Karpenter you will need a Docker repo which can manage your images for Karpenter components. -You can use the following command to provision an ECR repository. - -```bash -aws ecr create-repository \ - --repository-name karpenter/controller \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -aws ecr create-repository \ - --repository-name karpenter/webhook \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -``` - -Once you have your ECR repository provisioned, configure your Docker daemon to authenticate with your newly created repository. - -```bash -export KO_DOCKER_REPO="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/karpenter" -aws ecr get-login-password --region "${AWS_DEFAULT_REGION}" | docker login --username AWS --password-stdin "${KO_DOCKER_REPO}" -``` - -Finally, to deploy the correct IAM permissions, including the instance profile for provisioned nodes, run - -```bash -make setup -``` - -## Profiling memory -Karpenter exposes a pprof endpoint on its metrics port. - -Learn about profiling with pprof: https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ - -### Prerequisites -``` -brew install graphviz -go install github.com/google/pprof@latest -``` - -### Get a profile -``` -# Connect to the metrics endpoint -kubectl port-forward service/karpenter -n karpenter 8080 -open http://localhost:8080/debug/pprof/ -# Visualize the memory -go tool pprof -http 0.0.0.0:9000 localhost:8080/debug/pprof/heap -``` diff --git a/website/content/en/v0.19.3/contributing/working-group.md b/website/content/en/v0.19.3/contributing/working-group.md deleted file mode 100644 index c0910e6e9657..000000000000 --- a/website/content/en/v0.19.3/contributing/working-group.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Working Group" -linkTitle: "Working Group" -weight: 10 -description: > - Join the Karpenter Working Group ---- - -Karpenter's community is open to everyone. - -- All invites are managed through our [Calendar](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ). -- Alternatively, you can use our [iCal Export](https://calendar.google.com/calendar/ical/7qfdeof5hebdf6i2rk2jeg5jbk%40group.calendar.google.com/public/basic.ics) to add the events to Outlook or other email providers. -- Add future questions or read past discussions in our [Working Group Log](https://docs.google.com/document/d/18BT0AIMugpNpiSPJNlcAL2rv69yAE6Z06gUVj7v_clg). diff --git a/website/content/en/v0.19.3/faq.md b/website/content/en/v0.19.3/faq.md deleted file mode 100644 index 63c72ee5208a..000000000000 --- a/website/content/en/v0.19.3/faq.md +++ /dev/null @@ -1,179 +0,0 @@ ---- -title: "FAQs" -linkTitle: "FAQs" -weight: 90 -description: > - Review Karpenter Frequently Asked Questions ---- -## General - -### How does a provisioner decide to manage a particular node? -See [Configuring provisioners]({{< ref "./concepts/#configuring-provisioners" >}}) for information on how Karpenter provisions and manages nodes. - -### What cloud providers are supported? -AWS is the first cloud provider supported by Karpenter, although it is designed to be used with other cloud providers as well. -See [Cloud provider]({{< ref "./concepts/#cloud-provider" >}}) for details. - -### 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/tree{{< githubRelRef >}}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? -By default, Karpenter uses Amazon Linux 2 images. - -### Can I provide my own custom operating system images? -Karpenter has multiple mechanisms for configuring the [operating system]({{< ref "./aws/operating-systems/" >}}) for your nodes. - -### Can Karpenter deal with workloads for mixed architecture cluster (arm vs. amd)? -Karpenter is flexible to multi architecture configurations using [well known labels]({{< ref "./tasks/scheduling.md">}}). - -### What RBAC access is required? -All of the required RBAC rules can be found in the helm chart template. -See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}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. - -## Compatibility - -### Which versions of Kubernetes does Karpenter support? -Karpenter is tested with Kubernetes v1.20-v1.24. - -### What Kubernetes distributions are supported? -Karpenter documents integration with a fresh install of the latest AWS Elastic Kubernetes Service (EKS). -Existing EKS distributions can be used, but this use case has not yet been documented. -Other Kubernetes distributions (KOPs, etc.) can be used, but setting up cloud provider permissions for those distributions has not been documented. - -### How does Karpenter interact with AWS node group features? -Provisioners are designed to work alongside static capacity management solutions like EKS Managed Node Groups and EC2 Auto Scaling Groups. -You can manage all capacity using provisioners, use a mixed model with dynamic and statically managed capacity, or use a fully static approach. -We expect most users will use a mixed approach in the near term and provisioner-managed in the long term. - - -### How does Karpenter interact with Kubernetes features? -* Kubernetes Cluster Autoscaler: Karpenter can work alongside cluster autoscaler. -See [Kubernetes cluster autoscaler]({{< ref "./concepts/#kubernetes-cluster-autoscaler" >}}) for details. -* Kubernetes Scheduler: Karpenter focuses on scheduling pods that the Kubernetes scheduler has marked as unschedulable. -See [Scheduling]({{< ref "./concepts/#scheduling" >}}) for details on how Karpenter interacts with the Kubernetes scheduler. - -## Provisioning - -### What features does the Karpenter provisioner support? -See [Provisioner API]({{< ref "./provisioner" >}}) for provisioner examples and descriptions of features. - -### Can I create multiple (team-based) provisioners on a cluster? -Yes, provisioners can identify multiple teams based on labels. -See [Provisioner API]({{< ref "./provisioner" >}}) for details. - -### If multiple provisioners are defined, which will my pod use? - -Pending pods will be handled by any Provisioner that matches the requirements of the pod. -There is no ordering guarantee if multiple provisioners match pod requirements. -We recommend that Provisioners are setup to be mutually exclusive. -Read more about this recommendation in the [EKS Best Practices Guide for Karpenter](https://aws.github.io/aws-eks-best-practices/karpenter/#create-provisioners-that-are-mutually-exclusive). -To select a specific provisioner, use the node selector `karpenter.sh/provisioner-name: my-provisioner`. - -### How can I configure Karpenter to only provision pods for a particular namespace? - -There is no native support for namespaced based provisioning. -Karpenter can be configured to provision a subset of pods based on a combination of taints/tolerations and node selectors. -This allows Karpenter to work in concert with the `kube-scheduler` in that the same mechanisms that `kube-scheduler` uses to determine if a pod can schedule to an existing node are also used for provisioning new nodes. -This avoids scenarios where pods are bound to nodes that were provisioned by Karpenter which Karpenter would not have bound itself. -If this were to occur, a node could remain non-empty and have its lifetime extended due to a pod that wouldn't have caused the node to be provisioned had the pod been unschedulable. - -We recommend using Kubernetes native scheduling constraints to achieve namespace based scheduling segregation. Using native scheduling constraints ensures that Karpenter, `kube-scheduler` and any other scheduling or auto-provisioning mechanism all have an identical understanding of which pods can be scheduled on which nodes. This can be enforced via policy agents, an example of which can be seen [here](https://blog.mikesir87.io/2022/01/creating-tenant-node-pools-with-karpenter/). - -### Can I add SSH keys to a provisioner? - -Karpenter does not offer a way to add SSH keys via provisioners or secrets to the nodes it manages. -However, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "./troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. - -Though not recommended, if you need to access Karpenter-managed nodes without AWS credentials, you can add SSH keys using AWSNodeTemplate. -See [Custom User Data]({{< ref "./aws/operating-systems/" >}}) for details. - -### Can I set total limits of CPU and memory for a provisioner? -Yes, the setting is provider-specific. -See examples in [Accelerators, GPU]({{< ref "./aws/provisioning/#accelerators-gpu" >}}) Karpenter documentation. - -### Can I mix spot and on-demand EC2 run types? -Yes, see [Example Provisioner Resource]({{< ref "./provisioner/#example-provisioner-resource" >}}) for an example. - -### Can I restrict EC2 instance types? - -* Attribute-based requests are currently not possible. -* You can select instances with special hardware, such as gpu. - -### Can I use Bare Metal instance types? - -Yes, Karpenter supports provisioning metal instance types when a Provisioner's `node.kubernetes.io/instance-type` Requirements only include `metal` instance types. If other instance types fulfill pod requirements, then Karpenter will prioritize all non-metal instance types before metal ones are provisioned. - -### How does Karpenter dynamically select instance types? - -Karpenter batches pending pods and then binpacks them based on CPU, memory, and GPUs required, taking into account node overhead, VPC CNI resources required, and daemonsets that will be packed when bringing up a new node. -By default Karpenter uses C, M, and R >= Gen 3 instance types, but it can be constrained in the provisioner spec with the [instance-type](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type) well-known label in the requirements section. -After the pods are binpacked on the most efficient instance type (i.e. the smallest instance type that can fit the pod batch), Karpenter takes 59 other instance types that are larger than the most efficient packing, and passes all 60 instance type options to an API called Amazon EC2 Fleet. -The EC2 fleet API attempts to provision the instance type based on an allocation strategy. -If you are using the on-demand capacity type, then Karpenter uses the `lowest-price` allocation strategy. -So fleet will provision the lowest priced instance type it can get from the 60 instance types Karpenter passed to the EC2 fleet API. -If the instance type is unavailable for some reason, then fleet will move on to the next cheapest instance type. -If you are using the spot capacity type, Karpenter uses the price-capacity-optimized allocation strategy. This tells fleet to find the instance type that EC2 has the most capacity for while also considering price. This allocation strategy will balance cost and decrease the probability of a spot interruption happening in the near term. -See [Choose the appropriate allocation strategy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html#ec2-fleet-allocation-use-cases) for information on fleet optimization. - -### What if there is no Spot capacity? Will Karpenter use On-Demand? - -The best defense against running out of Spot capacity is to allow Karpenter to provision as many different instance types as possible. -Even instance types that have higher specs, e.g. vCPU, memory, etc., than what you need can still be cheaper in the Spot market than using On-Demand instances. -When Spot capacity is constrained, On-Demand capacity can also be constrained since Spot is fundamentally spare On-Demand capacity. -Allowing Karpenter to provision nodes from a large, diverse set of instance types will help you to stay on Spot longer and lower your costs due to Spot’s discounted pricing. -Moreover, if Spot capacity becomes constrained, this diversity will also increase the chances that you’ll be able to continue to launch On-Demand capacity for your workloads. - -If your Karpenter Provisioner specifies flexibility to both Spot and On-Demand capacity, Karpenter will attempt to provision On-Demand capacity if there is no Spot capacity available. -However, it’s strongly recommended that you specify at least 20 instance types in your Provisioner (or none and allow Karpenter to pick the best instance types) as our research indicates that this additional diversity increases the chances that your workloads will not need to launch On-Demand capacity at all. -Today, Karpenter will warn you if the number of instances in your Provisioner isn’t sufficiently diverse. - -Technically, Karpenter has a concept of an “offering” for each instance type, which is a combination of zone and capacity type (equivalent in the AWS cloud provider to an EC2 purchase option – Spot or On-Demand). -Whenever the Fleet API returns an insufficient capacity error for Spot instances, those particular offerings are temporarily removed from consideration (across the entire provisioner) so that Karpenter can make forward progress with different options. - -## Workloads - -### How can someone deploying pods take advantage of Karpenter? - -See [Application developer]({{< ref "./concepts/#application-developer" >}}) for descriptions of how Karpenter matches nodes with pod requests. - -### Can I use Karpenter with EBS disks per availability zone? -Yes. See [Persistent Volume Topology]({{< ref "./tasks/scheduling#persistent-volume-topology" >}}) for details. - -### Can I set `--max-pods` on my nodes? -Not yet. - -## Deprovisioning -### How does Karpenter deprovision nodes? -See [Deprovisioning nodes]({{< ref "./tasks/deprovisioning" >}}) for information on how Karpenter deprovisions nodes. - -## Upgrading - -### How do I upgrade Karpenter? -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -Karpenter requires proper permissions in the `KarpenterNode IAM Role` and the `KarpenterController IAM Role`. -To upgrade Karpenter to version `$VERSION`, make sure that the `KarpenterNode IAM Role` and the `KarpenterController IAM Role` have the right permission described in `https://karpenter.sh/$VERSION/getting-started/getting-started-with-eksctl/cloudformation.yaml`. -Next, locate `KarpenterController IAM Role` ARN (i.e., ARN of the resource created in [Create the KarpenterController IAM Role](../getting-started/getting-started-with-eksctl/#create-the-karpentercontroller-iam-role)) and the cluster endpoint, and pass them to the helm upgrade command -{{% script file="./content/en/preview/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgrade-guide/" >}}). - -### Why do I get an `unknown field "startupTaints"` error when creating a provisioner with startupTaints? - -```bash -error: error validating "provisioner.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "startupTaints" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -The `startupTaints` parameter was added in v0.10.0. Helm upgrades do not upgrade the CRD describing the provisioner, so it must be done manually. For specific details, see the [Upgrade Guide]({{< ref "./upgrade-guide/#upgrading-to-v0100" >}}) - -## Consolidation - -### Why do I sometimes see an extra node get launched when updating a deployment that remains empty and is later removed? - -Consolidation packs pods tightly onto nodes which can leave little free allocatable CPU/memory on your nodes. If a deployment uses a deployment strategy with a non-zero `maxSurge`, such as the default 25%, those surge pods may not have anywhere to run. In this case, Karpenter will launch a new node so that the surge pods can run and then remove it soon after if it's not needed. diff --git a/website/content/en/v0.19.3/getting-started/_index.md b/website/content/en/v0.19.3/getting-started/_index.md deleted file mode 100644 index a05eee952a2f..000000000000 --- a/website/content/en/v0.19.3/getting-started/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Getting Started" -linkTitle: "Getting Started" -weight: 10 -description: > - Choose from different methods to get started with Karpenter -cascade: - type: docs ---- - - Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/_index.md b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/_index.md deleted file mode 100644 index 456e73a931ca..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/_index.md +++ /dev/null @@ -1,191 +0,0 @@ - ---- -title: "Getting Started with eksctl" -linkTitle: "Getting Started with eksctl" -weight: 10 -description: > - Set up Karpenter with an eksctl cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a Helm chart. - -Karpenter requires cloud provider permissions to provision nodes, for AWS IAM -Roles for Service Accounts (IRSA) should be used. IRSA permits Karpenter -(within the cluster) to make privileged requests to AWS (as the cloud provider) -via a ServiceAccount. - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `eksctl` - [the CLI for AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Environment Variables - -After setting up the tools, set the following environment variable to the Karpenter version you -would like to install. - -```bash -export KARPENTER_VERSION=v0.19.3 -``` - -Also set the following environment variables to store commonly used values. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step01-config.sh" language="bash"%}} - -{{% alert title="Warning" color="warning" %}} -If you open a new shell to run steps in this procedure, you need to set some or all of the environment variables again. -To remind yourself of these values, type: - -```bash -echo $KARPENTER_VERSION $CLUSTER_NAME $AWS_DEFAULT_REGION $AWS_ACCOUNT_ID -``` - -{{% /alert %}} - - -### Create a Cluster - -Create a basic cluster with `eksctl`. -Each of the two examples set up an IAM OIDC provider for the cluster to enable IAM roles for pods. -The first uses [AWS EKS managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) for the kube-system and karpenter namespaces, while the second uses Fargate for both namespaces. - -**Example 1: Create basic cluster** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh" language="bash"%}} - -**Example 2: Create basic cluster with Karpenter on Fargate** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh" language="bash"%}} - -Karpenter itself can run anywhere, including on [self-managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/worker.html), [managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) (Example 1), or [AWS Fargate](https://aws.amazon.com/fargate/)(Example 2). - -Karpenter will provision EC2 instances in your account. - -### Create the Karpenter Infrastructure and IAM Roles - -Karpenter requires IAM permissions to launch and connect instances and requires infrastructure to monitor [interruption events]({{}}). This command provisions the relevant infrastrucutre and IAM roles using Cloudformation. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh" language="bash"%}} - -### Grant Access to Nodes to Join the Cluster - -Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. This command adds the Karpenter node role to your aws-auth configmap, allowing nodes to connect. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh" language="bash"%}} - -Now, Karpenter can launch new EC2 instances and those instances can connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances. This will create an AWS IAM Role, Kubernetes service account, and associate them using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh" language="bash"%}} - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh" language="bash"%}} - -### Install Karpenter Helm Chart - -Use Helm to deploy Karpenter to the cluster. - -Install the chart passing in the cluster details and the Karpenter role ARN. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -### Optional Configuration - -This section describes optional ways to configure Karpenter to enhance its capabilities. - -#### Deploy a temporary Prometheus and Grafana stack (optional) - -The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboarded to Grafana. They provide a variety of visualization examples on Karpenter metrics. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh" language="bash"%}} - -The Grafana instance may be accessed using port forwarding. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh" language="bash"%}} - -The new stack has only one user, `admin`, and the password is stored in a secret. The following command will retrieve the password. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh" language="bash"%}} - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. -This provisioner uses `securityGroupSelector` and `subnetSelector` to discover resources used to launch nodes. -We applied the tag `karpenter.sh/discovery` in the `eksctl` command above. -Depending how these resources are shared between clusters, you may need to use different tagging schemes. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh" language="bash"%}} - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step13-automatic-node-provisioning.sh" language="bash"%}} - -### Automatic Node Termination - -Now, delete the deployment. After 30 seconds (`ttlSecondsAfterEmpty`), -Karpenter should terminate the now empty nodes. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step14-deprovisioning.sh" language="bash"%}} - -### Manual Node Termination - -If you delete a node with kubectl, Karpenter will gracefully cordon, drain, -and shutdown the corresponding instance. Under the hood, Karpenter adds a -finalizer to the node object, which blocks deletion until all pods are -drained and the instance is terminated. Keep in mind, this only works for -nodes provisioned by Karpenter. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step15-delete-node.sh" language="bash"%}} - -## Cleanup - -To avoid additional charges, remove the demo infrastructure from your AWS account. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step16-cleanup.sh" language="bash"%}} diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/cloudformation.yaml b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/cloudformation.yaml deleted file mode 100644 index c903c675f7a5..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/cloudformation.yaml +++ /dev/null @@ -1,139 +0,0 @@ -AWSTemplateFormatVersion: "2010-09-09" -Description: Resources used by https://github.com/aws/karpenter -Parameters: - ClusterName: - Type: String - Description: "EKS cluster name" -Resources: - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: !Sub "KarpenterNodeInstanceProfile-${ClusterName}" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: !Sub "KarpenterNodeRole-${ClusterName}" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: - Type: AWS::IAM::ManagedPolicy - Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - PolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Resource: "*" - Action: - # Write Operations - - ec2:CreateLaunchTemplate - - ec2:CreateFleet - - ec2:RunInstances - - ec2:CreateTags - - ec2:TerminateInstances - - ec2:DeleteLaunchTemplate - # Read Operations - - ec2:DescribeLaunchTemplates - - ec2:DescribeInstances - - ec2:DescribeSecurityGroups - - ec2:DescribeSubnets - - ec2:DescribeImages - - ec2:DescribeInstanceTypes - - ec2:DescribeInstanceTypeOfferings - - ec2:DescribeAvailabilityZones - - ec2:DescribeSpotPriceHistory - - ssm:GetParameter - - pricing:GetProducts - - Effect: Allow - Action: - # Write Operations - - sqs:DeleteMessage - # Read Operations - - sqs:GetQueueUrl - - sqs:GetQueueAttributes - - sqs:ReceiveMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - - Effect: Allow - Action: - - iam:PassRole - Resource: !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/KarpenterNodeRole-${ClusterName}" - KarpenterInterruptionQueue: - Type: AWS::SQS::Queue - Properties: - QueueName: !Sub "${ClusterName}" - MessageRetentionPeriod: 300 - KarpenterInterruptionQueuePolicy: - Type: AWS::SQS::QueuePolicy - Properties: - Queues: - - !Ref KarpenterInterruptionQueue - PolicyDocument: - Id: EC2InterruptionPolicy - Statement: - - Effect: Allow - Principal: - Service: - - events.amazonaws.com - - sqs.amazonaws.com - Action: sqs:SendMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - ScheduledChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.health - detail-type: - - AWS Health Event - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - SpotInterruptionRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Spot Instance Interruption Warning - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - RebalanceRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance Rebalance Recommendation - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - InstanceStateChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance State-change Notification - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn \ No newline at end of file diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/grafana-values.yaml b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/grafana-values.yaml deleted file mode 100644 index fb0cb06aaa2a..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/grafana-values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - version: 1 - url: http://prometheus-server:80 - access: proxy -dashboardProviders: - dashboardproviders.yaml: - apiVersion: 1 - providers: - - name: 'default' - orgId: 1 - folder: '' - type: file - disableDeletion: false - editable: true - options: - path: /var/lib/grafana/dashboards/default -dashboards: - default: - capacity-dashboard: - url: https://karpenter.sh/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json - performance-dashboard: - url: https://karpenter.sh/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json deleted file mode 100644 index 177344b3c5ce..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json +++ /dev/null @@ -1,1440 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 2, - "id": 6, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 13, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sum by(action, cluster) (karpenter_deprovisioning_actions_performed)", - "format": "time_series", - "instant": false, - "legendFormat": "{{cluster}}: {{action}}", - "range": true, - "refId": "A" - } - ], - "title": "Deprovisioning Actions Performed", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 14, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_created)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Created", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 15, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_terminated)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Terminated", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 12, - "options": { - "legend": { - "calcs": [ - "last" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by(phase)(karpenter_pods_state)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Phase", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by ($distribution_filter)(\n karpenter_pods_state{arch=~\"$arch\", capacity_type=~\"$capacity_type\", instance_type=~\"$instance_type\", provisioner=~\"$provisioner\"}\n)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Distribution: $distribution_filter", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization$" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "max", - "value": 1 - }, - { - "id": "unit", - "value": "percentunit" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Memory Provisioned" - }, - "properties": [ - { - "id": "unit", - "value": "bytes" - } - ] - } - ] - }, - "gridPos": { - "h": 11, - "w": 18, - "x": 0, - "y": 29 - }, - "id": 10, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_provisioner_usage{resource_type=\"cpu\"} / karpenter_provisioner_limit{resource_type=\"cpu\"}", - "format": "table", - "instant": true, - "legendFormat": "CPU Limit Utilization", - "range": false, - "refId": "CPU Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "count by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"}) # Selects a single resource type to get node count", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Node Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "(karpenter_provisioner_usage{resource_type=\"memory\"} / karpenter_provisioner_limit{resource_type=\"memory\"}) or karpenter_provisioner_limit*0", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Limit Utilization", - "range": false, - "refId": "Memory Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "CPU Capacity" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"memory\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Memory Capacity" - } - ], - "title": "Provisioner Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "provisioner" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "__name__": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "job": true, - "job 1": true, - "job 2": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true - }, - "indexByName": { - "Time 1": 6, - "Time 2": 7, - "Time 3": 11, - "Time 4": 15, - "Time 5": 16, - "Value #CPU Capacity": 2, - "Value #CPU Limit Utilization": 3, - "Value #Memory Capacity": 4, - "Value #Memory Limit Utilization": 5, - "Value #Node Count": 1, - "instance 1": 8, - "instance 2": 12, - "job 1": 9, - "job 2": 13, - "provisioner": 0, - "resource_type 1": 10, - "resource_type 2": 14 - }, - "renameByName": { - "Time 1": "", - "Value": "CPU Utilization", - "Value #CPU Capacity": "CPU Provisioned", - "Value #CPU Limit Utilization": "CPU Limit Utilization", - "Value #CPU Utilization": "CPU Limit Utilization", - "Value #Memory Capacity": "Memory Provisioned", - "Value #Memory Limit Utilization": "Memory Limit Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Node Count": "Node Count", - "instance": "", - "instance 1": "", - "job": "", - "provisioner": "Provisioner" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 6, - "x": 18, - "y": 29 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "(count(karpenter_nodes_allocatable{arch=~\"$arch\",capacity_type=\"spot\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}) or vector(0)) / count(karpenter_nodes_allocatable{arch=~\"$arch\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"})", - "legendFormat": "Percentage", - "range": true, - "refId": "A" - } - ], - "title": "Spot Node Percentage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "node_name" - }, - "properties": [ - { - "id": "custom.width", - "value": 333 - } - ] - }, - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "unit", - "value": "percentunit" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 75 - } - ] - } - }, - { - "id": "max", - "value": 1 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Uptime" - }, - "properties": [ - { - "id": "unit", - "value": "s" - }, - { - "id": "decimals", - "value": 0 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 40 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Uptime" - } - ] - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "CPU Utilization", - "range": false, - "refId": "CPU Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Memory Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_nodes_total_daemon_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} + \nkarpenter_nodes_total_pod_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Pod Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "label_replace(\n sum by (node)(node_time_seconds) - sum by (node)(node_boot_time_seconds),\n \"node_name\", \"$1\", \"node\", \"(.+)\"\n)", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Uptime", - "range": false, - "refId": "Uptime" - } - ], - "title": "Node Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "node_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Value": false, - "Value #Pod Count": false, - "__name__": true, - "arch": true, - "arch 1": true, - "arch 2": true, - "arch 3": true, - "capacity_type 2": true, - "capacity_type 3": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "instance 3": true, - "instance_category 1": true, - "instance_category 2": true, - "instance_category 3": true, - "instance_cpu": true, - "instance_cpu 1": true, - "instance_cpu 2": true, - "instance_cpu 3": true, - "instance_family": true, - "instance_family 1": true, - "instance_family 2": true, - "instance_family 3": true, - "instance_generation 1": true, - "instance_generation 2": true, - "instance_generation 3": true, - "instance_gpu_count": true, - "instance_gpu_count 1": true, - "instance_gpu_count 2": true, - "instance_gpu_count 3": true, - "instance_gpu_manufacturer": true, - "instance_gpu_manufacturer 1": true, - "instance_gpu_manufacturer 2": true, - "instance_gpu_manufacturer 3": true, - "instance_gpu_memory": true, - "instance_gpu_memory 1": true, - "instance_gpu_memory 2": true, - "instance_gpu_memory 3": true, - "instance_gpu_name": true, - "instance_gpu_name 1": true, - "instance_gpu_name 2": true, - "instance_gpu_name 3": true, - "instance_hypervisor": true, - "instance_hypervisor 1": true, - "instance_hypervisor 2": true, - "instance_hypervisor 3": true, - "instance_local_nvme 1": true, - "instance_local_nvme 2": true, - "instance_local_nvme 3": true, - "instance_memory": true, - "instance_memory 1": true, - "instance_memory 2": true, - "instance_memory 3": true, - "instance_pods": true, - "instance_pods 1": true, - "instance_pods 2": true, - "instance_pods 3": true, - "instance_size": true, - "instance_size 1": true, - "instance_size 2": true, - "instance_size 3": true, - "instance_type 1": false, - "instance_type 2": true, - "instance_type 3": true, - "job": true, - "job 1": true, - "job 2": true, - "job 3": true, - "node": true, - "os": true, - "os 1": true, - "os 2": true, - "os 3": true, - "provisioner 1": false, - "provisioner 2": true, - "provisioner 3": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true, - "resource_type 3": true, - "zone 1": false, - "zone 2": true, - "zone 3": true - }, - "indexByName": { - "Time 1": 1, - "Time 2": 25, - "Time 3": 45, - "Time 4": 65, - "Value #CPU Utilization": 10, - "Value #Memory Utilization": 11, - "Value #Pod Count": 9, - "Value #Uptime": 8, - "arch 1": 5, - "arch 2": 26, - "arch 3": 46, - "capacity_type 1": 6, - "capacity_type 2": 27, - "capacity_type 3": 47, - "instance 1": 4, - "instance 2": 28, - "instance 3": 48, - "instance_cpu 1": 12, - "instance_cpu 2": 29, - "instance_cpu 3": 49, - "instance_family 1": 13, - "instance_family 2": 30, - "instance_family 3": 50, - "instance_gpu_count 1": 14, - "instance_gpu_count 2": 31, - "instance_gpu_count 3": 51, - "instance_gpu_manufacturer 1": 15, - "instance_gpu_manufacturer 2": 32, - "instance_gpu_manufacturer 3": 52, - "instance_gpu_memory 1": 16, - "instance_gpu_memory 2": 33, - "instance_gpu_memory 3": 53, - "instance_gpu_name 1": 17, - "instance_gpu_name 2": 34, - "instance_gpu_name 3": 54, - "instance_hypervisor 1": 18, - "instance_hypervisor 2": 35, - "instance_hypervisor 3": 55, - "instance_memory 1": 19, - "instance_memory 2": 36, - "instance_memory 3": 56, - "instance_pods 1": 20, - "instance_pods 2": 37, - "instance_pods 3": 57, - "instance_size 1": 21, - "instance_size 2": 38, - "instance_size 3": 58, - "instance_type 1": 3, - "instance_type 2": 39, - "instance_type 3": 59, - "job 1": 22, - "job 2": 40, - "job 3": 60, - "node": 66, - "node_name": 0, - "os 1": 23, - "os 2": 41, - "os 3": 61, - "provisioner 1": 2, - "provisioner 2": 42, - "provisioner 3": 62, - "resource_type 1": 24, - "resource_type 2": 43, - "resource_type 3": 63, - "zone 1": 7, - "zone 2": 44, - "zone 3": 64 - }, - "renameByName": { - "Time": "", - "Time 1": "", - "Value": "CPU Utilization", - "Value #Allocatable": "", - "Value #CPU Utilization": "CPU Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Pod CPU": "", - "Value #Pod Count": "Pods", - "Value #Uptime": "Uptime", - "arch": "Architecture", - "arch 1": "Arch", - "capacity_type": "Capacity Type", - "capacity_type 1": "Capacity Type", - "instance 1": "Instance", - "instance_cpu 1": "vCPU", - "instance_type": "Instance Type", - "instance_type 1": "Instance Type", - "node_name": "Node Name", - "provisioner 1": "Provisioner", - "zone 1": "Zone" - } - } - } - ], - "type": "table" - } - ], - "refresh": false, - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, provisioner)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, zone)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "zone", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, zone)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, arch)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "arch", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, arch)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, capacity_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "capacity_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, capacity_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, instance_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "instance_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, instance_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "distribution_filter", - "options": [ - { - "selected": false, - "text": "arch", - "value": "arch" - }, - { - "selected": false, - "text": "capacity_type", - "value": "capacity_type" - }, - { - "selected": false, - "text": "instance_type", - "value": "instance_type" - }, - { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "node", - "value": "node" - }, - { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - { - "selected": false, - "text": "zone", - "value": "zone" - } - ], - "query": "arch,capacity_type,instance_type,namespace,node,provisioner,zone", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Capacity", - "uid": "ta8I9Q67z", - "version": 4, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json deleted file mode 100644 index a2fbaaa6e3ed..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636732403925, - "links": [], - "panels": [ - { - "datasource": null, - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 5, - "options": { - "content": "Displays information about Allocation controller processes.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "targets": [ - { - "queryType": "randomWalk", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "About this dashboard", - "type": "text" - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "min": null, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all bind operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of bind operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 2, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_bind_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "All Binds" - } - ], - "title": "Bind duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all binpack operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of binpack operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 12 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 7, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_binpacking_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Binpacking Duration" - } - ], - "title": "Binpack duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateInferno", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all scheduling operations of the Allocation controller for provisioner $provisioner.\n\nThe color of each \"bucket\" is a visual clue to the number of scheduling operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 20 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 9, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_scheduling_duration_seconds_bucket{provisioner=\"$provisioner\"}[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Scheduling Duration" - } - ], - "title": "Scheduling duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": null, - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "description": "Karpenter provisioner", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Provisioner", - "multi": false, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers / Allocation", - "uid": "fs47R-Dnz", - "version": 9 -} diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json deleted file mode 100644 index ca7c44862ecf..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-controllers.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph (old)", - "version": "" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636733515850, - "links": [], - "panels": [ - { - "datasource": null, - "description": "", - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 99, - "options": { - "content": "Displays information collected by the Kubernetes controller-runtime.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "title": "About this dashboard", - "type": "text" - }, - { - "aliasColors": { - "items": "light-blue" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "", - "fill": 1, - "fillGradient": 2, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 4 - }, - "hiddenSeries": false, - "id": 14, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "workqueue_depth{name=\"$controller\"}", - "interval": "", - "legendFormat": "items", - "queryType": "randomWalk", - "refId": "Work Queue Depth" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Items in Work Queue", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 0, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "error": "red", - "requeue": "orange", - "requeue_after": "semi-dark-purple", - "success": "green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "The rate of completed reconciliations per minute broken out by result status.", - "fill": 1, - "fillGradient": 1, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 4 - }, - "hiddenSeries": false, - "id": 76, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "rate(controller_runtime_reconcile_total{controller=\"$controller\"}[$trailing]) * 60", - "interval": "", - "legendFormat": "{{result}}", - "queryType": "randomWalk", - "refId": "Reconciliations per minute" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Reconciliations per minute", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:566", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:567", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of the reconciliation process.\n\nThe color of each \"bucket\" is a visual clue to the number of reconciliations that completed within that time range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 126, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "8.1.6", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[$__interval])) by (le)", - "format": "heatmap", - "hide": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "p100" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Reconciliation duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": "", - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(controller_runtime_reconcile_errors_total, controller)", - "description": "Kubernetes controller", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Controller", - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_errors_total, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": true, - "text": "10m", - "value": "10m" - }, - "description": "Trailing aggregation window", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Trailing", - "multi": false, - "name": "trailing", - "options": [ - { - "selected": false, - "text": "30s", - "value": "30s" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": true, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - } - ], - "query": "30s,1m,5m,10m,30m,1h", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers", - "uid": "-Yw9ShDnz", - "version": 15 -} diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json deleted file mode 100644 index 74c75216e058..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 7, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0\"}", - "legendFormat": "Min", - "range": true, - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "E" - } - ], - "title": "Node Termination Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 9 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0\"}", - "format": "time_series", - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Pod Startup Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.9, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.99, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(1, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Controller Reconciliation Latency [$controller]", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "reqps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 11, - "x": 13, - "y": 17 - }, - "id": 8, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)", - "legendFormat": "{{controller}}", - "range": true, - "refId": "A" - } - ], - "title": "Controller Reconciliation Rate", - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "provisioning", - "value": "provisioning" - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Performance", - "uid": "_bdgC2g4z", - "version": 3, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml deleted file mode 100644 index 4cd78495351b..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/prometheus-values.yaml +++ /dev/null @@ -1,20 +0,0 @@ -alertmanager: - persistentVolume: - enabled: false - -server: - fullnameOverride: prometheus-server - persistentVolume: - enabled: false - -extraScrapeConfigs: | - - job_name: karpenter - kubernetes_sd_configs: - - role: endpoints - namespaces: - names: - - karpenter - relabel_configs: - - source_labels: [__meta_kubernetes_endpoint_port_name] - regex: http-metrics - action: keep diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh deleted file mode 100755 index 6d2332b06be2..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: add-monitoring.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step09-add-prometheus-grafana.sh - step10-add-grafana-port-forward.sh - step11-grafana-get-password.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh deleted file mode 100755 index 51f286de0c3c..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -declare -a steps=( - step01-config.sh - step12-add-provisioner.sh - step13-automatic-node-provisioning.sh - step14-automatic-node-termination.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh deleted file mode 100755 index cf0656f3db3d..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/add-roles.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: setup-roles.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 -SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) - -declare -a steps=( - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source "$SCRIPT_DIR/$step" -done diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh deleted file mode 100755 index 52851e7f975a..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/cleanup.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -declare -a steps=( - step01-config.sh - step16-cleanup.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/install.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/install.sh deleted file mode 100755 index e0ebfb32e511..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/install.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: install.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step02-create-cluster.sh - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh - step08-apply-helm-chart.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh deleted file mode 100755 index 5792c574690e..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step01-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CLUSTER_NAME="${USER}-karpenter-demo" -export AWS_DEFAULT_REGION="us-west-2" -export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)" diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh deleted file mode 100755 index e4d466c519dc..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh +++ /dev/null @@ -1,19 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -fargateProfiles: - - name: karpenter - selectors: - - namespace: karpenter -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh deleted file mode 100755 index 9b4c1ec311fc..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -managedNodeGroups: - - instanceType: m5.large - amiFamily: AmazonLinux2 - name: ${CLUSTER_NAME}-ng - desiredCapacity: 2 - minSize: 1 - maxSize: 10 -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh deleted file mode 100755 index dce544c1a557..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh +++ /dev/null @@ -1,8 +0,0 @@ -TEMPOUT=$(mktemp) - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/cloudformation.yaml > $TEMPOUT \ -&& aws cloudformation deploy \ - --stack-name "Karpenter-${CLUSTER_NAME}" \ - --template-file "${TEMPOUT}" \ - --capabilities CAPABILITY_NAMED_IAM \ - --parameter-overrides "ClusterName=${CLUSTER_NAME}" diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh deleted file mode 100755 index f98a75a50011..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh +++ /dev/null @@ -1,6 +0,0 @@ -eksctl create iamidentitymapping \ - --username system:node:{{EC2PrivateDNSName}} \ - --cluster "${CLUSTER_NAME}" \ - --arn "arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" \ - --group system:bootstrappers \ - --group system:nodes diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh deleted file mode 100755 index 32673a49c9e0..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,8 +0,0 @@ -eksctl create iamserviceaccount \ - --cluster "${CLUSTER_NAME}" --name karpenter --namespace karpenter \ - --role-name "${CLUSTER_NAME}-karpenter" \ - --attach-policy-arn "arn:aws:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME}" \ - --role-only \ - --approve - -export KARPENTER_IAM_ROLE_ARN="arn:aws:iam::${AWS_ACCOUNT_ID}:role/${CLUSTER_NAME}-karpenter" diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh deleted file mode 100755 index 3cb0510b905b..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh +++ /dev/null @@ -1,3 +0,0 @@ -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com || true -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh deleted file mode 100755 index 1d0adb2c0659..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh +++ /dev/null @@ -1,7 +0,0 @@ -helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter --create-namespace \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set settings.aws.clusterEndpoint=${CLUSTER_ENDPOINT} \ - --set settings.aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ - --set settings.aws.interruptionQueueName=${CLUSTER_NAME} \ - --wait diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh deleted file mode 100755 index 1b028b23c8ed..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh +++ /dev/null @@ -1,11 +0,0 @@ -helm repo add grafana-charts https://grafana.github.io/helm-charts -helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo update - -kubectl create namespace monitoring - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/prometheus-values.yaml | tee prometheus-values.yaml -helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/grafana-values.yaml | tee grafana-values.yaml -helm install --namespace monitoring grafana grafana-charts/grafana --values grafana-values.yaml diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh deleted file mode 100755 index 85d4028642b6..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl port-forward --namespace monitoring svc/grafana 3000:80 diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh deleted file mode 100755 index cdf4f61d3775..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode diff --git a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh b/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh deleted file mode 100755 index e778b1410313..000000000000 --- a/website/content/en/v0.19.3/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh +++ /dev/null @@ -1,27 +0,0 @@ -cat < - Set up Karpenter with a kOps cluster ---- - -In this example, the cluster will be running on Amazon Web Services (AWS) managed by [kOps](https://kops.sigs.k8s.io/). -Karpenter is designed to be cloud provider agnostic, but currently only supports AWS. Contributions are welcomed - -Karpenter is supported on kOps as of 1.24.0-alpha.2, but sits behind a feature flag as the interface between kOps and Karpenter is -still work in progress and is likely to change significantly. This guide is intended for users that wants to test Karpenter on kOps and provide feedback to Karpenter and kOps developers. -Read more about how Karpenter works on kOps and the current limitations in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/). - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -This guide assumes you already have a kOps state store and a hosted zone. If you do not have one, -run through the [kOps getting started on AWS documentation](https://kops.sigs.k8s.io/getting_started/aws/) up until "Creating your first cluster". - -## Install - -Karpenter is installed in clusters as a managed addon. kOps will automatically create -and manage the necessary the IAM roles and policies Karpenter needs. - -### Required Utilities - -Install these tools before proceeding: - -1. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -2. `kops` - [kubectl, but for clusters](https://kops.sigs.k8s.io/getting_started/install/) v1.24.0 or later - -### Environment Variables - -After setting up the tools, set the following environment variables used by kOps. - -```bash -export KOPS_FEATURE_FLAGS=Karpenter -export CLUSTER_NAME=${USER}-karpenter-demo.example.com -export ZONES=us-west-2a -export KOPS_STATE_STORE=s3://prefix-example-com-state-store -export KOPS_OIDC_STORE=s3://prefix-example-com-oidc-store/discovery -``` - -### Create a Cluster - -kOps installs Karpenter on the control plane. Once the control plane is running, Karpenter will provision the -the worker nodes needed for non-Control Plane Deployments such as CoreDNS and CSI drivers. - -The following command will launch a cluster with Karpenter-managed worker nodes: - -```bash -kops create cluster \ - --zones=$ZONES \ - --discovery-store=${KOPS_OIDC_STORE} \ - --instance-manager=karpenter \ - --networking=amazonvpc \ - ${CLUSTER_NAME} \ - --yes -``` - -Note: we are using AWS VPC CNI for networking as Karpenter's binpacking logic assumes ENI-based networking. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different InstanceGroups. - -kOps manage provisioners through InstanceGroups. Your cluster will already have -one Provisioner that will contain a suitable set of instance types for Karpenter to -choose from. - -Managing Provisioner resources directly is possible, but not straight-forward. Read -more about managing provisioners in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/) - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -As mentioned above, you should already have some Karpenter-managed nodes in your cluster used by -other kOps addons. Create additional pods using a Deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Set up Karpenter with a Terraform cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a helm chart. - -Karpenter additionally requires IAM Roles for Service Accounts (IRSA). IRSA -permits Karpenter (within the cluster) to make privileged requests to AWS (as -the cloud provider). - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `terraform` - [infrastructure-as-code tool made by HashiCorp](https://learn.hashicorp.com/tutorials/terraform/install-cli) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -Login to the AWS CLI with a user that has sufficient privileges to create a -cluster. - -### Setting up Variables - -After setting up the tools, set the following environment variables to store -commonly used values. - -```bash -export AWS_DEFAULT_REGION="us-east-1" -``` - -The first thing we need to do is create our `main.tf` file and place the following in it. - -```hcl -terraform { - required_version = "~> 1.0" - - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 4.0" - } - helm = { - source = "hashicorp/helm" - version = "~> 2.5" - } - kubectl = { - source = "gavinbunney/kubectl" - version = "~> 1.14" - } - } -} - -provider "aws" { - region = "us-east-1" -} - -locals { - cluster_name = "karpenter-demo" - - # Used to determine correct partition (i.e. - `aws`, `aws-gov`, `aws-cn`, etc.) - partition = data.aws_partition.current.partition -} - -data "aws_partition" "current" {} -``` - -### Create a Cluster - -We're going to use two different Terraform modules to create our cluster - one -to create the VPC and another for the cluster itself. The key part of this is -that we need to tag the VPC subnets that we want to use for the worker nodes. - -Add the following to your `main.tf` to create a VPC and EKS cluster. - -```hcl -module "vpc" { - # https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest - source = "terraform-aws-modules/vpc/aws" - version = "3.14.2" - - name = local.cluster_name - cidr = "10.0.0.0/16" - - azs = ["us-east-1a", "us-east-1b", "us-east-1c"] - private_subnets = ["10.0.1.0/24", "10.0.2.0/24", "10.0.3.0/24"] - public_subnets = ["10.0.101.0/24", "10.0.102.0/24", "10.0.103.0/24"] - - enable_nat_gateway = true - single_nat_gateway = true - one_nat_gateway_per_az = false - - public_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/elb" = 1 - } - - private_subnet_tags = { - "kubernetes.io/cluster/${local.cluster_name}" = "shared" - "kubernetes.io/role/internal-elb" = 1 - } -} - -module "eks" { - # https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest - source = "terraform-aws-modules/eks/aws" - version = "18.29.0" - - cluster_name = local.cluster_name - cluster_version = "1.22" - - vpc_id = module.vpc.vpc_id - subnet_ids = module.vpc.private_subnets - - # Required for Karpenter role below - enable_irsa = true - - node_security_group_additional_rules = { - ingress_nodes_karpenter_port = { - description = "Cluster API to Node group for Karpenter webhook" - protocol = "tcp" - from_port = 8443 - to_port = 8443 - type = "ingress" - source_cluster_security_group = true - } - } - - node_security_group_tags = { - # NOTE - if creating multiple security groups with this module, only tag the - # security group that Karpenter should utilize with the following tag - # (i.e. - at most, only one security group should have this tag in your account) - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - - # Only need one node to get Karpenter up and running. - # This ensures core services such as VPC CNI, CoreDNS, etc. are up and running - # so that Karpenter can be deployed and start managing compute capacity as required - eks_managed_node_groups = { - initial = { - instance_types = ["m5.large"] - # Not required nor used - avoid tagging two security groups with same tag as well - create_security_group = false - - # Ensure enough capacity to run 2 Karpenter pods - min_size = 2 - max_size = 3 - desired_size = 2 - - iam_role_additional_policies = [ - # Required by Karpenter - "arn:${local.partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - ] - - tags = { - # This will tag the launch template created for use by Karpenter - "karpenter.sh/discovery/${local.cluster_name}" = local.cluster_name - } - } - } -} -``` - -At this point, go ahead and apply what we've done to create the VPC and -EKS cluster. This may take some time. - -```bash -terraform init -terraform apply -``` - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -```bash -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. -``` - -### Configure the KarpenterNode IAM Role - -The EKS module creates an IAM role for the EKS managed node group nodes. We'll use that for -Karpenter (so we don't have to reconfigure the aws-auth ConfigMap), but we need -to create an instance profile we can reference. - -Add the following to your `main.tf` to create the instance profile. - -```hcl -resource "aws_iam_instance_profile" "karpenter" { - name = "KarpenterNodeInstanceProfile-${local.cluster_name}" - role = module.eks.eks_managed_node_groups["initial"].iam_role_name -} -``` - -Go ahead and apply the changes. - -```bash -terraform apply -``` - -Now, Karpenter can use this instance profile to launch new EC2 instances and -those instances will be able to connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances, which means it needs -an IAM role that grants it access. The config below will create an AWS IAM -Role, attach a policy, and authorize the Service Account to assume the role -using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). -We will create the ServiceAccount and connect it to this role during the Helm -chart install. - -Add the following to your `main.tf` to create the IAM role for the Karpenter service account. - -```hcl -module "karpenter_irsa" { - source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks" - version = "5.3.1" - - role_name = "karpenter-controller-${local.cluster_name}" - attach_karpenter_controller_policy = true - - karpenter_tag_key = "karpenter.sh/discovery/${local.cluster_name}" - karpenter_controller_cluster_id = module.eks.cluster_id - karpenter_controller_node_iam_role_arns = [ - module.eks.eks_managed_node_groups["initial"].iam_role_arn - ] - - oidc_providers = { - ex = { - provider_arn = module.eks.oidc_provider_arn - namespace_service_accounts = ["karpenter:karpenter"] - } - } -} -``` - -Since we've added a new module, you'll need to run `terraform init` again before applying the changes. - -```bash -terraform init -terraform apply -``` - -### Install Karpenter Helm Chart - -Use helm to deploy Karpenter to the cluster. We are going to use the -`helm_release` Terraform resource to do the deploy and pass in the cluster -details and IAM role Karpenter needs to assume. - -Add the following to your `main.tf` to provision Karpenter via a Helm chart. - -```hcl -provider "helm" { - kubernetes { - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", local.cluster_name] - } - } -} - -resource "helm_release" "karpenter" { - namespace = "karpenter" - create_namespace = true - - name = "karpenter" - repository = "oci://public.ecr.aws/karpenter" - chart = "karpenter" - version = "v0.19.3" - - set { - name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" - value = module.karpenter_irsa.iam_role_arn - } - - set { - name = "settings.aws.clusterName" - value = module.eks.cluster_id - } - - set { - name = "settings.aws.clusterEndpoint" - value = module.eks.cluster_endpoint - } - - set { - name = "settings.aws.defaultInstanceProfile" - value = aws_iam_instance_profile.karpenter.name - } -} -``` - -Since we've added a new provider (helm), you'll need to run `terraform init` again -before applying the changes to deploy Karpenter. - -```bash -terraform init -terraform apply -``` - -### Enable Debug Logging (optional) - -The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. This provisioner -configures instances to connect to your cluster's endpoint and discovers -resources like subnets and security groups using the cluster's name. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Add the following to your `main.tf` to deploy the Karpenter provisioner. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -```hcl -provider "kubectl" { - apply_retry_count = 5 - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - load_config_file = false - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_id] - } -} - -resource "kubectl_manifest" "karpenter_provisioner" { - yaml_body = <<-YAML - apiVersion: karpenter.sh/v1alpha5 - kind: Provisioner - metadata: - name: default - spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - provider: - subnetSelector: - Name: "*private*" - securityGroupSelector: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - tags: - karpenter.sh/discovery/${module.eks.cluster_id}: ${module.eks.cluster_id} - ttlSecondsAfterEmpty: 30 - YAML - - depends_on = [ - helm_release.karpenter - ] -} -``` - -Since we've added a new provider (kubectl), you'll need to run `terraform init` again -before applying the changes to deploy the Karpenter provisioner. - -```bash -terraform init -terraform apply -``` - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -Before we can start interacting with the cluster, we need to update our local kubeconfig: - -```bash -aws eks update-kubeconfig --name karpenter-demo -``` - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Migrate to Karpenter from Cluster Autoscaler ---- - -This guide will show you how to switch from the [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler) to Karpenter for automatic node provisioning. -We will make the following assumptions in this guide - -* You will use an existing EKS cluster -* You will use existing VPC and subnets -* You will use existing security groups -* Your nodes are part of one or more node groups -* Your workloads have pod disruption budgets that adhere to [EKS best practices](https://aws.github.io/aws-eks-best-practices/karpenter/) -* Your cluster has an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for service accounts - -This guide will also assume you have the `aws` CLI installed. -You can also perform many of these steps in the console, but we will use the command line for simplicity. - -## Create IAM roles - -To get started with our migration we first need to create two new IAM roles for nodes provisioned with Karpenter and the Karpenter controller. - -To create the Karpenter node role we will use the following policy and commands. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step01-node-iam.sh" language="bash" %}} - -Now attach the required policies to the role - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step02-node-policies.sh" language="bash" %}} - -Attach the IAM role to an EC2 instance profile. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh" language="bash" %}} - -Now we need to create an IAM role that the Karpenter controller will use to provision new instances. -The controller will be using [IAM Roles for Service Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) which requires an OIDC endpoint. - -If you have another option for using IAM credentials with workloads (e.g. [kube2iam](https://github.com/jtblin/kube2iam)) your steps will be different. - -Set a variable for your cluster name. - -```bash -CLUSTER_NAME= -``` - -Set other variables from your cluster configuration. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step04-env.sh" language="bash" %}} - -Use that information to create our IAM role, inline policy, and trust relationship. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh" language="bash" %}} - -## Add tags to subnets and security groups - -We need to add tags to our nodegroup subnets so Karpenter will know which subnets to use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh" language="bash" %}} - -Add tags to our security groups. -This command only tags the security groups for the first nodegroup in the cluster. -If you have multiple nodegroups or multiple security groups you will need to decide which one Karpenter should use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh" language="bash" %}} - -## Update aws-auth ConfigMap - -We need to allow nodes that are using the node IAM role we just created to join the cluster. -To do that we have to modify the `aws-auth` ConfigMap in the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh" language="bash" %}} - -You will need to add a section to the mapRoles that looks something like this. -Replace the `${AWS_ACCOUNT_ID}` variable with your account, but do not replace the `{{EC2PrivateDNSName}}`. -``` - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterInstanceNodeRole - username: system:node:{{EC2PrivateDNSName}} -``` - -The full aws-auth configmap should have two groups. -One for your Karpenter node role and one for your existing node group. - -## Deploy Karpenter - -First set the Karpenter release you want to deploy. -```bash -export KARPENTER_VERSION=v0.19.3 -``` - -We can now generate a full Karpenter deployment yaml from the helm chart. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh" language="bash" %}} - -Modify the following lines in the karpenter.yaml file. - -### Set node affinity - -Edit the karpenter.yaml file and find the karpenter deployment affinity rules. -Modify the affinity so karpenter will run on one of the existing node group nodes. - -The rules should look something like this. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: karpenter.sh/provisioner-name - operator: DoesNotExist - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -Now that our deployment is ready we can create the karpenter namespace, create the provisioner CRD, and then deploy the rest of the karpenter resources. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-deploy.sh" language="bash" %}} - -## Create default provisioner - -We need to create a default provisioner so Karpenter knows what types of nodes we want for unscheduled workloads. -You can refer to some of the [example provisioners](https://github.com/aws/karpenter/tree{{< githubRelRef >}}examples/provisioner) for specific needs. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh" language="bash" %}} - -## Set nodeAffinity for critical workloads (optional) - -You may also want to set a nodeAffinity for other critical cluster workloads. - -Some examples are - -* coredns -* metric-server - -You can edit them with `kubectl edit deploy ...` and you should add node affinity for your static node group instances. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -## Remove CAS - -Now that karpenter is running we can disable the cluster autoscaler. -To do that we will scale the number of replicas to zero. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step12-scale-cas.sh" language="bash" %}} - -To get rid of the instances that were added from the node group we can scale our nodegroup down to a minimum size to support Karpenter and other critical services. -We suggest a minimum of 2 nodes for the node group. - -> Note: If your workloads do not have [pod disruption budgets](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) set, -> the following command **will cause workloads to be unavailable.** - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step13-scale-ng.sh" language="bash" %}} - -If you have a lot of nodes or workloads you may want to slowly scale down your node groups by a few instances at a time. -It is recommended to watch the transition carefully for workloads that may not have enough replicas running or disruption budgets configured. - -## Verify Karpenter - -As nodegroup nodes are drained you can verify that Karpenter is creating nodes for your workloads. - -```bash -kubectl logs -f -n karpenter -c controller -l app.kubernetes.io/name=karpenter -``` - -You should also see new nodes created in your cluster as the old nodes are removed - -```bash -kubectl get nodes -``` diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh deleted file mode 100644 index 9946254d957a..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step01-node-iam.sh +++ /dev/null @@ -1,15 +0,0 @@ -echo '{ - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ec2.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] -}' > node-trust-policy.json - -aws iam create-role --role-name KarpenterInstanceNodeRole \ - --assume-role-policy-document file://node-trust-policy.json diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh deleted file mode 100644 index c7cf247b86d0..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step02-node-policies.sh +++ /dev/null @@ -1,11 +0,0 @@ -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh deleted file mode 100644 index 276ba81b6c7c..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh +++ /dev/null @@ -1,6 +0,0 @@ -aws iam create-instance-profile \ - --instance-profile-name KarpenterInstanceProfile - -aws iam add-role-to-instance-profile \ - --instance-profile-name KarpenterInstanceProfile \ - --role-name KarpenterInstanceNodeRole diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step04-env.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step04-env.sh deleted file mode 100644 index f688a5256f2d..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step04-env.sh +++ /dev/null @@ -1,7 +0,0 @@ -CLUSTER_ENDPOINT="$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.endpoint" \ - --output text)" -OIDC_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} \ - --query "cluster.identity.oidc.issuer" --output text)" -AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' \ - --output text) diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh deleted file mode 100644 index 70b31fcaaf1c..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,66 +0,0 @@ -echo "{ - \"Version\": \"2012-10-17\", - \"Statement\": [ - { - \"Effect\": \"Allow\", - \"Principal\": { - \"Federated\": \"arn:aws:iam::${AWS_ACCOUNT_ID}:oidc-provider/${OIDC_ENDPOINT#*//}\" - }, - \"Action\": \"sts:AssumeRoleWithWebIdentity\", - \"Condition\": { - \"StringEquals\": { - \"${OIDC_ENDPOINT#*//}:aud\": \"sts.amazonaws.com\", - \"${OIDC_ENDPOINT#*//}:sub\": \"system:serviceaccount:karpenter:karpenter\" - } - } - } - ] -}" > controller-trust-policy.json - -aws iam create-role --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --assume-role-policy-document file://controller-trust-policy.json - -echo '{ - "Statement": [ - { - "Action": [ - "ssm:GetParameter", - "iam:PassRole", - "ec2:DescribeImages", - "ec2:RunInstances", - "ec2:DescribeSubnets", - "ec2:DescribeSecurityGroups", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeAvailabilityZones", - "ec2:DeleteLaunchTemplate", - "ec2:CreateTags", - "ec2:CreateLaunchTemplate", - "ec2:CreateFleet", - "ec2:DescribeSpotPriceHistory", - "pricing:GetProducts" - ], - "Effect": "Allow", - "Resource": "*", - "Sid": "Karpenter" - }, - { - "Action": "ec2:TerminateInstances", - "Condition": { - "StringLike": { - "ec2:ResourceTag/Name": "*karpenter*" - } - }, - "Effect": "Allow", - "Resource": "*", - "Sid": "ConditionalEC2Termination" - } - ], - "Version": "2012-10-17" -}' > controller-policy.json - -aws iam put-role-policy --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --policy-name KarpenterControllerPolicy-${CLUSTER_NAME} \ - --policy-document file://controller-policy.json diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh deleted file mode 100644 index de972ea2bddd..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh +++ /dev/null @@ -1,6 +0,0 @@ -for NODEGROUP in $(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups' --output text); do aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources $(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name $NODEGROUP --query 'nodegroup.subnets' --output text ) -done diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh deleted file mode 100644 index cbeaf0909797..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh +++ /dev/null @@ -1,22 +0,0 @@ -NODEGROUP=$(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups[0]' --output text) - -LAUNCH_TEMPLATE=$(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name ${NODEGROUP} --query 'nodegroup.launchTemplate.{id:id,version:version}' \ - --output text | tr -s "\t" ",") - -# If your EKS setup is configured to use only Cluster security group, then please execute - - -SECURITY_GROUPS=$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.resourcesVpcConfig.clusterSecurityGroupId") - -# If your setup uses the security groups in the Launch template of a managed node group, then : - -SECURITY_GROUPS=$(aws ec2 describe-launch-template-versions \ - --launch-template-id ${LAUNCH_TEMPLATE%,*} --versions ${LAUNCH_TEMPLATE#*,} \ - --query 'LaunchTemplateVersions[0].LaunchTemplateData.[NetworkInterfaces[0].Groups||SecurityGroupIds]' \ - --output text) - -aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources ${SECURITY_GROUPS} diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh deleted file mode 100644 index 740eae66f345..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl edit configmap aws-auth -n kube-system diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh deleted file mode 100644 index 1bf08235bb00..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh +++ /dev/null @@ -1,6 +0,0 @@ -helm template karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter \ - --set settings.aws.defaultInstanceProfile=KarpenterInstanceProfile \ - --set settings.aws.clusterEndpoint="${CLUSTER_ENDPOINT}" \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterControllerRole-${CLUSTER_NAME}" \ - --version ${KARPENTER_VERSION} > karpenter.yaml diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh deleted file mode 100644 index 20bd80c02f61..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step10-deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -kubectl create namespace karpenter -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.sh_provisioners.yaml -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -kubectl apply -f karpenter.yaml diff --git a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh b/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh deleted file mode 100644 index 76642ce51122..000000000000 --- a/website/content/en/v0.19.3/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh +++ /dev/null @@ -1,26 +0,0 @@ -cat < - Provisioner API reference page ---- - -## Example Provisioner Resource - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - # Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those - # that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter. - consolidation: - enabled: true - - # If omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node - # to become ready, the node may expire before any pods successfully start. - ttlSecondsUntilExpired: 2592000 # 30 Days = 60 * 60 * 24 * 30 Seconds; - - # If omitted, the feature is disabled, nodes will never scale down due to low utilization - ttlSecondsAfterEmpty: 30 - - # Priority given to the provisioner when the scheduler considers which provisioner - # to select. Higher weights indicate higher priority when comparing provisioners. - # Specifying no weight is equivalent to specifying a weight of 0. - weight: 10 - - # Provisioned nodes will have these taints - # Taints may prevent pods from scheduling if they are not tolerated by the pod. - taints: - - key: example.com/special-taint - effect: NoSchedule - - - # Provisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this - # provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for - # removing the taint after it has finished initializing the node. - startupTaints: - - key: example.com/another-taint - effect: NoSchedule - - # Labels are arbitrary key-values that are applied to all nodes - labels: - billing-team: my-team - - # Requirements that constrain the parameters of provisioned nodes. - # These requirements are combined with pod.spec.affinity.nodeAffinity rules. - # Operators { In, NotIn } are supported to enable including or excluding values - requirements: - - key: "karpenter.k8s.aws/instance-category" - operator: In - values: ["c", "m", "r"] - - key: "karpenter.k8s.aws/instance-cpu" - operator: In - values: ["4", "8", "16", "32"] - - key: karpenter.k8s.aws/instance-hypervisor - operator: In - values: ["nitro"] - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b"] - - key: "kubernetes.io/arch" - operator: In - values: ["arm64", "amd64"] - - key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand - operator: In - values: ["spot", "on-demand"] - - # Karpenter provides the ability to specify a few additional Kubelet args. - # These are all optional and provide support for additional customization and use cases. - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 - - # Resource limits constrain the total size of the cluster. - # Limits prevent Karpenter from creating new instances once the limit is exceeded. - limits: - resources: - cpu: "1000" - memory: 1000Gi - - # References cloud provider-specific custom resource, see your cloud provider specific documentation - providerRef: - name: default -``` - -## Node deprovisioning - -If neither of these values are set, Karpenter will *not* delete instances. It is recommended to set the `ttlSecondsAfterEmpty` value, to enable scale down of the cluster. - -### spec.ttlSecondsAfterEmpty - -Setting a value here enables Karpenter to delete empty/unnecessary instances. DaemonSets are excluded from considering a node "empty". This value is in seconds. - -### spec.ttlSecondsUntilExpired - -Setting a value here enables node expiry. After nodes reach the defined age in seconds, they will be deleted, even if in use. This enables nodes to effectively be periodically "upgraded" by replacing them with newly provisioned instances. - -Note that Karpenter does not automatically add jitter to this value. If multiple instances are created in a small amount of time, they will expire at very similar times. Consider defining a [pod disruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to prevent excessive workload disruption. - - - -## spec.requirements - -Kubernetes defines the following [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/), and cloud providers (e.g., AWS) implement them. They are defined at the "spec.requirements" section of the Provisioner API. - -These well known labels may be specified at the provisioner level, or in a workload definition (e.g., nodeSelector on a pod.spec). Nodes are chosen using both the provisioner's and pod's requirements. If there is no overlap, nodes will not be launched. In other words, a pod's requirements must be within the provisioner's requirements. If a requirement is not defined for a well known label, any value available to the cloud provider may be chosen. - -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 provisioner list and the provisioner has instance type requirements, Karpenter will not create a node or schedule the pod. - -📝 None of these values are required. - -### Instance Types - -- key: `node.kubernetes.io/instance-type` -- key: `karpenter.k8s.aws/instance-family` -- key: `karpenter.k8s.aws/instance-category` -- key: `karpenter.k8s.aws/instance-generation` - -Generally, instance types should be a list and not a single value. Leaving these requirements undefined is recommended, as it maximizes choices for efficiently placing pods. - -Review [AWS instance types](../AWS/instance-types). Most instance types are supported with the exclusion of [non-HVM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html). - -{{% alert title="Defaults" color="secondary" %}} -If no instance type constraints are defined, Karpenter will set default instance type constraints on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.k8s.aws/instance-category - operator: In - values: ["c", "m", "r"] - - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] -``` -{{% /alert %}} - -### Availability Zones - -- key: `topology.kubernetes.io/zone` -- value example: `us-east-1c` -- value list: `aws ec2 describe-availability-zones --region ` - -Karpenter can be configured to create nodes in a particular zone. Note that the Availability Zone `us-east-1a` for your AWS account might not have the same location as `us-east-1a` for another AWS account. - -[Learn more about Availability Zone -IDs.](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html) - -### Architecture - -- key: `kubernetes.io/arch` -- values - - `amd64` - - `arm64` - -Karpenter supports `amd64` nodes, and `arm64` nodes. - -{{% alert title="Defaults" color="secondary" %}} -If no architecture constraint is defined, Karpenter will set the default architecture constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` -{{% /alert %}} - -### Operating System -- key: `kubernetes.io/os` -- values - - `linux` - -Karpenter supports only `linux` nodes at this time. - -{{% alert title="Defaults" color="secondary" %}} -If no operating system constraint is defined, Karpenter will set the default operating system constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/os - operator: In - values: ["linux"] -``` -{{% /alert %}} - -### Capacity Type - -- key: `karpenter.sh/capacity-type` -- values - - `spot` - - `on-demand` - -Karpenter supports specifying capacity type, which is analogous to [EC2 purchase options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html). - -Karpenter prioritizes Spot offerings if the provisioner allows Spot and on-demand instances. If the provider API (e.g. EC2 Fleet's API) indicates Spot capacity is unavailable, Karpenter caches that result across all attempts to provision EC2 capacity for that instance type and zone for the next 45 seconds. If there are no other possible offerings available for Spot, Karpenter will attempt to provision on-demand instances, generally within milliseconds. - -Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. - -{{% alert title="Defaults" color="secondary" %}} -If no capacity type constraint is defined, Karpenter will set the default capacity type constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["on-demand"] -``` -{{% /alert %}} - -## spec.weight - -Karpenter allows you to describe provisioner preferences through a `weight` mechanism similar to how weight is described with [pod and node affinities](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity). - -For more information on weighting provisioners, see the [Weighting Provisioners section](../tasks/scheduling#weighting-provisioners) in the scheduling details. - -## spec.kubeletConfiguration - -Karpenter provides the ability to specify a few additional Kubelet args. These are all optional and provide support for -additional customization and use cases. Adjust these only if you know you need to do so. - -```yaml -spec: - ... - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 -``` - -☁️ **AWS** - -You can specify the container runtime to be either `dockerd` or `containerd`. - -* `dockerd` will be chosen by default for [Inferentia instanceTypes](https://aws.amazon.com/ec2/instance-types/inf1/). For all other instances `containerd` is the default. -* You can only use `containerd` with the Bottlerocket AMI Family. - -### Reserved Resources - -Karpenter will automatically configure the system and kube reserved resource requests on the fly on your behalf. These requests are used to configure your node and to make scheduling decisions for your pods. If you have specific requirements or know that you will have additional capacity requirements, you can optionally override the `--system-reserved` configuration defaults with the `.spec.kubeletConfiguration.systemReserved` values and the `--kube-reserved` configuration defaults with the `.spec.kubeletConfiguration.kubeReserved` values. - -For more information on the default `--system-reserved` and `--kube-reserved` configuration refer to the [Kubelet Docs](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#kube-reserved) - -### Eviction Thresholds - -The kubelet supports eviction thresholds by default. When enough memory or file system pressure is exerted on the node, the kubelet will begin to evict pods to ensure that system daemons and other system processes can continue to run in a healthy manner. - -Kubelet has the notion of [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds). In hard evictions, pods are evicted as soon as a threshold is met, with no grace period to terminate. Soft evictions, on the other hand, provide an opportunity for pods to be terminated gracefully. They do so by sending a termination signal to pods that are planning to be evicted and allowing those pods to terminate up to their grace period. - -Karpenter supports [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionHard` field and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionSoft` field. `evictionHard` and `evictionSoft` are configured by listing [signal names](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals) with either percentage values or resource values. - -```yaml -spec: - ... - kubeletConfiguration: - evictionHard: - memory.available: 500Mi - nodefs.available: 10% - nodefs.inodesFree: 10% - imagefs.available: 5% - imagefs.inodesFree: 5% - pid.available: 7% - evictionSoft: - memory.available: 1Gi - nodefs.available: 15% - nodefs.inodesFree: 15% - imagefs.available: 10% - imagefs.inodesFree: 10% - pid.available: 10% -``` - -#### Supported Eviction Signals - -| Eviction Signal | Description | -| --------------- | ----------- | -| memory.available | memory.available := node.status.capacity[memory] - node.stats.memory.workingSet | -| nodefs.available | nodefs.available := node.stats.fs.available | -| nodefs.inodesFree | nodefs.inodesFree := node.stats.fs.inodesFree | -| imagefs.available | imagefs.available := node.stats.runtime.imagefs.available | -| imagefs.inodesFree | imagefs.inodesFree := node.stats.runtime.imagefs.inodesFree | -| pid.available | pid.available := node.stats.rlimit.maxpid - node.stats.rlimit.curproc | - -For more information on eviction thresholds, view the [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction) section of the official Kubernetes docs. - -#### Soft Eviction Grace Periods - -Soft eviction pairs an eviction threshold with a specified grace period. With soft eviction thresholds, the kubelet will only begin evicting pods when the node exceeds its soft eviction threshold over the entire duration of its grace period. For example, if you specify `evictionSoft[memory.available]` of `500Mi` and a `evictionSoftGracePeriod[memory.available]` of `1m30`, the node must have less than `500Mi` of available memory over a minute and a half in order for the kubelet to begin evicting pods. - -Optionally, you can specify an `evictionMaxPodGracePeriod` which defines the administrator-specified maximum pod termination grace period to use during soft eviction. If a namespace-owner had specified a pod `terminationGracePeriodInSeconds` on pods in their namespace, the minimum of `evictionPodGracePeriod` and `terminationGracePeriodInSeconds` would be used. - -```yaml -spec: - ... - kubeletConfiguration: - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - imagefs.available: 1m30s - imagefs.inodesFree: 2m - pid.available: 2m - evictionMaxPodGracePeriod: 3m -``` - -### Pod Density - -#### Max Pods - -By default, AWS will configure the maximum density of pods on a node [based on the node instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt). For small instances that require an increased pod density or large instances that require a reduced pod density, you can override this default value with `.spec.kubeletConfiguration.maxPods`. This value will be used during Karpenter pod scheduling and passed through to `--max-pods` on kubelet startup. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to support a higher pod density per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -#### Pods Per Core - -An alternative way to dynamically set the maximum density of pods on a node is to use the `.spec.kubeletConfiguration.podsPerCore` value. Karpenter will calculate the pod density during scheduling by multiplying this value by the number of logical cores (vCPUs) on an instance type. This value will also be passed through to the `--pods-per-core` value on kubelet startup to configure the number of allocatable pods the kubelet can assign to the node instance. - -The value generated from `podsPerCore` cannot exceed `maxPods`, meaning, if both are set, the minimum of the `podsPerCore` dynamic pod density and the static `maxPods` value will be used for scheduling. - -{{% alert title="Note" color="primary" %}} -`maxPods` may not be set in the `kubeletConfiguration` of a Provisioner, but may still be restricted by the `ENI_LIMITED_POD_DENSITY` value. You may want to ensure that the `podsPerCore` value that will be used for instance families associated with the Provisioner will not cause unexpected behavior by exceeding the `maxPods` value. -{{% /alert %}} - -{{% alert title="Pods Per Core on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `podsPerCore` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `podsPerCore` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -## spec.limits.resources - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) - -Karpenter limits instance types when scheduling to those that will not exceed the specified limits. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. - -Review the [resource limit task](../tasks/set-resource-limits) for more information. - -## spec.providerRef - -This field points to the cloud provider-specific custom resource. Reference the appropriate documentation: - -- [AWS](../aws/provisioning/) diff --git a/website/content/en/v0.19.3/tasks/_index.md b/website/content/en/v0.19.3/tasks/_index.md deleted file mode 100755 index a0e21c036bf4..000000000000 --- a/website/content/en/v0.19.3/tasks/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tasks" -linkTitle: "Tasks" -weight: 45 -description: > - Explore different ways to use Karpenter ---- diff --git a/website/content/en/v0.19.3/tasks/deprovisioning.md b/website/content/en/v0.19.3/tasks/deprovisioning.md deleted file mode 100644 index 2300970f8056..000000000000 --- a/website/content/en/v0.19.3/tasks/deprovisioning.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -title: "Deprovisioning" -linkTitle: "Deprovisioning" -weight: 10 -description: > - Understand different ways Karpenter deprovisions nodes ---- - -Karpenter sets a Kubernetes [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) on each node it provisions. -The finalizer specifies additional actions the Karpenter controller will take in response to a node deletion request. -These include: - -* Marking the node as unschedulable, so no further pods can be scheduled there. -* Evicting all pods other than daemonsets from the node. -* Terminating the instance from the cloud provider. -* Deleting the node from the Kubernetes cluster. - -## How Karpenter nodes are deprovisioned - -There are both automated and manual ways of deprovisioning nodes provisioned by Karpenter: - -* **Provisioner Deletion**: Nodes are considered to be "owned" by the Provisioner that launched them. Karpenter will gracefully terminate nodes when a provisioner is deleted. -* **Node empty**: Karpenter notes when the last workload (non-daemonset) pod stops running on a node. From that point, Karpenter waits the number of seconds set by `ttlSecondsAfterEmpty` in the provisioner, then Karpenter requests to delete the node. This feature can keep costs down by removing nodes that are no longer being used for workloads. -* **Node expired**: Karpenter requests to delete the node after a set number of seconds, based on the provisioner `ttlSecondsUntilExpired` value, from the time the node was provisioned. One use case for node expiry is to handle node upgrades. Old nodes (with a potentially outdated Kubernetes version or operating system) are deleted, and replaced with nodes on the current version (assuming that you requested the latest version, rather than a specific version). -* **Consolidation**: Karpenter works to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. - -{{% alert title="Note" color="primary" %}} -- Automated deprovisioning is configured through the ProvisionerSpec `.ttlSecondsAfterEmpty` -, `.ttlSecondsUntilExpired` and `.consolidation.enabled` fields. If these are not configured, Karpenter will not -default values for them and will not terminate nodes for that purpose. - -- Keep in mind that a small NodeExpiry results in a higher churn in cluster activity. So, for -example, if a cluster brings up all nodes at once, all the pods on those nodes would fall into -the same batching window on expiration. - -- Pods without an ownerRef (also called "controllerless" or "naked" pods) will be evicted during voluntary node disruption, such as expiration or consolidation. A pod with the annotation `karpenter.sh/do-not-evict: true` will cause its node to be opted out from voluntary node disruption workflows. -{{% /alert %}} - -* **Node deleted**: You could use `kubectl` to manually remove a single Karpenter node: - - ```bash - # Delete a specific node - kubectl delete node $NODE_NAME - - # Delete all nodes owned any provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name - - # Delete all nodes owned by a specific provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME - ``` - -Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation. -If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal. - - -{{% alert title="Note" color="primary" %}} -By adding the finalizer, Karpenter improves the default Kubernetes process of node deletion. -When you run `kubectl delete node` on a node without a finalizer, the node is deleted without triggering the finalization logic. The instance will continue running in EC2, even though there is no longer a node object for it. -The kubelet isn’t watching for its own existence, so if a node is deleted the kubelet doesn’t terminate itself. -All the pod objects get deleted by a garbage collection process later, because the pods’ node is gone. -{{% /alert %}} - -## Consolidation - -Karpenter has two mechanisms for cluster consolidation: -- Deletion - A node is eligible for deletion if all of its pods can run on free capacity of other nodes in the cluster. -- Replace - A node can be replaced if all of its pods can run on a combination of free capacity of other nodes in the cluster and a single cheaper replacement node. - -When there are multiple nodes that could be potentially deleted or replaced, Karpenter choose to consolidate the node that overall disrupts your workloads the least by preferring to terminate: - -* nodes running fewer pods -* nodes that will expire soon -* nodes with lower priority pods - -{{% alert title="Note" color="primary" %}} -For spot nodes, Karpenter only uses the deletion consolidation mechanism. It will not replace a spot node with a cheaper spot node. Spot instance types are selected with the `price-capacity-optimized` strategy and often the cheapest spot instance type is not launched due to the likelihood of interruption. Consolidation would then replace the spot instance with a cheaper instance negating the `price-capacity-optimized` strategy entirely and increasing interruption rate. -{{% /alert %}} - -## Interruption - -If interruption-handling is enabled, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="warning" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -Karpenter enables this feature by watching an SQS queue which receives critical events from AWS services which may affect your nodes. Karpenter requires that an SQS queue be provisioned and EventBridge rules and targets be added that forward interruption events from AWS services to the SQS queue. Karpenter provides details for provisioning this infrastructure in the [Cloudformation template in the Getting Started Guide](../../getting-started/getting-started-with-eksctl/#create-the-karpenter-infrastructure-and-iam-roles). - -To enable the interruption handling feature flag, configure the `karpenter-global-settings` ConfigMap with the following value mapped to the name of the interruption queue that handles interruption events. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - ... - aws.interruptionQueueName: karpenter-cluster - ... -``` - -## What can cause deprovisioning to fail? - -There are a few cases where requesting to deprovision a Karpenter node will fail. These include Pod Disruption Budgets and pods that have the `do-not-evict` annotation set. - -### Disruption budgets - -Karpenter respects Pod Disruption Budgets (PDBs) by using a backoff retry eviction strategy. Pods will never be forcibly deleted, so pods that fail to shut down will prevent a node from deprovisioning. -Kubernetes PDBs let you specify how much of a Deployment, ReplicationController, ReplicaSet, or StatefulSet must be protected from disruptions when pod eviction requests are made. - -PDBs can be used to strike a balance by protecting the application's availability while still allowing a cluster administrator to manage the cluster. -Here is an example where the pods matching the label `myapp` will block node termination if evicting the pod would reduce the number of available pods below 4. - -```yaml -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: myapp-pdb -spec: - minAvailable: 4 - selector: - matchLabels: - app: myapp -``` - -You can set `minAvailable` or `maxUnavailable` as integers or as a percentage. -Review what [disruptions are](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/), and [how to configure them](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). - -### Pod set to do-not-evict - -If a pod exists with the annotation `karpenter.sh/do-not-evict: true` on a node, and a request is made to delete the node, Karpenter will not drain any pods from that node or otherwise try to delete the node. Nodes that have pods with a `do-not-evict` annotation are not considered for consolidation, though their unused capacity is considered for the purposes of running pods from other nodes which can be consolidated. This annotation will have no effect for static pods, pods that tolerate `NoSchedule`, or pods terminating past their graceful termination period. - -This is useful for pods that you want to run from start to finish without interruption. -Examples might include a real-time, interactive game that you don't want to interrupt or a long batch job (such as you might have with machine learning) that would need to start over if it were interrupted. - -If you want to terminate a node with a `do-not-evict` pod, you can simply remove the annotation and the deprovisioning process will continue. - -### Scheduling Constraints (Consolidation Only) - -Consolidation will be unable to consolidate a node if, as a result of its scheduling simulation, it determines that the pods on a node cannot run on other nodes due to inter-pod affinity/anti-affinity, topology spread constraints, or some other scheduling restriction that couldn't be fulfilled. diff --git a/website/content/en/v0.19.3/tasks/globalsettings.md b/website/content/en/v0.19.3/tasks/globalsettings.md deleted file mode 100644 index 62723599ee3a..000000000000 --- a/website/content/en/v0.19.3/tasks/globalsettings.md +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: "Global Settings" -linkTitle: "Global Settings" -weight: 5 -description: > - Configure Karpenter ---- - -There are two main configuration mechanisms that can be used to configure Karpenter: Environment Variables / CLI parameters to the controller and webhook binaries and the `karpenter-global-settings` config-map. - -## Environment Variables / CLI Flags - -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) - -| Environment Variable | CLI Flag | Description | -|--|--|--| -| DISABLE_WEBHOOK | \-\-disable-webhook | Disable the admission and validation webhooks (default = false)| -| ENABLE_PROFILING | \-\-enable-profiling | Enable the profiling on the metric endpoint (default = false)| -| HEALTH_PROBE_PORT | \-\-health-probe-port | The port the health probe endpoint binds to for reporting controller health (default = 8081)| -| KARPENTER_SERVICE | \-\-karpenter-service | The Karpenter Service name for the dynamic webhook certificate| -| KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| -| KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| -| LEADER_ELECT | \-\-leader-elect | Start leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default = true)| -| MEMORY_LIMIT | \-\-memory-limit | Memory limit on the container running the controller. The GC soft memory limit is set to 90% of this value. (default = -1)| -| METRICS_PORT | \-\-metrics-port | The port the metric endpoint binds to for operating metrics about the controller itself (default = 8080)| -| WEBHOOK_PORT | \-\-webhook-port | The port the webhook endpoint binds to for validation and mutation of resources (default = 8443)| - -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) - -## ConfigMap - -Karpenter installs a default configuration via its Helm chart that should work for most. Additional configuration can be performed by editing the `karpenter-global-settings` configmap within the namespace that Karpenter was installed in. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - # The maximum length of a batch window. The longer this is, the more pods we can consider for provisioning at one - # time which usually results in fewer but larger nodes. - batchMaxDuration: 10s - # The maximum amount of time with no new ending pods that if exceeded ends the current batching window. If pods arrive - # faster than this time, the batching window will be extended up to the maxDuration. If they arrive slower, the pods - # will be batched separately. - batchIdleDuration: 1s - # [REQUIRED] The kubernetes cluster name for resource discovery - aws.clusterName: karpenter-cluster - # [REQUIRED] The external kubernetes cluster endpoint for new nodes to connect with - aws.clusterEndpoint: https://00000000000000000000000000000000.gr7.us-west-2.eks.amazonaws.com - # The default instance profile to use when provisioning nodes - aws.defaultInstanceProfile: karpenter-instance-profile - # If true, then instances that support pod ENI will report a vpc.amazonaws.com/pod-eni resource - aws.enablePodENI: "false" - # Indicates whether new nodes should use ENI-based pod density. DEPRECATED: Use `.spec.kubeletConfiguration.maxPods` to set pod density on a per-provisioner basis - aws.enableENILimitedPodDensity: "true" - # If true, then assume we can't reach AWS services which don't have a VPC endpoint - # This also has the effect of disabling look-ups to the AWS pricing endpoint - aws.isolatedVPC: "false" - # The node naming convention (either "ip-name" or "resource-name") - aws.nodeNameConvention: ip-name - # The VM memory overhead as a percent that will be subtracted - # from the total memory for all instance types - aws.vmMemoryOverheadPercent: "0.075" - # Interruption Handling is currently in ALPHA and is disabled by default. Enabling interruption handling may - # require additional permissions on the controller service account. Additional permissions are outlined in the docs - aws.interruptionQueueName: karpenter-cluster - # Any global tag value can be specified by including the "aws.tags." prefix - # associated with the value in the key-value tag pair - aws.tags.custom-tag: custom-tag-value - aws.tags.custom-tag2: custom-tag-value -``` - -### Batching Parameters - -The batching parameters control how Karpenter batches an incoming stream of pending pods. Reducing these values may trade off a slightly faster time from pending pod to node launch, in exchange for launching smaller nodes. Increasing the values can do the inverse. Karpenter provides reasonable defaults for these values, but if you have specific knowledge about your workloads you can tweak these parameters to match the expected rate of incoming pods. - -For a standard deployment scale-up, the pods arrive at the QPS setting of the `kube-controller-manager`, and the default values are typically fine. These settings are intended for use cases where other systems may create large numbers of pods over a period of many seconds or minutes and there is a desire to batch them together. - -#### `batchIdleDuration` - -The `batchIdleDuration` is the period of time that a new pending pod extends the current batching window. This can be increased to handle scenarios where pods arrive slower than one second part, but it would be preferable if they were batched together onto a single larger node. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -#### `batchMaxDuration` - -The `batchMaxDuration` is the maximum period of time a batching window can be extended to. Increasing this value will allow the maximum batch window size to increase to collect more pending pods into a single batch at the expense of a longer delay from when the first pending pod was created. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -### AWS Parameters - -#### `aws.tags.` - -Global tags are applied to __all__ AWS infrastructure resources deployed by Karpenter. These resources include: - -- Launch Templates -- Volumes -- Instances - -{{% alert title="Note" color="primary" %}} -Since you can specify tags at the global level and in the `AWSNodeTemplate` resource, if a key is specified in both locations, the `AWSNodeTemplate` tag value will override the global tag. -{{% /alert %}} \ No newline at end of file diff --git a/website/content/en/v0.19.3/tasks/metrics.md b/website/content/en/v0.19.3/tasks/metrics.md deleted file mode 100644 index 60c49be8ff9e..000000000000 --- a/website/content/en/v0.19.3/tasks/metrics.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 100 - -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.karpenter.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../configuration) -## Deprovisioning Metrics - -### `karpenter_deprovisioning_actions_performed` -Number of deprovisioning actions performed. Labeled by action. - -### `karpenter_deprovisioning_evaluation_duration_seconds` -Duration of the deprovisioning evaluation process in seconds. - -### `karpenter_deprovisioning_replacement_node_initialized_seconds` -Amount of time required for a replacement node to become initialized. - -## Interruption Metrics - -### `karpenter_interruption_actions_performed` -Number of notification actions performed. Labeled by action - -### `karpenter_interruption_deleted_messages` -Count of messages deleted from the SQS queue. - -### `karpenter_interruption_message_latency_time_seconds` -Length of time between message creation in queue and an action taken on the message by the controller. - -### `karpenter_interruption_received_messages` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. - -## Provisioner Metrics - -### `karpenter_provisioner_limit` -The Provisioner Limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage` -The Provisioner Usage is the amount of resources that have been provisioned by a particular provisioner. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage_pct` -The Provisioner Usage Percentage is the percentage of each resource used based on the resources provisioned and the limits that have been configured in the range [0,100]. Labeled by provisioner name and resource type. - -## Nodes Metrics - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. - -### `karpenter_nodes_created` -Number of nodes created in total by Karpenter. Labeled by reason the node was created. - -### `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. - -### `karpenter_nodes_terminated` -Number of nodes terminated in total by Karpenter. Labeled by reason the node was terminated. - -### `karpenter_nodes_termination_time_seconds` -The time taken between a node's deletion request and the removal of its finalizer - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by non-DaemonSet pod limits. - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes. - -## Pods Metrics - -### `karpenter_pods_startup_time_seconds` -The time from pod creation until the pod is running. - -### `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, provisioner name, zone, architecture, capacity type, instance type and pod phase. - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. - -## Allocation Controller Metrics - -### `karpenter_allocation_controller_scheduling_duration_seconds` -Duration of scheduling process in seconds. Broken down by provisioner and error. - diff --git a/website/content/en/v0.19.3/tasks/pod-density.md b/website/content/en/v0.19.3/tasks/pod-density.md deleted file mode 100644 index 8bd0355cc3d1..000000000000 --- a/website/content/en/v0.19.3/tasks/pod-density.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: "Control Pod Density" -linkTitle: "Control Pod Density" -weight: 20 -description: > - Learn ways to specify pod density with Karpenter ---- - -Pod density is the number of pods per node. - -Kubernetes has a default limit of 110 pods per node. If you are using the EKS Optimized AMI on AWS, the [number of pods is limited by instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt) in the default configuration. - -## Increase Pod Density - -### Networking Limitations - -*☁️ AWS Specific* - -By default, the number of pods on a node is limited by both the number of networking interfaces (ENIs) that may be attached to an instance type and the number of IP addresses that can be assigned to each ENI. See [IP addresses per network interface per instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for a more detailed information on these instance types' limits. - -Karpenter can be configured to disable nodes' ENI-based pod density. This is especially useful for small to medium instance types which have a lower ENI-based pod density. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to more pods per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -### Provisioner-Specific Pod Density - -#### Static Pod Density - -Static pod density can be configured at the provisioner level by specifying `maxPods` within the `.spec.kubeletConfiguration`. All nodes spawned by this provisioner will set this `maxPods` value on their kubelet and will account for this value during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#max-pods) for more details. - -#### Dynamic Pod Density - -Dynamic pod density (density that scales with the instance size) can be configured at the provisioner level by specifying `podsPerCore` within the `.spec.kubeletConfiguration`. Karpenter will calculate the expected pod density for each instance based on the instance's number of logical cores (vCPUs) and will account for this during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#pods-per-core) for more details. - -### Controller-Wide Pod Density - -{{% alert title="Deprecation Warning" color="warning" %}} -`AWS_ENI_LIMITED_POD_DENSITY` is deprecated in favor of the `.spec.kubeletConfiguration.maxPods` set at the Provisioner-level -{{% /alert %}} - -Set the environment variable `AWS_ENI_LIMITED_POD_DENSITY: "false"` (or the argument `--aws-eni-limited-pod-density=false`) in the Karpenter controller to allow nodes to host up to 110 pods by default. - -Environment variables for the Karpenter controller may be specified as [helm chart values](https://github.com/aws/karpenter/blob/c73f425e924bb64c3f898f30ca5035a1d8591183/charts/karpenter/values.yaml#L15). - - -## Limit Pod Density - -Generally, increasing pod density is more efficient. However, some use cases exist for limiting pod density. - -### Topology Spread - -You can use [topology spread]({{< relref "scheduling.md#topology-spread" >}}) features to reduce blast radius. For example, spreading workloads across EC2 Availability Zones. - - -### Restrict Instance Types - -Exclude large instance sizes to reduce the blast radius of an EC2 instance failure. - -Consider setting up upper or lower boundaries on target instance sizes with the node.kubernetes.io/instance-type key. - -The following example shows how to avoid provisioning large Graviton instances in order to reduce the impact of individual instance failures: - -``` --key: node.kubernetes.io/instance-type - operator: NotIn - values: - 'm6g.16xlarge' - 'm6gd.16xlarge' - 'r6g.16xlarge' - 'r6gd.16xlarge' - 'c6g.16xlarge' -``` - - - - diff --git a/website/content/en/v0.19.3/tasks/provisioning.md b/website/content/en/v0.19.3/tasks/provisioning.md deleted file mode 100644 index 84ac1741c45e..000000000000 --- a/website/content/en/v0.19.3/tasks/provisioning.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -title: "Provisioning" -linkTitle: "Provisioning" -weight: 5 -description: > - Learn about Karpenter provisioners ---- - -When you first installed Karpenter, you set up a default Provisioner. -The Provisioner sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. -The Provisioner can be set to do things like: - -* Define taints to limit the pods that can run on nodes Karpenter creates -* Define any startup taints to inform Karpenter that it should taint the node initially, but that the taint is temporary. -* Limit node creation to certain zones, instance types, and computer architectures -* Set defaults for node expiration - -You can change your provisioner or add other provisioners to Karpenter. -Here are things you should know about Provisioners: - -* Karpenter won't do anything if there is not at least one Provisioner configured. -* Each Provisioner that is configured is looped through by Karpenter. -* If Karpenter encounters a taint in the Provisioner that is not tolerated by a Pod, Karpenter won't use that Provisioner to provision the pod. -* If Karpenter encounters a startup taint in the Provisioner it will be applied to nodes that are provisioned, but pods do not need to tolerate the taint. Karpenter assumes that the taint is temporary and some other system will remove the taint. -* It is recommended to create Provisioners that are mutually exclusive. So no Pod should match multiple Provisioners. If multiple Provisioners are matched, Karpenter will randomly choose which to use. - -If you want to modify or add provisioners to Karpenter, do the following: - -1. Review the following Provisioner documents: - - * [Provisioner](../../getting-started/getting-started-with-eksctl/#provisioner) in the Getting Started guide for a sample default Provisioner - * [Provisioner API](../../provisioner/) for descriptions of Provisioner API values - * [Provisioning Configuration](../../AWS/provisioning) for cloud-specific settings - -2. Apply the new or modified Provisioner to the cluster. - -The following examples illustrate different aspects of Provisioners. -Refer to [Scheduling](../scheduling) to see how the same features are used in Pod specs to determine where pods run. - -## Example: Requirements - -This provisioner limits nodes to specific zones. -It is flexible to both spot and on-demand capacity types. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: westzones -spec: - requirements: - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b", "us-west-2c"] - - key: "karpenter.sh/capacity-type" - operator: In - values: ["spot", "on-demand"] - provider: - instanceProfile: myprofile-cluster101 -``` -With these settings, the provisioner is able to launch nodes in three availability zones and is flexible to both spot and on-demand purchase types. - -## Example: Restricting Instance Types - -Not all workloads are able to run on any instance type. Some use cases may be sensitive to a specific hardware generation or cannot tolerate burstable compute. You can specify a variety of well known labels to control the set of instance types available to be provisioned. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - provider: - requirements: - # Include general purpose instance families - - key: karpenter.k8s.aws/instance-family - operator: In - values: [c5, m5, r5] - # Exclude smaller instance sizes - - key: karpenter.k8s.aws/instance-size - operator: NotIn - values: [nano, micro, small, large] - # Exclude a specific instance type - - key: node.kubernetes.io/instance-type - operator: NotIn - values: [m5.24xlarge] - subnetSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name - securityGroupSelector: - karpenter.sh/discovery: "${CLUSTER_NAME}" # replace with your cluster name -``` - -## Example: Isolating Expensive Hardware - -A provisioner can be set up to only provision nodes on particular processor types. -The following example sets a taint that only allows pods with tolerations for Nvidia GPUs to be scheduled: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - ttlSecondsAfterEmpty: 60 - requirements: - - key: node.kubernetes.io/instance-type - operator: In - values: ["p3.8xlarge", "p3.16xlarge"] - taints: - - key: nvidia.com/gpu - value: "true" - effect: NoSchedule -``` -In order for a pod to run on a node defined in this provisioner, it must tolerate `nvidia.com/gpu` in its pod spec. - -### Example: Adding the Cilium Startup Taint - -Per the Cilium [docs](https://docs.cilium.io/en/stable/gettingstarted/taints/), 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. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: cilium-startup -spec: - ttlSecondsAfterEmpty: 60 - startupTaints: - - key: node.cilium.io/agent-not-ready - value: "true" - effect: NoExecute -``` diff --git a/website/content/en/v0.19.3/tasks/scheduling.md b/website/content/en/v0.19.3/tasks/scheduling.md deleted file mode 100755 index d8ea9aad27a2..000000000000 --- a/website/content/en/v0.19.3/tasks/scheduling.md +++ /dev/null @@ -1,529 +0,0 @@ ---- -title: "Scheduling" -linkTitle: "Scheduling" -weight: 15 -description: > - Learn about scheduling workloads with Karpenter ---- - -If your pods have no requirements for how or where to run, you can let Karpenter choose nodes from the full range of available cloud provider resources. -However, by taking advantage of Karpenter's model of layered constraints, you can be sure that the precise type and amount of resources needed are available to your pods. -Reasons for constraining where your pods run could include: - -* Needing to run in zones where dependent applications or storage are available -* Requiring certain kinds of processors or other hardware -* Wanting to use techniques like topology spread to help ensure high availability - -Your Cloud Provider defines the first layer of constraints, including all instance types, architectures, zones, and purchase types available to its cloud. -The cluster administrator adds the next layer of constraints by creating one or more provisioners. -The final layer comes from you adding specifications to your Kubernetes pod deployments. -Pod scheduling constraints must fall within a provisioner's constraints or the pods will not deploy. -For example, if the provisioner sets limits that allow only a particular zone to be used, and a pod asks for a different zone, it will not be scheduled. - -Constraints you can request include: - -* **Resource requests**: Request that certain amount of memory or CPU be available. -* **Node selection**: Choose to run on a node that is has a particular label (`nodeSelector`). -* **Node affinity**: Draws a pod to run on nodes with particular attributes (affinity). -* **Topology spread**: Use topology spread to help ensure availability of the application. -* **Pod affinity/anti-affinity**: Draws pods towards or away from topology domains based on the scheduling of other pods. - -Karpenter supports standard Kubernetes scheduling constraints. -This allows you to define a single set of rules that apply to both existing and provisioned capacity. - -{{% alert title="Note" color="primary" %}} -Karpenter supports specific [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) that are useful for scheduling. -{{% /alert %}} - -## Resource requests - -Within a Pod spec, you can both make requests and set limits on resources a pod needs, such as CPU and memory. -For example: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: myapp -spec: - containers: - - name: app - image: myimage - resources: - requests: - memory: "128Mi" - cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" -``` -In this example, the container is requesting 128MiB of memory and .5 CPU. -Its limits are set to 256MiB of memory and 1 CPU. -Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. - - -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning Configuration](../../aws/provisioning/) for a list of supported resources. - - -## Selecting nodes - -With `nodeSelector` you can ask for a node that matches selected key-value pairs. -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. - -### Supported Labels -The following labels are supported by Karpenter. They may be specified as provisioner requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your Provisioner and select them using `nodeAffinity` or `nodeSelectors` on your Pods. - -{{% alert title="Warning" color="warning" %}} -Take care to ensure the label domains are correct. A well known label like `karpenter.k8s.aws/instance-family` will enforce node properties, but may be confused with `node.kubernetes.io/instance-family`, which is unknown to Karpenter, and treated as a custom label which will not enforce node properties. -{{% /alert %}} - -| Label | Example | Description | -| ------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| 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/)) | -| kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L10) on the instance | -| kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L50) on the instance | -| karpenter.sh/capacity-type | spot | Capacity types include `spot`, `on-demand` | -| karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | -| karpenter.k8s.aws/instance-category | g | [AWS Specific] Instance types of the same category, usually the string before the generation number | -| karpenter.k8s.aws/instance-generation | 4 | [AWS Specific] Instance type generation number within an instance category | -| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities | -| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties | -| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance | -| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance | -| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports | -| karpenter.k8s.aws/instance-gpu-name | t4 | [AWS Specific] Name of the GPU on the instance, if available | -| karpenter.k8s.aws/instance-gpu-manufacturer | nvidia | [AWS Specific] Name of the GPU manufacturer | -| karpenter.k8s.aws/instance-gpu-count | 1 | [AWS Specific] Number of GPUs on the instance | -| 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 | - -### Node selectors - -Here is an example of a `nodeSelector` for selecting nodes: - -```yaml -nodeSelector: - topology.kubernetes.io/zone: us-west-2a - karpenter.sh/capacity-type: spot -``` -This example features a well-known label (`topology.kubernetes.io/zone`) and a label that is well known to Karpenter (`karpenter.sh/capacity-type`). - -If you want to create a custom label, you should do that at the provisioner level. -Then the pod can declare that custom label. - - -See [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) in the Kubernetes documentation for details. - -### Node affinity - -Examples below illustrate how to use Node affinity to include (`In`) and exclude (`NotIn`) objects. -See [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for details. -When setting rules, the following Node affinity types define how hard or soft each rule is: - -* **requiredDuringSchedulingIgnoredDuringExecution**: This is a hard rule that must be met. -* **preferredDuringSchedulingIgnoredDuringExecution**: This is a preference, but the pod can run on a node where it is not guaranteed. - -The `IgnoredDuringExecution` part of each tells the pod to keep running, even if conditions change on the node so the rules no longer matched. -You can think of these concepts as `required` and `preferred`, since Kubernetes never implemented other variants of these rules. - -All examples below assume that the provisioner doesn't have constraints to prevent those zones from being used. -The first constraint says you could use `us-west-2a` or `us-west-2b`, the second constraint makes it so only `us-west-2b` can be used. - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2b"] -``` - -Changing the second operator to `NotIn` would allow the pod to run in `us-west-2a` only: - -```yaml - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "NotIn" - values: ["us-west-2b"] -``` - -Continuing to add to the example, `nodeAffinity` lets you define terms so if one term doesn't work it goes to the next one. -Here, if `us-west-2a` is not available, the second term will cause the pod to run on a spot instance in `us-west-2d`. - - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: # OR - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" # AND - operator: "NotIn" - values: ["us-west-2b"] - - matchExpressions: # OR - - key: "karpenter.sh/capacity-type" # AND - operator: "In" - values: ["spot"] - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2d"] -``` -In general, Karpenter will go through each of the `nodeSelectorTerms` in order and take the first one that works. -However, if Karpenter fails to provision on the first `nodeSelectorTerms`, it will try again using the second one. -If they all fail, Karpenter will fail to provision the pod. -Karpenter will backoff and retry over time. -So if capacity becomes available, it will schedule the pod without user intervention. - -## Taints and tolerations - -Taints are the opposite of affinity. -Setting a taint on a node tells the scheduler to not run a pod on it unless the pod has explicitly said it can tolerate that taint. -This example shows a Provisioner that was set up with a taint for only running pods that require a GPU, such as the following: - - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - requirements: - - key: karpenter.k8s.aws/instance-family - operator: In - values: - - p3 - taints: - - key: nvidia.com/gpu - value: true - effect: "NoSchedule" -``` - -For a pod to request to run on a node that has provisioner, it could set a toleration as follows: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: mygpupod -spec: - containers: - - name: gpuapp - resources: - requests: - nvidia.com/gpu: 1 - limits: - nvidia.com/gpu: 1 - image: mygpucontainer - tolerations: - - key: "nvidia.com/gpu" - operator: "Exists" - effect: "NoSchedule" -``` -See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) in the Kubernetes documentation for details. - -## Topology Spread - -By using the Kubernetes `topologySpreadConstraints` you can ask the provisioner to have pods push away from each other to limit the blast radius of an outage. -Think of it as the Kubernetes evolution for pod affinity: it lets you relate pods with respect to nodes while still allowing spread. -For example: - -```yaml -spec: - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: "topology.kubernetes.io/zone" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "karpenter.sh/capacity-type" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - -``` -Adding this to your podspec would result in: - -* Pods being spread across zones, hosts, and capacity-type (`topologyKey`). -* The `dev` `labelSelector` will include all pods with the label of `dev=jjones` in topology calculations. It is recommended to use a selector to match all pods in a deployment. -* No more than one pod difference in the number of pods on each host (`maxSkew`). -For example, if there were three nodes and five pods the pods could be spread 1, 2, 2 or 2, 1, 2 and so on. -If instead the spread were 5, pods could be 5, 0, 0 or 3, 2, 0, or 2, 1, 2 and so on. - -The three supported `topologyKey` values that Karpenter supports are: -- `topology.kubernetes.io/zone` -- `kubernetes.io/hostname` -- `karpenter.sh/capacity-type` - - -See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - -## Pod affinity/anti-affinity - -By using the `podAffinity` and `podAntiAffinity` configuration on a pod spec, you can inform the provisioner of your desire for pods to schedule together or apart with respect to different topology domains. For example: - -```yaml -spec: - affinity: - podAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: system - operator: In - values: - - backend - topologyKey: topology.kubernetes.io/zone - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: inflate - topologyKey: kubernetes.io/hostname -``` - -The above pod affinity rule would cause the pod to only schedule in zones where a pod with the label `system=backend` is already running. - -The anti-affinity rule would cause it to avoid running on any node with a pod labeled `app=inflate`. If this anti-affinity term was on a deployment pod spec along with a matching `app=inflate` label, it would prevent more than one pod from the deployment from running on any single node. - -See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) in the Kubernetes documentation for details. - -## Persistent Volume Topology - -Karpenter automatically detects storage scheduling requirements and includes them in node launch decisions. - -In the following example, the `StorageClass` defines zonal topologies for `us-west-2a` and `us-west-2b` and [binding mode `WaitForFirstConsumer`](https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode). -When the pod is created, Karpenter follows references from the `Pod` to `PersistentVolumeClaim` to `StorageClass` and identifies that this pod requires storage in `us-west-2a` and `us-west-2b`. -It randomly selects `us-west-2a`, provisions a node in that zone, and waits for kube-scheduler to bind the pod to the node. -The CSI driver creates a `PersistentVolume` according to the `PersistentVolumeClaim` and gives it a node affinity rule for `us-west-2a`. - -Later on, the pod is deleted and a new pod is created that requests the same claim. This time, Karpenter identifies that a `PersistentVolume` already exists for the `PersistentVolumeClaim`, and includes its zone `us-west-2a` in the pod's scheduling requirements. - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: app -spec: - containers: ... - volumes: - - name: storage - persistentVolumeClaim: - claimName: ebs-claim ---- -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: ebs -provisioner: ebs.csi.aws.com -volumeBindingMode: WaitForFirstConsumer -allowedTopologies: -- matchLabelExpressions: - - key: topology.ebs.csi.aws.com/zone - values: ["us-west-2a", "us-west-2b"] ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ebs-claim -spec: - accessModes: - - ReadWriteOnce - storageClassName: ebs - resources: - requests: - storage: 4Gi -``` - -{{% alert title="Note" color="primary" %}} -☁️ AWS Specific - -The EBS CSI driver uses `topology.ebs.csi.aws.com/zone` instead of the standard `topology.kubernetes.io/zone` label. Karpenter is aware of label aliasing and translates this label into `topology.kubernetes.io/zone` in memory. When configuring a `StorageClass` for the EBS CSI Driver, you must use `topology.ebs.csi.aws.com/zone`. -{{% /alert %}} - -{{% alert title="Note" color="primary" %}} -The topology key `topology.kubernetes.io/region` is not supported. Legacy in-tree CSI providers specify this label. Instead, install an out-of-tree CSI provider. [Learn more about moving to CSI providers.](https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/#quick-recap-what-is-csi-migration-and-why-migrate) -{{% /alert %}} - -## Weighting Provisioners - -Karpenter allows you to order your provisioners using the `.spec.weight` field so that the node scheduler will deterministically attempt to schedule with one provisioner before another. Below are a few example use-cases that are now supported with the provisioner weighting semantic. - -### Savings Plans and Reserved Instances - -If you have purchased a [Savings Plan](https://aws.amazon.com/savingsplans/) or [Reserved Instances](https://aws.amazon.com/ec2/pricing/reserved-instances/), you may want to tell Karpenter to prioritize this reserved capacity ahead of other instance types. - -To enable this, you will need to tell the Karpenter controllers which instance types to prioritize and what is the maximum amount of capacity that should be provisioned using those instance types. We can set the `.spec.limits` on the provisioner to limit the capacity that can be launched by this provisioner. Combined with the `.spec.weight` value, we can tell Karpenter to pull from instance types in the reserved provisioner before defaulting to generic instance types. - -#### Reserved Instance Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: reserved-instance -spec: - weight: 50 - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["c4.large"] - limits: - cpu: 100 -``` - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -### Default Node Configuration - -Pods that do not specify node selectors or affinities can potentially be assigned to any node with any configuration. There may be cases where you require these pods to schedule to a specific capacity type or architecture but assigning the relevant node selectors or affinities to all these workload pods may be too tedious or infeasible. Instead, we want to define a cluster-wide default configuration for nodes launched using Karpenter. - -By assigning a higher `.spec.weight` value and restricting a provisioner to a specific capacity type or architecture, we can set default configuration for the nodes launched by pods that don't have node configuration restrictions. - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - weight: 50 - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -#### ARM-64 Specific Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: arm64-specific -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["arm64"] - - key: node.kubernetes.io/instance-type - operator: In - values: ["a1.large", "a1.xlarge"] -``` - -{{% alert title="Note" color="primary" %}} -Based on the way that Karpenter performs pod batching and bin packing, it is not guaranteed that Karpenter will always choose the highest priority provisioner given specific requirements. For example, if a pod can't be scheduled with the highest priority provisioner it will force creation of a node using a lower priority provisioner which may allow other pods from that batch to also schedule on that node. The behavior may also occur if existing capacity is available, as the kube-scheduler will schedule the pods instead of allowing Karpenter to provision a new node. -{{% /alert %}} - -## Advanced Scheduling Techniques - -### `Exists` Operator - -The `Exists` operator can be used on a provisioner to provide workload segregation across nodes. - -```yaml -... - requirements: - - key: company.com/team - operator: Exists -... -``` - -With the requirement on the provisioner in place, workloads can optionally specify a custom value as a required node affinity or node selector. Karpenter will then label the nodes it launches for these pods which prevents `kube-scheduler` from scheduling conflicting pods to those nodes. This provides a way to more dynamically isolate workloads without requiring a unique provisioner for each workload subset. - -```yaml - nodeSelector: - company.com/team: team-a -``` -{{% alert title="Note" color="primary" %}} -If a workload matches the provisioner but doesn't specify a label, Karpenter will generate a random label for the node. -{{% /alert %}} - -### On-Demand/Spot Ratio Split - -Taking advantage of Karpenter's ability to assign labels to node and using a topology spread across those labels enables a crude method for splitting a workload across on-demand and spot instances in a desired ratio. - -To do this, we create a provisioner each for spot and on-demand with disjoint values for a unique new label called `capacity-spread`. In the example below, we provide four unique values for the spot provisioner and one value for the on-demand provisioner. When we spread across our new label evenly, we'll end up with a ratio of 4:1 spot to on-demand nodes. - -{{% alert title="Warning" color="warning" %}} -This is not identical to a topology spread with a specified ratio. We are constructing 'virtual domains' to spread evenly across and the ratio of those 'virtual domains' to spot and on-demand happen to coincide with the desired spot to on-demand ratio. As an example, if you launch pods using the provided example, Karpenter will launch nodes with `capacity-spread` labels of 1, 2, 3, 4, and 5. `kube-scheduler` will then schedule evenly across those nodes to give the desired ratio. -{{% /alert %}} - -#### Spot Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "spot"] - - key: capacity-spread - operator: In - values: - - "2" - - "3" - - "4" - - "5" -``` - -#### On-Demand Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "on-demand"] - - key: capacity-spread - operator: In - values: - - "1" -``` - -#### Workload Topology Spread Constraint - -```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule -``` diff --git a/website/content/en/v0.19.3/tasks/set-resource-limits.md b/website/content/en/v0.19.3/tasks/set-resource-limits.md deleted file mode 100644 index 2b49d4a174a7..000000000000 --- a/website/content/en/v0.19.3/tasks/set-resource-limits.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Set Resource Limits" -linkTitle: "Set Resource Limits" -weight: 10 -description: > - Set resource limits with Karpenter ---- - -Karpenter automatically provisions instances from the cloud provider. This often incurs hard costs. To control resource utilization and cluster size, use resource limits. - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -For example, setting "spec.limits.resources.cpu" to "1000" limits the provisioner to a total of 1000 CPU cores across all instances. This prevents unwanted excessive growth of a cluster. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value, usually a natural integer. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://github.com/kubernetes/apimachinery/blob/4427f8f31dfbac65d3a044d0168f84c51bfda440/pkg/api/resource/quantity.go#L31) - -You can view the current consumption of cpu and memory on your cluster by running: -``` -kubectl get provisioner -o=jsonpath='{.items[0].status}' -``` - -Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`. - -### Implementation - -{{% alert title="Note" color="primary" %}} -Karpenter provisioning is highly parallel. Because of this, limit checking is eventually consistent, which can result in overrun during rapid scale outs. -{{% /alert %}} - -### Example Provisioner: - -``` -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - memory: 1000Gi - nvidia.com/gpu: 2 -``` diff --git a/website/content/en/v0.19.3/testing-guide.md b/website/content/en/v0.19.3/testing-guide.md deleted file mode 100644 index 9e03941f6483..000000000000 --- a/website/content/en/v0.19.3/testing-guide.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: "Testing Guide" -linkTitle: "Testing Guide" -weight: 80 -description: > - Learn about Karpenter testing ---- -Currently, users can only test Karpenter by adding to a list of integration tests run in a mock environment or installing and testing Karpenter on a real cluster. Users who want to run more comprehensive tests are limited by the lack of test automation and configurability. - -To increase testing of Karpenter, this document introduces plans to create infrastructure and tools to extend the current mechanisms and enable developers to contribute with more confidence. - -## Mediums of Testing - -__Code Contributions__ are currently tested with integration tests automated by GitHub Actions. Testing a contribution comprehensively is hard for a few reasons: - -* Testing all supported Kubernetes and Karpenter versions would be very tedious for one developer -* Testing with real instances would incur unwanted costs to the contributor - -__On-demand testing__ is where a developer may need to test Karpenter independent of contribution. This testing may only be useful for a smaller subset of Karpenter users. Some use-cases include: - -* Scale tests to verify test workloads or dependencies -* Benchmark performance of custom builds and changes - -__Periodic tests__ are meant to run on a pre-determined basis to monitor the health of the Karpenter project. These can be used to: - -* Track performance regressions/progressions over time -* Validate that Karpenter functionally works for existing and future releases. - -## How Testing Will Impact the User Workflow - -__(To be implemented)__ When contributing, users will need to go through some steps to automatically test their changes. - -* When a user cuts a PR and is ready to test, a maintainer will need to approve testing by posting `/ok-to-test` -* A robot watching the PR will kick off tests as configured in the testing folder. The tests will run in infrastructure owned by the respective cloud provider. -* A link to the logs and metrics will be posted in the PR, whether it’s prow as used in the [kubernetes/test-infra](https://github.com/kubernetes/test-infra) or an alternative solution, such as Tekton. -* After the tests are successful, the robot will report the results and a maintainer will merge it once approving the code. - -__(To be implemented)__ Users can follow instructions to replicate the infrastructure used to run the tests by the cloud provider. Contributors will be able to run tests on their own if they want to shorten the reviewer loop. The associated README will instruct users how to run tests as automated for a PR. - -__(To be implemented)__ Contributing to the list of test suites in the testing folder will include those tests in automated testing. As some contributions will only affect real instances, contributors will need to include new tests as well. A user will be able to follow a README in the testing folder to understand how to test their new tests as well. - -## Operational Excellence - -__(To be implemented)__ Periodic testing will be an important part of Karpenter’s testing history. Results and history will be visualized as a testgrid (https://testgrid.k8s.io/) where users can look at metrics and logs for each set of test runs. - -__(To be implemented)__ Upgrade instructions between releases as detailed in the Upgrade Guide (https://karpenter.sh/preview/upgrade-guide/#how-do-we-break-incompatibility) will be tested as well. Additional tests will be included in the PR to create the release. As a result, releases will go through the same process as normal commits, and will ensure that upgrade instructions that introduce breaking changes are tested. diff --git a/website/content/en/v0.19.3/troubleshooting.md b/website/content/en/v0.19.3/troubleshooting.md deleted file mode 100644 index c4e3d58ca4d1..000000000000 --- a/website/content/en/v0.19.3/troubleshooting.md +++ /dev/null @@ -1,393 +0,0 @@ ---- -title: "Troubleshooting" -linkTitle: "Troubleshooting" -weight: 100 -description: > - Troubleshoot Karpenter problems ---- - -## Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - -## Unknown field in Provisioner spec - -If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: - -``` -error: error validating "STDIN": error validating data: ValidationError(Provisioner.spec): unknown field "" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -If you see this error, you can solve the problem by following the [Custom Resource Definition Upgrade Guidance](../upgrade-guide/#custom-resource-definition-crd-upgrades). - -Info on whether there has been a change to the CRD between versions of Karpenter can be found in the [Release Notes](../upgrade-guide/#released-upgrade-notes) - -## Unable to schedule pod due to insufficient node group instances - -v0.16.0 changed the default replicas from 1 to 2. - -Karpenter won't launch capacity to run itself (log related to the `karpenter.sh/provisioner-name DoesNotExist requirement`) -so it can't provision for the second Karpenter pod. - -To solve this you can either reduce the replicas back from 2 to 1, or ensure there is enough capacity that isn't being managed by Karpenter -(these are instances with the name `karpenter.sh/provisioner-name/`) to run both pods. - -To do so on AWS increase the `minimum` and `desired` parameters on the node group autoscaling group to launch at lease 2 instances. - -## Node not created - -In some circumstances, Karpenter controller can fail to start up a node. -For example, providing the wrong block storage device name in a custom launch template can result in a failure to start the node and an error similar to: - -``` -2022-01-19T18:22:23.366Z ERROR controller.provisioning Could not launch node, launching instances, with fleet error(s), InvalidBlockDeviceMapping: Invalid device name /dev/xvda; ... -``` - -You can see errors like this by viewing Karpenter controller logs: -```bash -kubectl get pods -A | grep karpenter -``` -``` -karpenter karpenter-XXXX 2/2 Running 2 21d -``` -```bash -kubectl logs karpenter-XXXX -c controller -n karpenter | less -``` - -## Node NotReady - -There are cases where the node starts, but fails to join the cluster and is marked "Node NotReady". -Reasons that a node can fail to join the cluster include: -- Permissions -- Security Groups -- Networking - -The easiest way to start debugging is to connect to the instance and get the Kubelet logs. For an AL2 based node: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Check Kubelet logs -sudo journalctl -u kubelet -``` - -For Bottlerocket, you'll need to get access to the root filesystem: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Enter the admin container -enter-admin-container -# Run sheltie -sudo sheltie -# Check Kubelet logs -journalctl -u kubelet -``` - -Here are examples of errors from Node NotReady issues that you might see from `journalctl`: - -* The runtime network not being ready can reflect a problem with IAM role permissions: - - ``` - KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized - ``` - See [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) for details. If you’re using `eksctl`, the VPC CNI pods may be given permissions through IRSA instead. Verify that this set up is working as intended. You can also look at the logs for your CNI plugin from the `aws-node` pod: - - ```bash - kubectl get pods -n kube-system | grep aws-node - ``` - ``` - aws-node-????? 1/1 Running 2 20d - ``` - ```bash - kubectl logs aws-node-????? -n kube-system - ``` - -* Not being able to register the node with the Kubernetes API server indicates an error condition like the following: - - ``` - Attempting to register node" node="ip-192-168-67-130.ec2.internal" - Unable to register node with API server" err="Unauthorized" node="ip-192-168-67-130.ec2.internal" - Error getting node" err="node \"ip-192-168-67-130.ec2.internal\" not found - Failed to contact API server when waiting for CSINode publishing: Unauthorized - ``` - - Check the ConfigMap to check whether or not the correct node role is there. For example: - - ```bash - $ kubectl get configmaps -n kube-system aws-auth -o yaml - ``` - ```yaml - apiVersion: v1 - data: - mapRoles: | - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/eksctl-johnw-karpenter-demo-NodeInstanceRole-72CV61KQNOYS - username: system:node:{{EC2PrivateDNSName}} - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/KarpenterNodeRole-johnw-karpenter-demo - username: system:node:{{EC2PrivateDNSName}} - mapUsers: | - [] - kind: ConfigMap - ... - ``` - -If you are not able to resolve the Node NotReady issue on your own, run the [EKS Logs Collector](https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/README.md) (if it’s an EKS optimized AMI) and look in the following places in the log: - -* Your UserData (in `/var_log/cloud-init-output.log` and `/var_log/cloud-init.log`) -* Your kubelets (`/kubelet/kubelet.log`) -* Your networking pod logs (`/var_log/aws-node`) - -Reach out to the Karpenter team on [Slack](https://kubernetes.slack.com/archives/C02SFFZSA2K) or [GitHub](https://github.com/aws/karpenter/) if you are still stuck. - -## Missing Service Linked Role -Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. -``` -AuthFailure.ServiceLinkedRoleCreationNotPermitted: The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances -``` -This can be resolved by creating the [Service Linked Role](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). -``` -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -``` - -## Unable to delete nodes after uninstalling Karpenter -Karpenter adds a [finalizer](https://github.com/aws/karpenter/pull/466) to nodes that it provisions to support graceful node termination. If Karpenter is uninstalled, these finalizers will cause the API Server to block deletion until the finalizers are removed. - -You can fix this by patching the node objects: -- `kubectl edit node ` and remove the line that says `karpenter.sh/termination` in the finalizers field. -- Run the following script that gets all nodes with the finalizer and removes all the finalizers from those nodes. - - NOTE: this will remove ALL finalizers from nodes with the karpenter finalizer. -```{bash} -kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{"\n"}' | grep "karpenter.sh/termination" | cut -d ':' -f 1 | xargs kubectl patch node --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]' -``` - -## Nil issues with Karpenter reallocation -If you create a Karpenter Provisioner while the webhook to default it is unavailable, it's possible to get unintentionally nil fields. [Related Issue](https://github.com/aws/karpenter/issues/463). - - You may see some logs like this. -```{bash} -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/utilization.go:84 +0x688 -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation.(*Controller).Reconcile(0xc000b004c0, 0x23354c0, 0xc000e209f0, 0x235e640, 0xc002566c40, 0x200c786, 0x5, 0xc00259c1b0, 0x1) github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/controller.go:72 +0x65 -github.com/aws/karpenter/pkg/controllers.(*GenericController).Reconcile(0xc000b00720, 0x23354c0, 0xc000e209f0, 0xc001db9be0, 0x7, 0xc001db9bd0, 0x7, 0xc000e209f0, 0x7fc864172d20, 0xc0000be2a0, ...) -``` -This is fixed in Karpenter v0.2.7+. Reinstall Karpenter on the latest version. - -## Nodes stuck in pending and not running the kubelet due to outdated CNI -If you have an EC2 instance get launched that is stuck in pending and ultimately not running the kubelet, you may see a message like this in your `/var/log/user-data.log`: - -> No entry for c6i.xlarge in /etc/eks/eni-max-pods.txt - -This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). - -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" - -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` - -Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) -```text -kubectl get po -A -l app.kubernetes.io/name=karpenter -NAME READY STATUS RESTARTS AGE -karpenter-7b46fb5c-gcr9z 2/2 Running 0 17h -``` - -Karpenter service has endpoints assigned to it -```text -kubectl get ep -A -l app.kubernetes.io/name=karpenter -NAMESPACE NAME ENDPOINTS AGE -karpenter karpenter 192.168.39.88:8443,192.168.39.88:8080 16d -``` - -Your security groups are not blocking you from reaching your webhook. - -This is especially relevant if you have used `terraform-eks-module` version `>=18` since that version changed its security -approach, and now it's much more restrictive. - -## DaemonSets can result in deployment failures - -For Karpenter versions 0.5.3 and earlier, DaemonSets were not properly considered when provisioning nodes. -This sometimes caused nodes to be deployed that could not meet the needs of the requested DaemonSets and workloads. -This issue no longer occurs after Karpenter version 0.5.3 (see [PR #1155](https://github.com/aws/karpenter/pull/1155)). - -If you are using a pre-0.5.3 version of Karpenter, one workaround is to set your provisioner to only use larger instance types that you know will be big enough for the DaemonSet and the workload. -For more information, see [Issue #1084](https://github.com/aws/karpenter/issues/1084). -Examples of this behavior are included in [Issue #1180](https://github.com/aws/karpenter/issues/1180). - -## Unspecified resource requests cause scheduling/bin-pack failures - -Not using the Kubernetes [LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) feature to enforce minimum resource request sizes will allow pods with very low or non-existent resource requests to be scheduled. -This can cause issues as Karpenter bin-packs pods based on the resource requests. - -If the resource requests do not reflect the actual resource usage of the pod, Karpenter will place too many of these pods onto the same node resulting in the pods getting CPU throttled or terminated due to the OOM killer. -This behavior is not unique to Karpenter and can also occur with the standard `kube-scheduler` with pods that don't have accurate resource requests. - -To prevent this, you can set LimitRanges on pod deployments on a per-namespace basis. -See the Karpenter [Best Practices Guide](https://aws.github.io/aws-eks-best-practices/karpenter/#use-limitranges-to-configure-defaults-for-resource-requests-and-limits) for further information on the use of LimitRanges. - -## Missing subnetSelector and securityGroupSelector tags causes provisioning failures - -Starting with Karpenter v0.5.5, if you are using Karpenter-generated launch template, provisioners require that [subnetSelector]({{}}) and [securityGroupSelector]({{}}) tags be set to match your cluster. -The [Provisioner]({{}}) section in the Karpenter Getting Started Guide uses the following example: - -```text -provider: - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` -To check your subnet and security group selectors, type the following: - -```bash -aws ec2 describe-subnets --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns subnets matching the selector* - -```bash -aws ec2 describe-security-groups --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns security groups matching the selector* - -Provisioners created without those tags and run in more recent Karpenter versions will fail with this message when you try to run the provisioner: - -```text - field(s): spec.provider.securityGroupSelector, spec.provider.subnetSelector -``` - -## Terraform fails to create instance profile when name is too long - -In the Getting Started with Terraform instructions to [Configure the KarpenterNode IAM Role]({{}}), the name assigned to the aws_iam_instance_profile cannot exceed 38 characters. If it does, it will fail with a message similar to: - -```text -Error: expected length of name_prefix to be in the range (1 - 38), got with module.eks.aws_iam_role.cluster[0], -on .terraform/modules/eks/main.tf line 131, in resource "aws_iam_role" "cluster": -131: name_prefix = var.cluster_iam_role_name != "" ? null : var.cluster_name -``` - -Note that it can be easy to run over the 38-character limit considering that the example includes KarpenterNodeInstanceProfile- (29 characters) and -karpenter-demo (15 characters). -That leaves only four characters for your user name. -You can reduce the number of characters consumed by changing `KarpenterNodeInstanceProfile-` to something like `KarpenterNode-`. - -## Karpenter Role names exceeding 64-character limit - -If you use a tool such as AWS CDK to generate your Kubernetes cluster name, when you add Karpenter to your cluster you could end up with a cluster name that is too long to incorporate into your KarpenterNodeRole name (which is limited to 64 characters). - -Node role names for Karpenter are created in the form `KarpenterNodeRole-${Cluster_Name}` in the [Create the KarpenterNode IAM Role]({{}}) section of the getting started guide. -If a long cluster name causes the Karpenter node role name to exceed 64 characters, creating that object will fail. - -Keep in mind that `KarpenterNodeRole-` is just a recommendation from the getting started guide. -Instead using of the eksctl role, you can shorten the name to anything you like, as long as it has the right permissions. - -## Node terminates before ready on failed encrypted EBS volume -If you are using a custom launch template and an encrypted EBS volume, the IAM principal launching the node may not have sufficient permissions to use the KMS customer managed key (CMK) for the EC2 EBS root volume. -This issue also applies to [Block Device Mappings]({{}}) specified in the Provisioner. -In either case, this results in the node terminating almost immediately upon creation. - -Keep in mind that it is possible that EBS Encryption can be enabled without your knowledge. -EBS encryption could have been enabled by an account administrator or by default on a per region basis. -See [Encryption by default](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) for details. - -To correct the problem if it occurs, you can use the approach that AWS EBS uses, which avoids adding particular roles to the KMS policy. Below is an example of a policy applied to the KMS key: - -```json -[ - { - "Sid": "Allow access through EBS for all principals in the account that are authorized to use EBS", - "Effect": "Allow", - "Principal": { - "AWS": "*" - }, - "Action": [ - "kms:Encrypt", - "kms:Decrypt", - "kms:ReEncrypt", - "kms:GenerateDataKey*", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "Resource": "", - "Condition": { - "StringEquals": { - "kms:ViaService": "ec2.${AWS_REGION}.amazonaws.com", - "kms:CallerAccount": "${AWS_ACCOUNT_ID}" - } - } - }, - { - "Sid": "Allow direct access to key metadata to the account", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${AWS_ACCOUNT_ID}:root" - }, - "Action": [ - "kms:Describe", - "kms:Get*", - "kms:List*", - "kms:RevokeGrant" - ], - "Resource": "*" - } -] -``` - -## Pods using Security Groups for Pods stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running" - -When leveraging [Security Groups for Pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html), Karpenter will launch nodes as expected but pods will be stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running". This is related to an interaction between Karpenter and the [amazon-vpc-resource-controller](https://github.com/aws/amazon-vpc-resource-controller-k8s) when a pod requests `vpc.amazonaws.com/pod-eni` resources. More info can be found in [issue #1252](https://github.com/aws/karpenter/issues/1252). - -To workaround this problem, add the `vpc.amazonaws.com/has-trunk-attached: "false"` label in your Karpenter Provisioner spec and ensure instance-type requirements include [instance-types which support ENI trunking](https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/master/pkg/aws/vpc/limits.go). -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - labels: - vpc.amazonaws.com/has-trunk-attached: "false" - provider: - subnetSelector: - karpenter.sh/discovery: karpenter-demo - securityGroupSelector: - karpenter.sh/discovery: karpenter-demo - ttlSecondsAfterEmpty: 30 -``` -## Stale pricing data on isolated subnet - -The following pricing-related error occurs if you are running Karpenter in an isolated private subnet (no Internet egress via IGW or NAT gateways): - -```text -ERROR controller.aws.pricing updating on-demand pricing, RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout; RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout, using existing pricing data from 2022-08-17T00:19:52Z {"commit": "4b5f953"} -``` -This network timeout occurs because there is no VPC endpoint available for the [Price List Query API.](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html). -To workaround this issue, Karpenter ships updated on-demand pricing data as part of the Karpenter binary; however, this means that pricing data will only be updated on Karpenter version upgrades. -To disable pricing lookups and avoid the error messages, set the AWS_ISOLATED_VPC environment variable (or the `--aws-isolated-vpc` option) to true. -See [Environment Variables / CLI Flags]({{}}) for details. - -## Helm Error When Pulling the Chart - -If Helm is showing an error when trying to install Karpenter helm charts: - - - Ensure you are using a newer Helm version, Helm started supporting OCI images since v3.8.0. - - Verify that the image you are trying to pull actually exists in [gallery.ecr.aws/karpenter](https://gallery.ecr.aws/karpenter/karpenter) - - Sometimes Helm generates a generic error, you can add the --debug switch to any of the helm commands in this doc for more verbose error messages - - If you are getting a 403 forbidden error, you can try `docker logout public.ecr.aws` as explained [here](https://docs.aws.amazon.com/AmazonECR/latest/public/public-troubleshooting.html) - - If you are receiving this error: `Error: failed to download "oci://public.ecr.aws/karpenter/karpenter" at version "0.17.0"`, then you need to prepend a `v` to the version number: `v0.17.0`. Before Karpenter moved to OCI helm charts (pre-v0.17.0), both `v0.16.0` and `0.16.0` would work, but OCI charts require an exact version match. diff --git a/website/content/en/v0.19.3/upgrade-guide/_index.md b/website/content/en/v0.19.3/upgrade-guide/_index.md deleted file mode 100644 index 0159febd8ab7..000000000000 --- a/website/content/en/v0.19.3/upgrade-guide/_index.md +++ /dev/null @@ -1,225 +0,0 @@ ---- -title: "Upgrade Guide" -linkTitle: "Upgrade Guide" -weight: 10 -description: > - Learn about upgrading Karpenter ---- - -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -To make upgrading easier we aim to minimize introduction of breaking changes with the followings: - -# Compatibility issues - -To make upgrading easier, we aim to minimize the introduction of breaking changes with the followings components: - -* Provisioner API -* Helm Chart - -We try to maintain compatibility with: - -* The application itself -* The documentation of the application - -When we introduce a breaking change, we do so only as described in this document. - -Karpenter follows [Semantic Versioning 2.0.0](https://semver.org/) in its stable release versions, while in -major version zero (v0.y.z) [anything may change at any time](https://semver.org/#spec-item-4). -However, to further protect users during this phase we will only introduce breaking changes in minor releases (releases that increment y in x.y.z). -Note this does not mean every minor upgrade has a breaking change as we will also increment the -minor version when we release a new feature. - -Users should therefore check to see if there is a breaking change every time they are upgrading to a new minor version. - -## Custom Resource Definition (CRD) Upgrades - -Karpenter ships with a few Custom Resource Definitions (CRDs). These CRDs are part of the helm chart [here](https://github.com/aws/karpenter/blob/main/charts/karpenter/crds). Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), the tool will only install the CRD during the first installation of the helm chart. Subsequent chart upgrades will not add or remove CRDs, even if the CRDs have changed. When CRDs are changed, we will make a note in the version's upgrade guide. - -In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -## How Do We Break Incompatibility? - -When there is a breaking change we will: - -* Increment the minor version when in major version 0 -* Add a permanent separate section named `upgrading to vx.y.z+` under [released upgrade notes](#released-upgrade-notes) - clearly explaining the breaking change and what needs to be done on the user side to ensure a safe upgrade -* Add the sentence “This is a breaking change, please refer to the above link for upgrade instructions” to the top of the release notes and in all our announcements - -## How Do We Find Incompatibilities - -Besides the peer review process for all changes to the code base we also do the followings in order to find -incompatibilities: -* (To be implemented) To check the compatibility of the application, we will automate tests for installing, uninstalling, upgrading from an older version, and downgrading to an older version -* (To be implemented) To check the compatibility of the documentation with the application, we will turn the commands in our documentation into scripts that we can automatically run - -## Security Patches - -While we are in major version 0 we will not release security patches to older versions. -Rather we provide the patches in the latest versions. -When at major version 1 we will have an EOL (end of life) policy where we provide security patches -for a subset of older versions and deprecate the others. - -# Release Types - -Karpenter offers four types of releases. This section explains the purpose of each release type and how the images for each release type are tagged in our [public image repository](https://gallery.ecr.aws/karpenter). - -## Stable Releases - -Stable releases are the most reliable releases that are released with weekly cadence. Stable releases are our only recommended versions for production environments. -Sometimes we skip a stable release because we find instability or problems that need to be fixed before having a stable release. -Stable releases are tagged with Semantic Versioning. For example `v0.13.0`. - -## Snapshot Releases - -We release a snapshot release for every commit that gets merged into the main repository. This enables our users to immediately try a new feature or fix right after it's merged rather than waiting days or weeks for release. -Snapshot releases are suitable for testing, and troubleshooting but users should exercise great care if they decide to use them in production environments. -Snapshot releases are tagged with the git commit hash prefixed by the Karpenter major version. For example `v0-fc17bfc89ebb30a3b102a86012b3e3992ec08adf`. For more detailed examples on how to use snapshot releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Nightly Releases - -Every night we build and release everything that has been checked into the source code. This enables us to detect problems including breaking changes and potential drifts in our external dependencies sooner than we otherwise would. -It also allows some advanced Karpenter users who have their own nightly builds to test the upcoming changes before they are released. Nightly releases are tagged with date in YYYYMMDD format. For example `20220713`. -For more examples on how to use nightly releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Release Candidates - -We consider having release candidates for major and important minor versions. Our release candidates are tagged like `vx.y.z-rc.0`, `vx.y.z-rc.1`. The release candidate will then graduate to `vx.y.z` as a normal stable release. -By adopting this practice we allow our users who are early adopters to test out new releases before they are available to the wider community, thereby providing us with early feedback resulting in more stable releases. - -# Released Upgrade Notes - -## Upgrading to v0.19.0+ -* The karpenter webhook and controller containers are combined into a single binary, which requires changes to the helm chart. If your Karpenter installation (helm or otherwise) currently customizes the karpenter webhook, your deployment tooling may require minor changes. -* Instance category defaults are now explicitly persisted in the Provisioner, rather than handled implicitly in memory. By default, Provisioners will limit instance category to c,m,r. If any instance type constraints are applied, it will override this default. If you have created Provisioners in the past with unconstrained instance type, family, or category, Karpenter will now more flexibly use instance types than before. If you would like to apply these constraints, they must be included in the Provisioner CRD. -* Karpenter CRD raw YAML URLs have migrated from `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/...` to `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/...`. If you reference static Karpenter CRDs or rely on `kubectl replace -f` to apply these CRDs from their remote location, you will need to migrate to the new location. -* Pods without an ownerRef (also called "controllerless" or "naked" pods) will now be evicted by default during node termination and consolidation. Users can prevent controllerless pods from being voluntarily disrupted by applying the `karpenter.sh/do-not-evict: true` annotation to the pods in question. -* The following CLI options/environment variables are now removed and replaced in favor of pulling settings dynamically from the `karpenter-global-settings` ConfigMap. See the [Global Settings docs](../tasks/globalsettings) for more details on configuring the new values in the ConfigMap. - - * `CLUSTER_NAME` -> `aws.clusterName` - * `CLUSTER_ENDPOINT` -> `aws.clusterEndpoint` - * `AWS_DEFAULT_INSTANCE_PROFILE` -> `aws.defaultInstanceProfile` - * `AWS_ENABLE_POD_ENI` -> `aws.enablePodENI` - * `AWS_ENI_LIMITED_POD_DENSITY` -> `aws.enableENILimitedPodDensity` - * `AWS_ISOLATED_VPC` -> `aws.isolatedVPC` - * `AWS_NODE_NAME_CONVENTION` -> `aws.nodeNameConvention` - * `VM_MEMORY_OVERHEAD` -> `aws.vmMemoryOverheadPercent` - -## Upgrading to v0.18.0+ -* v0.18.0 removes the `karpenter_consolidation_nodes_created` and `karpenter_consolidation_nodes_terminated` prometheus metrics in favor of the more generic `karpenter_nodes_created` and `karpenter_nodes_terminated` metrics. You can still see nodes created and terminated by consolidation by checking the `reason` label on the metrics. Check out all the metrics published by Karpenter [here](../tasks/metrics/). - -## Upgrading to v0.17.0+ -Karpenter's Helm chart package is now stored in [Karpenter's OCI (Open Container Initiative) registry](https://gallery.ecr.aws/karpenter/karpenter). The Helm CLI supports the new format since [v3.8.0+](https://helm.sh/docs/topics/registries/). -With this change [charts.karpenter.sh](https://charts.karpenter.sh/) is no longer updated but preserved to allow using older Karpenter versions. For examples on working with the Karpenter helm charts look at [Install Karpenter Helm Chart]({{< ref "../getting-started/getting-started-with-eksctl/#install-karpenter-helm-chart" >}}). - -Users who have scripted the installation or upgrading of Karpenter need to adjust their scripts with the following changes: -1. There is no longer a need to add the Karpenter helm repo to helm -2. The full URL of the Helm chart needs to be present when using the helm commands -3. If you were not prepending a `v` to the version (i.e. `0.17.0`), you will need to do so with the OCI chart, `v0.17.0`. - -## Upgrading to v0.16.2+ -* v0.16.2 adds new kubeletConfiguration fields to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.2/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.16.0+ -* v0.16.0 adds a new weight field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.15.0+ -* v0.15.0 adds a new consolidation field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.15.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.14.0+ -* v0.14.0 adds new fields to the `provisioners.karpenter.sh` v1alpha5 and `awsnodetemplates.karpenter.k8s.aws` v1alpha1 CRDs. The CRDs will need to be updated to use the new parameters: - -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -* v0.14.0 changes the way Karpenter discovers its dynamically generated AWS launch templates to use a tag rather than a Name scheme. The previous name scheme was `Karpenter-${CLUSTER_NAME}-*` which could collide with user created launch templates that Karpenter should not manage. The new scheme uses a tag on the launch template `karpenter.k8s.aws/cluster: ${CLUSTER_NAME}`. As a result, Karpenter will not clean-up dynamically generated launch templates using the old name scheme. You can manually clean these up with the following commands: - -```bash -## Find launch templates that match the naming pattern and you do not want to keep -aws ec2 describe-launch-templates --filters="Name=launch-template-name,Values=Karpenter-${CLUSTER_NAME}-*" - -## Delete launch template(s) that match the name but do not have the "karpenter.k8s.aws/cluster" tag -aws ec2 delete-launch-template --launch-template-id -``` - -* v0.14.0 introduces additional instance type filtering if there are no `node.kubernetes.io/instance-type` or `karpenter.k8s.aws/instance-family` or `karpenter.k8s.aws/instance-category` requirements that restrict instance types specified on the provisioner. This prevents Karpenter from launching bare metal and some older non-current generation instance types unless the provisioner has been explicitly configured to allow them. If you specify an instance type or family requirement that supplies a list of instance-types or families, that list will be used regardless of filtering. The filtering can also be completely eliminated by adding an `Exists` requirement for instance type or family. -```yaml - - key: node.kubernetes.io/instance-type - operator: Exists -``` - -* v0.14.0 introduces support for custom AMIs without the need for an entire launch template. You must add the `ec2:DescribeImages` permission to the Karpenter Controller Role for this feature to work. This permission is needed for Karpenter to discover custom images specified. Read the [Custom AMI documentation here](../aws/provisioning/#amiselector) to get started -* v0.14.0 adds an an additional default toleration (CriticalAddonOnly=Exists) to the Karpenter helm chart. This may cause Karpenter to run on nodes with that use this Taint which previously would not have been schedulable. This can be overridden by using `--set tolerations[0]=null`. - -* v0.14.0 deprecates the `AWS_ENI_LIMITED_POD_DENSITY` environment variable in-favor of specifying `spec.kubeletConfiguration.maxPods` on the Provisioner. `AWS_ENI_LIMITED_POD_DENSITY` will continue to work when `maxPods` is not set on the Provisioner. If `maxPods` is set, it will override `AWS_ENI_LIMITED_POD_DENSITY` on that specific Provisioner. - -## Upgrading to v0.13.0+ -* v0.13.0 introduces a new CRD named `AWSNodeTemplate` which can be used to specify AWS Cloud Provider parameters. Everything that was previously specified under `spec.provider` in the Provisioner resource, can now be specified in the spec of the new resource. The use of `spec.provider` is deprecated but will continue to function to maintain backwards compatibility for the current API version (v1alpha5) of the Provisioner resource. v0.13.0 also introduces support for custom user data that doesn't require the use of a custom launch template. The user data can be specified in-line in the AWSNodeTemplate resource. Read the [UserData documentation here](../aws/operating-systems) to get started. - - If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.13.2/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.13.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. -* v0.13.0 also adds EC2/spot price fetching to Karpenter to allow making more accurate decisions regarding node deployments. Our getting started guide documents this, but if you are upgrading Karpenter you will need to modify your Karpenter controller policy to add the `pricing:GetProducts` and `ec2:DescribeSpotPriceHistory` permissions. - - -## Upgrading to v0.12.0+ -* v0.12.0 adds an OwnerReference to each Node created by a provisioner. Previously, deleting a provisioner would orphan nodes. Now, deleting a provisioner will cause Kubernetes [cascading delete](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion) logic to gracefully terminate the nodes using the Karpenter node finalizer. You may still orphan nodes by removing the owner reference. -* If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.12.1/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.12.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. - -## Upgrading to v0.11.0+ - -v0.11.0 changes the way that the `vpc.amazonaws.com/pod-eni` resource is reported. Instead of being reported for all nodes that could support the resources regardless of if the cluster is configured to support it, it is now controlled by a command line flag or environment variable. The parameter defaults to false and must be set if your cluster uses [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html). This can be enabled by setting the environment variable `AWS_ENABLE_POD_ENI` to true via the helm value `controller.env`. - -Other extended resources must be registered on nodes by their respective device plugins which are typically installed as DaemonSets (e.g. the `nvidia.com/gpu` resource will be registered by the [NVIDIA device plugin](https://github.com/NVIDIA/k8s-device-plugin). Previously, Karpenter would register these resources on nodes at creation and they would be zeroed out by `kubelet` at startup. By allowing the device plugins to register the resources, pods will not bind to the nodes before any device plugin initialization has occurred. - -v0.11.0 adds a `providerRef` field in the Provisioner CRD. To use this new field you will need to replace the Provisioner CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.11.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.10.0+ - -v0.10.0 adds a new field, `startupTaints` to the provisioner spec. Standard Helm upgrades [do not upgrade CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) so the field will not be available unless the CRD is manually updated. This can be performed prior to the standard upgrade by applying the new CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.10.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -📝 If you don't perform this manual CRD update, Karpenter will work correctly except for rejecting the creation/update of provisioners that use `startupTaints`. - -## Upgrading to v0.6.2+ - -If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration -that sets the old variable names. - -- `controller.clusterName` is now `clusterName` -- `controller.clusterEndpoint` is now `clusterEndpoint` diff --git a/website/content/en/v0.20.0/troubleshooting.md b/website/content/en/v0.20.0/troubleshooting.md index e9b7b88f8baf..f067108f62ea 100644 --- a/website/content/en/v0.20.0/troubleshooting.md +++ b/website/content/en/v0.20.0/troubleshooting.md @@ -6,18 +6,6 @@ description: > Troubleshoot Karpenter problems --- -## Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - ## Unknown field in Provisioner spec If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: @@ -198,9 +186,21 @@ If you have an EC2 instance get launched that is stuck in pending and ultimately This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" +### Failed calling webhook "validation.webhook.provisioners.karpenter.sh" + +If you are not able to create a provisioner due to `Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` + +Webhooks were renamed in v0.19.0. There's a bug in ArgoCD's upgrade workflow where webhooks are leaked. This results in Provisioner's failing to be validated, since the validation server no longer corresponds to the webhook definition. + +Delete the stale webhooks. +``` +kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh +kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh +``` + +### Failed calling webhook "defaulting.webhook.karpenter.sh" -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` +If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) ```text diff --git a/website/content/en/v0.21.0/_index.md b/website/content/en/v0.21.0/_index.md deleted file mode 100755 index f5af370c8492..000000000000 --- a/website/content/en/v0.21.0/_index.md +++ /dev/null @@ -1,40 +0,0 @@ - ---- -title: "Documentation" -linkTitle: "Docs" -weight: 20 -cascade: - type: docs - tags: - - preview ---- -Karpenter is an open-source node provisioning project built for Kubernetes. -Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that cluster. -Karpenter works by: - -* **Watching** for pods that the Kubernetes scheduler has marked as unschedulable -* **Evaluating** scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods -* **Provisioning** nodes that meet the requirements of the pods -* **Removing** the nodes when the nodes are no longer needed - -As someone using Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running (see [Getting Started]({{}})), you can: - -* **Set up provisioners**: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values. -Provisioner-level constraints related to Kubernetes and your cloud provider (AWS, for example) include: - - - Taints (`taints`): Identify taints to add to provisioned nodes. If a pod doesn't have a matching toleration for the taint, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Labels (`labels`): Apply arbitrary key-value pairs to nodes that can be matched by pods. - - Requirements (`requirements`): Set acceptable (`In`) and unacceptable (`Out`) Kubernetes and Karpenter values for node provisioning based on [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/) and [cloud-specific settings]({{}}). These can include [instance types](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type), [zones](https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone), [computer architecture](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-arch), and [capacity type]({{}}) (such as AWS spot or on-demand). - - Limits (`limits`): Lets you set limits on the total CPU and Memory that can be used by the cluster, effectively stopping further node provisioning when those limits have been reached. - -* **Deploy workloads**: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. Use any of the following Pod spec constraints when you deploy pods: - - - Resources (`resources`): Make requests and set limits for memory and CPU for a Pod. See [Requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits) for details. - - Nodes (`nodeSelector`): Use [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) to ask to match a node that includes one or more selected key-value pairs. These can be arbitrary labels you define, Kubernetes well-known labels, or Karpenter labels. - - Node affinity (`NodeAffinity`): Set [nodeAffinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) to have the Pod run on nodes that have matching `nodeSelectorTerms` set or not set. Matching affinity can be a particular operating system or zone. You can set the node affinity to be required or simply preferred. `NotIn` and `DoesNotExist` allow you to define node anti-affinity behavior. - - Pod affinity and anti-affinity (`podAffinity/podAntiAffinity`): Choose to run a pod on a node based on whether certain pods are running (`podAffinity`) or not running (`podAntiAffinity`) on the node. See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) for details. - - Tolerations (`tolerations`): Identify that a pod must match (tolerate) a taint on a node before the pod will run on it. Without the toleration, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Topology spread (`topologySpreadConstraints`): Request that pods be spread across zones (`topology.kubernetes.io/zone`) or hosts (`kubernetes.io/hostname`), or cloud provider capacity types (`karpenter.sh/capacity-type`). See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - - Persistent volume topology: Indicate that the Pod has a storage requirement that requires a node running in a particular zone that can make that storage available to the node. - -Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.21.0/concepts/_index.md b/website/content/en/v0.21.0/concepts/_index.md deleted file mode 100755 index 13145ad52ce9..000000000000 --- a/website/content/en/v0.21.0/concepts/_index.md +++ /dev/null @@ -1,181 +0,0 @@ ---- -title: "Concepts" -linkTitle: "Concepts" -weight: 10 -description: > - Understand key concepts of Karpenter ---- - -Users fall under two basic roles: Kubernetes cluster administrators and application developers. -This document describes Karpenter concepts through the lens of those two types of users. - -## Cluster administrator - -As a Kubernetes cluster administrator, you can engage with Karpenter to: - -* Install Karpenter -* Configure provisioners to set constraints and other features for managing nodes -* Deprovision nodes -* Upgrade nodes - -Concepts associated with this role are described below. - - -### Installing Karpenter - -Karpenter is designed to run on a node in your Kubernetes cluster. -As part of the installation process, you need credentials from the underlying cloud provider to allow nodes to be started up and added to the cluster as they are needed. - -[Getting Started with Karpenter on AWS](../getting-started) -describes the process of installing Karpenter on an AWS cloud provider. -Because requests to add and delete nodes and schedule pods are made through Kubernetes, AWS IAM Roles for Service Accounts (IRSA) are needed by your Kubernetes cluster to make privileged requests to AWS. -For example, Karpenter uses AWS IRSA roles to grant the permissions needed to describe EC2 instance types and create EC2 instances. - -Once privileges are in place, Karpenter is deployed with a Helm chart. - -### Configuring provisioners - -Karpenter's job is to add nodes to handle unschedulable pods, schedule pods on those nodes, and remove the nodes when they are not needed. -To configure Karpenter, you create *provisioners* that define how Karpenter manages unschedulable pods and expires nodes. -Here are some things to know about the Karpenter provisioner: - -* **Unschedulable pods**: Karpenter only attempts to schedule pods that have a status condition `Unschedulable=True`, which the kube scheduler sets when it fails to schedule the pod to existing capacity. - -* **Provisioner CR**: Karpenter defines a Custom Resource called a Provisioner to specify provisioning configuration. -Each provisioner manages a distinct set of nodes, but pods can be scheduled to any provisioner that supports its scheduling constraints. -A provisioner contains constraints that impact the nodes that can be provisioned and attributes of those nodes (such timers for removing nodes). -See [Provisioning](./provisioning) docs for a description of settings and provisioner examples. - -* **Well-known labels**: The provisioner can use well-known Kubernetes labels to allow pods to request only certain instance types, architectures, operating systems, or other attributes when creating nodes. -See [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) for details. -Keep in mind that only a subset of these labels are supported in Karpenter, as described later. - -* **Deprovisioning nodes**: A provisioner can also include time-to-live values to indicate when nodes should be deprovisioned after a set amount of time from when they were created or after they becomes empty of deployed pods. - -* **Multiple provisioners**: Multiple provisioners can be configured on the same cluster. -For example, you might want to configure different teams on the same cluster to run on completely separate capacity. -One team could run on nodes using BottleRocket, while another uses EKSOptimizedAMI. - -Although most use cases are addressed with a single provisioner for multiple teams, multiple provisioners are useful to isolate nodes for billing, use different node constraints (such as no GPUs for a team), or use different deprovisioning settings. - -### Deprovisioning nodes - -Karpenter deletes nodes when they are no longer needed. - -* **Finalizer**: Karpenter places a finalizer bit on each node it creates. -When a request comes in to delete one of those nodes (such as a TTL or a manual `kubectl delete node`), Karpenter will cordon the node, drain all the pods, terminate the EC2 instance, and delete the node object. -Karpenter handles all clean-up work needed to properly delete the node. -* **Node Expiry**: If a node expiry time-to-live value (`ttlSecondsUntilExpired`) is reached, that node is drained of pods and deleted (even if it is still running workloads). -* **Empty nodes**: When the last workload pod running on a Karpenter-managed node is gone, the node is annotated with an emptiness timestamp. -Once that "node empty" time-to-live (`ttlSecondsAfterEmpty`) is reached, finalization is triggered. -* **Consolidation**: If enabled, Karpenter will work to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. - -For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](./deprovisioning) for details. - -### Upgrading nodes - -A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`. -Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest discovered AMI. -See more in [AWSNodeTemplate](./node-templates). - -### Constraints - -The concept of layered constraints is key to using Karpenter. -With no constraints defined in provisioners and none requested from pods being deployed, Karpenter chooses from the entire universe of features available to your cloud provider. -Nodes can be created using any instance type and run in any zones. - -An application developer can tighten the constraints defined in a provisioner by the cluster administrator by defining additional scheduling constraints in their pod spec. -Refer to the description of Karpenter constraints in the Application Developer section below for details. - -### Scheduling - -Karpenter schedules pods that the Kubernetes scheduler has marked unschedulable. -After solving scheduling constraints and launching capacity, Karpenter creates the Node object and waits for kube-scheduler to bind the pod. -This stateless approach helps to avoid race conditions and improves performance. -If something is wrong with the launched node, Kubernetes will automatically migrate the pods to a new node. - -Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well. -This is useful if there is additional room in the node due to imperfect packing shape or because workloads finish over time. - -### Cloud provider -Karpenter makes requests to provision new nodes to the associated cloud provider. -The first supported cloud provider is AWS, although Karpenter is designed to work with other cloud providers. -Separating Kubernetes and AWS-specific settings allows Karpenter a clean path to integrating with other cloud providers. - -While using Kubernetes well-known labels, the provisioner can set some values that are specific to the cloud provider. -So, for example, to include a certain instance type, you could use the Kubernetes label `node.kubernetes.io/instance-type`, but set its value to an AWS instance type (such as `m5.large` or `m5.2xlarge`). - -### Consolidation - -If consolidation is enabled for a provisioner, Karpenter attempts to reduce the overall cost of the nodes launched by that provisioner if workloads have changed in two ways: -- Node Deletion -- Node Replacement - -To perform these actions, Karpenter simulates all pods being evicted from a candidate node and then looks at the results of the scheduling simulation to determine if those pods can run on a combination of existing nodes in the cluster and a new cheaper node. This operation takes into consideration all scheduling constraints placed on your workloads and provisioners (e.g. taints, tolerations, node selectors, inter-pod affinity, etc). - -If as a result of the scheduling simulation all pods can run on existing nodes, the candidate node is simply deleted. If all pods can run on a combination of existing nodes and a cheaper node, we launch the cheaper node and delete the candidate node which causes the pods to be evicted and re-created by their controllers in order to be rescheduled. - -For Node Replacement to work well, your provisioner must allow selecting from a variety of instance types with varying amounts of allocatable resources. Consolidation will only consider launching nodes using instance types which are allowed by your provisioner. - -### Interruption - -If interruption-handling is enabled for the controller, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="warning" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -### Kubernetes cluster autoscaler -Like Karpenter, [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) is -designed to add nodes when requests come in to run pods that cannot be met by current capacity. -Cluster autoscaler is part of the Kubernetes project, with implementations by most major Kubernetes cloud providers. -By taking a fresh look at provisioning, Karpenter offers the following improvements: - -* **Designed to handle the full flexibility of the cloud**: -Karpenter has the ability to efficiently address the full range of instance types available through AWS. -Cluster autoscaler was not originally built with the flexibility to handle hundreds of instance types, zones, and purchase options. - -* **Group-less node provisioning**: Karpenter manages each instance directly, without use of additional orchestration mechanisms like node groups. -This enables it to retry in milliseconds instead of minutes when capacity is unavailable. -It also allows Karpenter to leverage diverse instance types, availability zones, and purchase options without the creation of hundreds of node groups. - -## Application developer - -As someone deploying pods that might be evaluated by Karpenter, you should know how to request the properties that your pods need of its compute resources. -Karpenter's job is to efficiently assess and choose compute assets based on requests from pod deployments. -These can include basic Kubernetes features or features that are specific to the cloud provider (such as AWS). - -Layered *constraints* are applied when a pod makes requests for compute resources that cannot be met by current capacity. -A pod can specify `nodeAffinity` (to run in a particular zone or instance type) or a `topologySpreadConstraints` spread (to cause a set of pods to be balanced across multiple nodes). -The pod can specify a `nodeSelector` to run only on nodes with a particular label and `resource.requests` to ensure that the node has enough available memory. - -The Kubernetes scheduler tries to match those constraints with available nodes. -If the pod is unschedulable, Karpenter creates compute resources that match its needs. -When Karpenter tries to provision a node, it analyzes scheduling constraints before choosing the node to create. - -As long as the requests are not outside of the provisioner's constraints, -Karpenter will look to best match the request, comparing the same well-known labels defined by the pod's scheduling constraints. -Note that if the constraints are such that a match is not possible, the pod will remain unscheduled. - -So, what constraints can you use as an application developer deploying pods that could be managed by Karpenter? - -Kubernetes features that Karpenter supports for scheduling pods include nodeAffinity and [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). -It also supports [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/), [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/), and [inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity). - -From the Kubernetes [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) page, -you can see a full list of Kubernetes labels, annotations and taints that determine scheduling. -Those that are implemented in Karpenter include: - -* **kubernetes.io/arch**: For example, kubernetes.io/arch=amd64 -* **node.kubernetes.io/instance-type**: For example, node.kubernetes.io/instance-type=m3.medium -* **topology.kubernetes.io/zone**: For example, topology.kubernetes.io/zone=us-east-1c - -For more on how, as a developer, you can add constraints to your pod deployment, see [Scheduling](./scheduling/) for details. diff --git a/website/content/en/v0.21.0/concepts/deprovisioning.md b/website/content/en/v0.21.0/concepts/deprovisioning.md deleted file mode 100644 index 0d0f173ceade..000000000000 --- a/website/content/en/v0.21.0/concepts/deprovisioning.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -title: "Deprovisioning" -linkTitle: "Deprovisioning" -weight: 3 -description: > - Understand different ways Karpenter deprovisions nodes ---- - -Karpenter sets a Kubernetes [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) on each node it provisions. -The finalizer specifies additional actions the Karpenter controller will take in response to a node deletion request. -These include: - -* Marking the node as unschedulable, so no further pods can be scheduled there. -* Evicting all pods other than daemonsets from the node. -* Terminating the instance from the cloud provider. -* Deleting the node from the Kubernetes cluster. - -## How Karpenter nodes are deprovisioned - -There are both automated and manual ways of deprovisioning nodes provisioned by Karpenter: - -* **Provisioner Deletion**: Nodes are considered to be "owned" by the Provisioner that launched them. Karpenter will gracefully terminate nodes when a provisioner is deleted. -* **Node empty**: Karpenter notes when the last workload (non-daemonset) pod stops running on a node. From that point, Karpenter waits the number of seconds set by `ttlSecondsAfterEmpty` in the provisioner, then Karpenter requests to delete the node. This feature can keep costs down by removing nodes that are no longer being used for workloads. -* **Node expired**: Karpenter requests to delete the node after a set number of seconds, based on the provisioner `ttlSecondsUntilExpired` value, from the time the node was provisioned. One use case for node expiry is to handle node upgrades. Old nodes (with a potentially outdated Kubernetes version or operating system) are deleted, and replaced with nodes on the current version (assuming that you requested the latest version, rather than a specific version). -* **Consolidation**: Karpenter works to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. -* **Drift**: Karpenter will deprovision nodes that have drifted from their desired specification. Once the node is annotated as drifted, Karpenter will deprovision the nodes and provision replacement nodes with the correct provisioning requirements when needed. Currently, Karpenter will only automatically mark nodes as drifted in the case of a drifted AMI. - -{{% alert title="Note" color="primary" %}} -- Automated deprovisioning is configured through the ProvisionerSpec `.ttlSecondsAfterEmpty` -, `.ttlSecondsUntilExpired` and `.consolidation.enabled` fields. If these are not configured, Karpenter will not -default values for them and will not terminate nodes for that purpose. - -- Keep in mind that a small NodeExpiry results in a higher churn in cluster activity. So, for -example, if a cluster brings up all nodes at once, all the pods on those nodes would fall into -the same batching window on expiration. - -- Pods without an ownerRef (also called "controllerless" or "naked" pods) will be evicted during voluntary node disruption, such as expiration or consolidation. A pod with the annotation `karpenter.sh/do-not-evict: true` will cause its node to be opted out from voluntary node disruption workflows. - -- Using preferred anti-affinity and topology spreads can reduce the effectiveness of consolidation. At node launch, Karpenter attempts to satisfy affinity and topology spread preferences. In order to reduce node churn, consolidation must also attempt to satisfy these constraints to avoid immediately consolidating nodes after they launch. This means that consolidation may not deprovision nodes in order to avoid violating preferences, even if kube-scheduler can fit the host pods elsewhere. Karpenter reports these pods via logging to bring awareness to the possible issues they can cause (e.g. `pod default/inflate-anti-self-55894c5d8b-522jd has a preferred Anti-Affinity which can prevent consolidation`). - -{{% /alert %}} - -* **Node deleted**: You could use `kubectl` to manually remove a single Karpenter node: - - ```bash - # Delete a specific node - kubectl delete node $NODE_NAME - - # Delete all nodes owned any provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name - - # Delete all nodes owned by a specific provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME - ``` - -Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation. -If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal. - - -{{% alert title="Note" color="primary" %}} -By adding the finalizer, Karpenter improves the default Kubernetes process of node deletion. -When you run `kubectl delete node` on a node without a finalizer, the node is deleted without triggering the finalization logic. The instance will continue running in EC2, even though there is no longer a node object for it. -The kubelet isn’t watching for its own existence, so if a node is deleted the kubelet doesn’t terminate itself. -All the pod objects get deleted by a garbage collection process later, because the pods’ node is gone. -{{% /alert %}} - -## Consolidation - -Karpenter has two mechanisms for cluster consolidation: -- Deletion - A node is eligible for deletion if all of its pods can run on free capacity of other nodes in the cluster. -- Replace - A node can be replaced if all of its pods can run on a combination of free capacity of other nodes in the cluster and a single cheaper replacement node. - -Consolidation has three mechanisms that are performed in order to attempt to identify a consolidation action: -1) Empty Node Consolidation - Delete any entirely empty nodes in parallel -2) Multi-Node Consolidation - Try to delete two or more nodes in parallel, possibly launching a single replacement that is cheaper than the price of all nodes being removed -3) Single-Node Consolidation - Try to delete any single node, possibly launching a single replacement that is cheaper than the price of that node - -It's impractical to examine all possible consolidation options for multi-node consolidation, so Karpenter uses a heuristic to identify a likely set of nodes that can be consolidated. For single-node consolidation we consider each node in the cluster individually. - -When there are multiple nodes that could be potentially deleted or replaced, Karpenter choose to consolidate the node that overall disrupts your workloads the least by preferring to terminate: - -* nodes running fewer pods -* nodes that will expire soon -* nodes with lower priority pods - -{{% alert title="Note" color="primary" %}} -For spot nodes, Karpenter only uses the deletion consolidation mechanism. It will not replace a spot node with a cheaper spot node. Spot instance types are selected with the `price-capacity-optimized` strategy and often the cheapest spot instance type is not launched due to the likelihood of interruption. Consolidation would then replace the spot instance with a cheaper instance negating the `price-capacity-optimized` strategy entirely and increasing interruption rate. -{{% /alert %}} - -If consolidation is enabled, Karpenter periodically reports events against nodes that indicate why the node can't be consolidated. These events can be used to investigate nodes that you expect to have been consolidated, but still remain in your cluster. - -``` -Events: - Type Reason Age From Message - ---- ------ ---- ---- ------- - Normal Unconsolidatable 66s karpenter pdb default/inflate-pdb prevents pod evictions - Normal Unconsolidatable 33s (x3 over 30m) karpenter can't replace with a cheaper node - ``` - -## Interruption - -If interruption-handling is enabled, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="warning" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -Karpenter enables this feature by watching an SQS queue which receives critical events from AWS services which may affect your nodes. Karpenter requires that an SQS queue be provisioned and EventBridge rules and targets be added that forward interruption events from AWS services to the SQS queue. Karpenter provides details for provisioning this infrastructure in the [Cloudformation template in the Getting Started Guide](../../getting-started/getting-started-with-eksctl/#create-the-karpenter-infrastructure-and-iam-roles). - -To enable the interruption handling feature flag, configure the `karpenter-global-settings` ConfigMap with the following value mapped to the name of the interruption queue that handles interruption events. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - ... - aws.interruptionQueueName: karpenter-cluster - ... -``` - -## Drift - -If drift is enabled, Karpenter will deprovision nodes that have been marked as drifted with the annotation `karpenter.sh/voluntary-disruption: "drifted"`. Karpenter will automatically cordon, drain, and terminate nodes, while respecting any PDBs or `do-not-evict` pods that are configured. Karpenter will automatically mark nodes as drifted if the AMI that is used on the instance does not match the AMI set by the AWSNodeTemplate. Check the [AWSNodeTemplate Docs]({{}}) settings for more. - -If users annotate their own nodes with `karpenter.sh/voluntary-disruption: "drifted"`, Karpenter will respect the annotation and deprovision the nodes. - -{{% alert title="Note" color="warning" %}} -Karpenter will only automatically mark nodes as drifted in the case of a drifted AMI. More methods of drift will be implemented in the future. Please cut a feature request if you'd like to see more methods implemented. -{{% /alert %}} - -To enable the drift feature flag, refer to [Global Settings]({{}}). - -## Disabling Deprovisioning - -Nodes can be opted out of deprovisioning using an annotation. - -### Supported Annotations - -| Annotation | Effect | -| ------------------------------- | --------------------------------- | -| karpenter.sh/do-not-consolidate | The node will not be consolidated | - -### Example: Disable Consolidation - -The annotation `karpenter.sh/do-not-consolidate` will be applied to all nodes launched by this provisioner, which will prevent them from being considered in consolidation calculations. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - annotations: # will be applied to all nodes - karpenter.sh/do-not-consolidate: "true" -``` - -## What can cause deprovisioning to fail? - -There are a few cases where requesting to deprovision a Karpenter node will fail. These include Pod Disruption Budgets and pods that have the `do-not-evict` annotation set. - -### Disruption budgets - -Karpenter respects Pod Disruption Budgets (PDBs) by using a backoff retry eviction strategy. Pods will never be forcibly deleted, so pods that fail to shut down will prevent a node from deprovisioning. -Kubernetes PDBs let you specify how much of a Deployment, ReplicationController, ReplicaSet, or StatefulSet must be protected from disruptions when pod eviction requests are made. - -PDBs can be used to strike a balance by protecting the application's availability while still allowing a cluster administrator to manage the cluster. -Here is an example where the pods matching the label `myapp` will block node termination if evicting the pod would reduce the number of available pods below 4. - -```yaml -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: myapp-pdb -spec: - minAvailable: 4 - selector: - matchLabels: - app: myapp -``` - -You can set `minAvailable` or `maxUnavailable` as integers or as a percentage. -Review what [disruptions are](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/), and [how to configure them](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). - -### Pod set to do-not-evict - -If a pod exists with the annotation `karpenter.sh/do-not-evict: true` on a node, and a request is made to delete the node, Karpenter will not drain any pods from that node or otherwise try to delete the node. Nodes that have pods with a `do-not-evict` annotation are not considered for consolidation, though their unused capacity is considered for the purposes of running pods from other nodes which can be consolidated. This annotation will have no effect for static pods, pods that tolerate `NoSchedule`, or pods terminating past their graceful termination period. - -This is useful for pods that you want to run from start to finish without interruption. -Examples might include a real-time, interactive game that you don't want to interrupt or a long batch job (such as you might have with machine learning) that would need to start over if it were interrupted. - -If you want to terminate a node with a `do-not-evict` pod, you can simply remove the annotation and the deprovisioning process will continue. - -### Scheduling Constraints (Consolidation Only) - -Consolidation will be unable to consolidate a node if, as a result of its scheduling simulation, it determines that the pods on a node cannot run on other nodes due to inter-pod affinity/anti-affinity, topology spread constraints, or some other scheduling restriction that couldn't be fulfilled. diff --git a/website/content/en/v0.21.0/concepts/globalsettings.md b/website/content/en/v0.21.0/concepts/globalsettings.md deleted file mode 100644 index 64dce9d5cdf9..000000000000 --- a/website/content/en/v0.21.0/concepts/globalsettings.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: "Global Settings" -linkTitle: "Global Settings" -weight: 13 -description: > - Configure Karpenter ---- - -There are two main configuration mechanisms that can be used to configure Karpenter: Environment Variables / CLI parameters to the controller and webhook binaries and the `karpenter-global-settings` config-map. - -## Environment Variables / CLI Flags - -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) - -| Environment Variable | CLI Flag | Description | -|--|--|--| -| DISABLE_WEBHOOK | \-\-disable-webhook | Disable the admission and validation webhooks (default = false)| -| ENABLE_PROFILING | \-\-enable-profiling | Enable the profiling on the metric endpoint (default = false)| -| HEALTH_PROBE_PORT | \-\-health-probe-port | The port the health probe endpoint binds to for reporting controller health (default = 8081)| -| KARPENTER_SERVICE | \-\-karpenter-service | The Karpenter Service name for the dynamic webhook certificate| -| KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| -| KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| -| LEADER_ELECT | \-\-leader-elect | Start leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default = true)| -| MEMORY_LIMIT | \-\-memory-limit | Memory limit on the container running the controller. The GC soft memory limit is set to 90% of this value. (default = -1)| -| METRICS_PORT | \-\-metrics-port | The port the metric endpoint binds to for operating metrics about the controller itself (default = 8080)| -| WEBHOOK_PORT | \-\-webhook-port | The port the webhook endpoint binds to for validation and mutation of resources (default = 8443)| - -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) - -## ConfigMap - -Karpenter installs a default configuration via its Helm chart that should work for most. Additional configuration can be performed by editing the `karpenter-global-settings` configmap within the namespace that Karpenter was installed in. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - # The maximum length of a batch window. The longer this is, the more pods we can consider for provisioning at one - # time which usually results in fewer but larger nodes. - batchMaxDuration: 10s - # The maximum amount of time with no new ending pods that if exceeded ends the current batching window. If pods arrive - # faster than this time, the batching window will be extended up to the maxDuration. If they arrive slower, the pods - # will be batched separately. - batchIdleDuration: 1s - # [REQUIRED] The kubernetes cluster name for resource discovery - aws.clusterName: karpenter-cluster - # [REQUIRED] The external kubernetes cluster endpoint for new nodes to connect with - aws.clusterEndpoint: https://00000000000000000000000000000000.gr7.us-west-2.eks.amazonaws.com - # The default instance profile to use when provisioning nodes - aws.defaultInstanceProfile: karpenter-instance-profile - # If true, then instances that support pod ENI will report a vpc.amazonaws.com/pod-eni resource - aws.enablePodENI: "false" - # Indicates whether new nodes should use ENI-based pod density. DEPRECATED: Use `.spec.kubeletConfiguration.maxPods` to set pod density on a per-provisioner basis - aws.enableENILimitedPodDensity: "true" - # If true, then assume we can't reach AWS services which don't have a VPC endpoint - # This also has the effect of disabling look-ups to the AWS pricing endpoint - aws.isolatedVPC: "false" - # The node naming convention (either "ip-name" or "resource-name") - aws.nodeNameConvention: ip-name - # The VM memory overhead as a percent that will be subtracted - # from the total memory for all instance types - aws.vmMemoryOverheadPercent: "0.075" - # Interruption Handling is currently in ALPHA and is disabled by default. Enabling interruption handling may - # require additional permissions on the controller service account. Additional permissions are outlined in the docs - aws.interruptionQueueName: karpenter-cluster - # Any global tag value can be specified by including the "aws.tags." prefix - # associated with the value in the key-value tag pair - aws.tags.custom-tag: custom-tag-value - aws.tags.custom-tag2: custom-tag-value -``` - -### Feature Gates -Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features). You can add a feature gate's ConfigKey to the `karpenter-global-settings` ConfigMap above with the desired value. - -| Feature | Default | Config Key | Stage | Since | Until | -|---------|---------|---------------------------|-------|---------|-------| -| Drift | false | featureGates.driftEnabled | Alpha | v0.21.0 | | - - -### Batching Parameters - -The batching parameters control how Karpenter batches an incoming stream of pending pods. Reducing these values may trade off a slightly faster time from pending pod to node launch, in exchange for launching smaller nodes. Increasing the values can do the inverse. Karpenter provides reasonable defaults for these values, but if you have specific knowledge about your workloads you can tweak these parameters to match the expected rate of incoming pods. - -For a standard deployment scale-up, the pods arrive at the QPS setting of the `kube-controller-manager`, and the default values are typically fine. These settings are intended for use cases where other systems may create large numbers of pods over a period of many seconds or minutes and there is a desire to batch them together. - -#### `batchIdleDuration` - -The `batchIdleDuration` is the period of time that a new pending pod extends the current batching window. This can be increased to handle scenarios where pods arrive slower than one second part, but it would be preferable if they were batched together onto a single larger node. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -#### `batchMaxDuration` - -The `batchMaxDuration` is the maximum period of time a batching window can be extended to. Increasing this value will allow the maximum batch window size to increase to collect more pending pods into a single batch at the expense of a longer delay from when the first pending pod was created. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -### AWS Parameters - -#### `aws.tags.` - -Global tags are applied to __all__ AWS infrastructure resources deployed by Karpenter. These resources include: - -- Launch Templates -- Volumes -- Instances - -{{% alert title="Note" color="primary" %}} -Since you can specify tags at the global level and in the `AWSNodeTemplate` resource, if a key is specified in both locations, the `AWSNodeTemplate` tag value will override the global tag. -{{% /alert %}} diff --git a/website/content/en/v0.21.0/concepts/instance-types.md b/website/content/en/v0.21.0/concepts/instance-types.md deleted file mode 100644 index 7087af05ee79..000000000000 --- a/website/content/en/v0.21.0/concepts/instance-types.md +++ /dev/null @@ -1,14171 +0,0 @@ ---- -title: "Instance Types" -linkTitle: "Instance Types" -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 -- `aws-eni-limited-pod-density` is assumed to be `true` -- `amiFamily` is set to the default of `AL2` -## a1 Family -### `a1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `a1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `a1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `a1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `a1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `a1.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## c1 Family -### `c1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-pods|12| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1022Mi| - |pods|12| -### `c1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7168| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|5537Mi| - |pods|58| -## c3 Family -### `c3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c4 Family -### `c4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c5 Family -### `c5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5a Family -### `c5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5ad Family -### `c5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5d Family -### `c5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5n Family -### `c5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|5376| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|4198Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|10752| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|8852Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|21504| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|18798Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|43008| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|36753Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6a Family -### `c6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6g Family -### `c6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gd Family -### `c6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gn Family -### `c6gn.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6i Family -### `c6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6id Family -### `c6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6in Family -### `c6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|234460Mi| - |pods|688| -## c7g Family -### `c7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c7g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c7g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c7g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c7g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## cc2 Family -### `cc2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|cc| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|cc2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61952| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|cc2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|54276Mi| - |pods|234| -## d2 Family -### `d2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `d2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `d2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `d2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## d3 Family -### `d3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29745Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|42| -### `d3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59967Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|92| -### `d3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|120368Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|59| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|241379Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|119| -## d3en Family -### `d3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14590Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|24| -### `d3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29657Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|58| -### `d3en.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59747Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|78| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|119928Mi| - |pods|78| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|89| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|180428Mi| - |pods|89| - |vpc.amazonaws.com/pod-eni|119| -## dl1 Family -### `dl1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| - |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|4000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |habana.ai/gaudi|8| - |memory|694632Mi| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## g3 Family -### `g3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|g3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|2| - |pods|234| -### `g3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |nvidia.com/gpu|4| - |pods|737| -## g3s Family -### `g3s.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|g3s| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3s.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |nvidia.com/gpu|1| - |pods|58| -## g4ad Family -### `g4ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29767Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|11| -### `g4ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|2| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|10| -### `g4ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|4| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## g4dn Family -### `g4dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|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|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|29| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|59| -### `g4dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `g4dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g4dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `g4dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## g5 Family -### `g5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|4| -### `g5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `g5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|34| -### `g5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `g5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `g5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|345| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|723199Mi| - |nvidia.com/gpu|8| - |pods|345| - |vpc.amazonaws.com/pod-eni|107| -## g5g Family -### `g5g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g5g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g5g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## h1 Family -### `h1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `h1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `h1.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `h1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## i2 Family -### `i2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `i3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -### `i3.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|i3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## i3en Family -### `i3en.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|5| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|12| -### `i3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `i3en.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |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|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i3en.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## i4i Family -### `i4i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `i4i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|6| -### `i4i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|26| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|52| -### `i4i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|112| -### `i4i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## im4gn Family -### `im4gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `im4gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `im4gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `im4gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## inf1 Family -### `inf1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|38| - |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| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6704Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|38| - |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| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14282Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |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-pods|234| - |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| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `inf1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|321| - |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| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|177876Mi| - |pods|321| - |vpc.amazonaws.com/pod-eni|111| -## is4gen Family -### `is4gen.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|5140Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `is4gen.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|10592Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `is4gen.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `is4gen.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|44372Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `is4gen.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `is4gen.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## m1 Family -### `m1.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1066Mi| - |pods|8| -### `m1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2916Mi| - |pods|12| -### `m1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -## m2 Family -### `m2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|58| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|15103Mi| - |pods|58| -### `m2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|118| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|30640Mi| - |pods|118| -### `m2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|234| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|61758Mi| - |pods|234| -## m3 Family -### `m3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2965Mi| - |pods|12| -### `m3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `m3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|118| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|26663Mi| - |pods|118| -## m4 Family -### `m4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|20| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6902Mi| - |pods|20| -### `m4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m4.10xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| - |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-pods|234| - |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|39730m| - |ephemeral-storage|18Gi| - |memory|148523Mi| - |pods|234| -### `m4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -## m5 Family -### `m5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## m5a Family -### `m5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5ad Family -### `m5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5d Family -### `m5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5dn Family -### `m5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5n Family -### `m5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5zn Family -### `m5zn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `m5zn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|29| -### `m5zn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `m5zn.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|92| -### `m5zn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m5zn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5zn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6a Family -### `m6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6g Family -### `m6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6gd Family -### `m6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6i Family -### `m6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6id Family -### `m6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6idn Family -### `m6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## m6in Family -### `m6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## p2 Family -### `p2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -### `p2.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|16| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|749568| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|690321Mi| - |nvidia.com/gpu|16| - |pods|234| -## p3 Family -### `p3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `p3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `p3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -## p3dn Family -### `p3dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## p4d Family -### `p4d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1058357Mi| - |nvidia.com/gpu|8| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## r3 Family -### `r3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13434Mi| - |pods|29| -### `r3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## r4 Family -### `r4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `r4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `r4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -## r5 Family -### `r5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## r5a Family -### `r5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5ad Family -### `r5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5b Family -### `r5b.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5b.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5b.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5b.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5d Family -### `r5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5dn Family -### `r5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5n Family -### `r5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6a Family -### `r6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6gd Family -### `r6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6i Family -### `r6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6id Family -### `r6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6idn Family -### `r6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## r6in Family -### `r6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## t1 Family -### `t1.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|80Mi| - |pods|4| -## t2 Family -### `t2.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t2.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t2.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|11| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t2.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t2.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|44| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14216Mi| - |pods|44| -### `t2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|44| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29371Mi| - |pods|44| -## t3 Family -### `t3.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t3a Family -### `t3a.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3a.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3a.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|8| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `t3a.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t4g Family -### `t4g.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t4g.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t4g.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t4g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## trn1 Family -### `trn1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `trn1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|1962| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|462929Mi| - |pods|1962| - |vpc.amazonaws.com/pod-eni|82| -## u-12tb1 Family -### `u-12tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-12tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-12tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|11630631Mi| - |pods|737| -## u-18tb1 Family -### `u-18tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-18tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|18874368| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-18tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|17450228Mi| - |pods|737| -## u-24tb1 Family -### `u-24tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-24tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|25165824| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-24tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|23269825Mi| - |pods|737| -## u-3tb1 Family -### `u-3tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-3tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|2906769Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## u-6tb1 Family -### `u-6tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -### `u-6tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -## u-9tb1 Family -### `u-9tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-9tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|9437184| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-9tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|8720833Mi| - |pods|737| -## vt1 Family -### `vt1.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |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-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `vt1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `vt1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x1 Family -### `x1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|921438Mi| - |pods|234| -### `x1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|114784Mi| - |pods|29| -### `x1e.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|230023Mi| - |pods|58| -### `x1e.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|58| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|461140Mi| - |pods|58| -### `x1e.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|923374Mi| - |pods|58| -### `x1e.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -### `x1e.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|3694839Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `x2gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `x2gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `x2gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `x2gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2idn Family -### `x2idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iedn Family -### `x2iedn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|11| -### `x2iedn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `x2iedn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2iedn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iedn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|2901236Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iezn Family -### `x2iezn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `x2iezn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iezn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## z1d Family -### `z1d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `z1d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `z1d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `z1d.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `z1d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| diff --git a/website/content/en/v0.21.0/concepts/metrics.md b/website/content/en/v0.21.0/concepts/metrics.md deleted file mode 100644 index e447dbec6303..000000000000 --- a/website/content/en/v0.21.0/concepts/metrics.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: "Metrics" -linkTitle: "Metrics" -weight: 12 - -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.karpenter.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../globalsettings) -## Deprovisioning Metrics - -### `karpenter_deprovisioning_actions_performed` -Number of deprovisioning actions performed. Labeled by action. - -### `karpenter_deprovisioning_evaluation_duration_seconds` -Duration of the deprovisioning evaluation process in seconds. - -### `karpenter_deprovisioning_replacement_node_initialized_seconds` -Amount of time required for a replacement node to become initialized. - -## Interruption Metrics - -### `karpenter_interruption_actions_performed` -Number of notification actions performed. Labeled by action - -### `karpenter_interruption_deleted_messages` -Count of messages deleted from the SQS queue. - -### `karpenter_interruption_message_latency_time_seconds` -Length of time between message creation in queue and an action taken on the message by the controller. - -### `karpenter_interruption_received_messages` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. - -## Provisioner Metrics - -### `karpenter_provisioner_limit` -The Provisioner Limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage` -The Provisioner Usage is the amount of resources that have been provisioned by a particular provisioner. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage_pct` -The Provisioner Usage Percentage is the percentage of each resource used based on the resources provisioned and the limits that have been configured in the range [0,100]. Labeled by provisioner name and resource type. - -## Nodes Metrics - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. - -### `karpenter_nodes_created` -Number of nodes created in total by Karpenter. Labeled by reason the node was created. - -### `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. - -### `karpenter_nodes_terminated` -Number of nodes terminated in total by Karpenter. Labeled by reason the node was terminated. - -### `karpenter_nodes_termination_time_seconds` -The time taken between a node's deletion request and the removal of its finalizer - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by non-DaemonSet pod limits. - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes. - -## Pods Metrics - -### `karpenter_pods_startup_time_seconds` -The time from pod creation until the pod is running. - -### `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, provisioner name, zone, architecture, capacity type, instance type and pod phase. - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. - -## Allocation Controller Metrics - -### `karpenter_allocation_controller_scheduling_duration_seconds` -Duration of scheduling process in seconds. Broken down by provisioner and error. - diff --git a/website/content/en/v0.21.0/concepts/node-templates.md b/website/content/en/v0.21.0/concepts/node-templates.md deleted file mode 100644 index bf4b3e86a588..000000000000 --- a/website/content/en/v0.21.0/concepts/node-templates.md +++ /dev/null @@ -1,360 +0,0 @@ ---- -title: "Node Templates" -linkTitle: "Node Templates" -weight: 2 -description: > - Configure AWS specific settings ---- - -Node Templates enable configuration of AWS specific settings. -Each provisioner must reference an AWSNodeTemplate using `spec.providerRef`. -Multiple provisioners may point to the same AWSNodeTemplate. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: default ---- -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - subnetSelector: { ... } # required, discovers tagged subnets to attach to instances - securityGroupSelector: { ... } # required, discovers tagged security groups to attach to instances - instanceProfile: "..." # optional, overrides the node's identity from global settings - amiFamily: "..." # optional, resolves a default ami and userdata - amiSelector: { ... } # optional, discovers tagged amis to override the amiFamily's default - userData: "..." # optional, overrides autogenerated userdata with a merge semantic - tags: { ... } # optional, propagates tags to underlying EC2 resources - metadataOptions: { ... } # optional, configures IMDS for the instance - blockDeviceMappings: [ ... ] # optional, configures storage devices for the instance - -``` -Refer to [Provisioner API]({{}}) for settings applicable to all providers. -See below for other AWS provider-specific parameters. - -### SubnetSelector (required) - -The `AWSNodeTemplate` discovers subnets using [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). -Subnets may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. -Subnet IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. -When launching nodes, a subnet is automatically chosen that matches the desired zone. -If multiple subnets exist for a zone, the one with the most available IP addresses will be used. - -**Examples** - -Select all with a specified tag key: -```yaml -spec: - subnetSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select by name and tag (all criteria must match):: -```yaml -spec: - subnetSelector: - Name: my-subnet - MyTag: '' # matches all resources with the tag -``` - -Select using comma separated tag values: -```yaml -spec: - subnetSelector: - Name: "my-subnet-1,my-subnet-2" -``` - -Select using wildcards: -```yaml -spec: - subnetSelector: - Name: "*Public*" - -``` - -Select by ID: -```yaml -spec: - subnetSelector: - aws-ids: "subnet-09fa4a0a8f233a921,subnet-0471ca205b8a129ae" -``` - -### SecurityGroupSelector (required) - -The security group of an instance is comparable to a set of firewall rules. -EKS creates at least two security groups by default, [review the documentation](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) for more info. -Security groups may be specified by any AWS tag, including "Name". Selecting tags using wildcards (`*`) is supported. - -{{% alert title="Note" color="primary" %}} -When launching nodes, Karpenter uses all of the security groups that match the selector. If multiple security groups with the tag `karpenter.sh/discovery/MyClusterName` match the selector, this may result in failures using the AWS Load Balancer controller. The Load Balancer controller only supports a single security group having that tag key. See this [issue](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2367) for more details. -{{% /alert %}} - -To verify if this restriction affects you, run the following commands. -```bash -CLUSTER_VPC_ID="$(aws eks describe-cluster --name $CLUSTER_NAME --query cluster.resourcesVpcConfig.vpcId --output text)" - -aws ec2 describe-security-groups --filters Name=vpc-id,Values=$CLUSTER_VPC_ID Name=tag-key,Values=karpenter.sh/discovery/$CLUSTER_NAME --query 'SecurityGroups[].[GroupName]' --output text -``` - -If multiple securityGroups are printed, you will need a more specific securityGroupSelector. - -**Examples** - -Select all with a specified tag key: -```yaml -spec: - securityGroupSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select by name and tag (all criteria must match): -```yaml -spec: - securityGroupSelector: - Name: my-security-group - MyTag: '' # matches all resources with the tag -``` - -Select by comma-separated tag values: -```yaml -spec: - securityGroupSelector: - Name: "my-security-group-1,my-security-group-2" -``` - -Select by name using a wildcard: -```yaml -spec: - securityGroupSelector: - Name: "*Public*" -``` - -Select by ID: -```yaml -spec: - securityGroupSelector: - aws-ids: "sg-063d7acfb4b06c82c,sg-06e0cf9c198874591" -``` - -### InstanceProfile - -An `InstanceProfile` is a way to pass a single IAM role to EC2 instance launched the provisioner. -A default profile is configured in global settings, but may be overriden here. -The `AWSNodeTemplate` will not create an `InstanceProfile` automatically. -The `InstanceProfile` must refer to a `Role` that has permission to connect to the cluster. -``` -spec: - instanceProfile: MyInstanceProfile -``` - -### Amazon Machine Image (AMI) Family - -The AMI used when provisioning nodes can be controlled by the `amiFamily` field. Based on the value set for `amiFamily`, Karpenter will automatically query for the appropriate [EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) via AWS Systems Manager (SSM). When an `amiFamily` of `Custom` is chosen, then an `amiSelector` must be specified that informs Karpenter on which custom AMIs are to be used. - -Currently, Karpenter supports `amiFamily` values `AL2`, `Bottlerocket`, `Ubuntu` and `Custom`. GPUs are only supported with `AL2` and `Bottlerocket`. - -``` -spec: - amiFamily: Bottlerocket -``` - -### AMISelector - -AMISelector is used to configure custom AMIs for Karpenter to use, where the AMIs are discovered through [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html), similar to `subnetSelector`. This field is optional, and Karpenter will use the latest EKS-optimized AMIs if an amiSelector is not specified. - -EC2 AMIs may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -EC2 AMI IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -* When launching nodes, Karpenter automatically determines which architecture a custom AMI is compatible with and will use images that match an instanceType's requirements. -* If multiple AMIs are found that can be used, Karpenter will randomly choose any one. -* If no AMIs are found that can be used, then no nodes will be provisioned. - -For additional data on how UserData is configured for Custom AMIs, and how more requirements can be specified for custom AMIs, follow [this documentation](./operating-systems/#custom-amis). - -**Examples** - -Select all AMIs with a specified tag: -``` - amiSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select AMIs by name: -``` - amiSelector: - Name: my-ami -``` - -Select AMIs by an arbitrary AWS tag key/value pair: -``` - amiSelector: - MyAMITag: value -``` - -Specify AMIs explicitly by ID: -```yaml - amiSelector: - aws-ids: "ami-123,ami-456" -``` - -### UserData - -You can control the UserData that needs to be applied to your worker nodes via this field. Review the [Operating Systems documentation](./operating-systems/) to learn more. - -### Tags - -Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of AWS tags are listed below. - -``` -Name: karpenter.sh/provisioner-name/ -karpenter.sh/provisioner-name: -kubernetes.io/cluster/: owned -``` - -Additional tags can be added in the AWSNodeTemplate tags section which are merged with and can override the default tag values. -``` -spec: - tags: - InternalAccountingTag: 1234 - dev.corp.net/app: Calculator - dev.corp.net/team: MyTeam -``` - -### Metadata Options - -Control the exposure of [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) on EC2 Instances launched by this provisioner using a generated launch template. - -Refer to [recommended, security best practices](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node) for limiting exposure of Instance Metadata and User Data to pods. - -If metadataOptions are omitted from this provisioner, the following default settings will be used. - -``` -spec: - metadataOptions: - httpEndpoint: enabled - httpProtocolIPv6: disabled - httpPutResponseHopLimit: 2 - httpTokens: required -``` - -### Block Device Mappings - -The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs. - -Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -spec: - blockDeviceMappings: - - deviceName: /dev/xvda - ebs: - volumeSize: 100Gi - volumeType: gp3 - iops: 10000 - encrypted: true - kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" - deleteOnTermination: true - throughput: 125 - snapshotID: snap-0123456789 -``` - -## AWS Specific Labels - -The AWS cloud provider adds several labels to nodes that describe the node resources to make filtering instance types easier. These work at either the provisioner level as requirements or the pod level as node selectors or node affinities. The complete list, including the instance types they are applied to, is available in the [Instance Types](../instance-types/) documentation. A sampling of these include: -- `karpenter.k8s.aws/instance-cpu` -- `karpenter.k8s.aws/instance-memory` -- `karpenter.k8s.aws/instance-gpu-name` - -The `karpenter.k8s.aws/instance-cpu` and `karpenter.k8s.aws/instance-memory` values are numeric which also allows constructing requirements for them using the `Gt` and `Lt` operators. - -The standard rules for `Gt` and `Lt` apply: - -1. There can be only one value in the requirement -2. The value must be an integer - -These requirements can be useful to select nodes of a particular "shape". For example the following filters out all instance types with more than 8 CPUs or more than 16 GiB of memory: - -```yaml - - key: karpenter.k8s.aws/instance-cpu - operator: Lt - values: - - "9" - - key: karpenter.k8s.aws/instance-memory - operator: Lt - values: - - "16385" -``` - -A requirement that specifies a specific value for `karpenter.k8s.aws/instance-gpu-name` can be used to select for all instance types that have a particular GPU type. - -```yaml - - key: karpenter.k8s.aws/instance-gpu-name - operator: In - values: - - "v100" -``` - -## Other Resources - -### Accelerators, GPU - -Accelerator (e.g., GPU) values include -- `nvidia.com/gpu` -- `amd.com/gpu` -- `aws.amazon.com/neuron` -- `habana.ai/gaudi` - -Karpenter supports accelerators, such as GPUs. - - -Additionally, include a resource requirement in the workload manifest. This will cause the GPU dependent pod to be scheduled onto the appropriate node. - -Here is an example of an accelerator resource in a workload manifest (e.g., pod): - -```yaml -spec: - template: - spec: - containers: - - resources: - limits: - nvidia.com/gpu: "1" -``` -{{% alert title="Note" color="primary" %}} -If you are provisioning GPU nodes, you need to deploy an appropriate GPU device plugin daemonset for those nodes. -Without the daemonset running, Karpenter will not see those nodes as initialized. -Refer to general [Kubernetes GPU](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#deploying-amd-gpu-device-plugin) docs and the following specific GPU docs: -* `nvidia.com/gpu`: [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) -* `amd.com/gpu`: [AMD GPU device plugin for Kubernetes](https://github.com/RadeonOpenCompute/k8s-device-plugin) -* `aws.amazon.com/neuron`: [Kubernetes environment setup for Neuron](https://github.com/aws-neuron/aws-neuron-sdk/tree/master/src/k8) -* `habana.ai/gaudi`: [Habana device plugin for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Habana_Device_Plugin_for_Kubernetes.html) -{{% /alert %}} - -### Pod ENI (Security Groups for Pods) -[Pod ENI](https://github.com/aws/amazon-vpc-cni-k8s#enable_pod_eni-v170) is a feature of the AWS VPC CNI Plugin which allows an Elastic Network Interface (ENI) to be allocated directly to a Pod. When enabled, the `vpc.amazonaws.com/pod-eni` extended resource is added to supported nodes. The Pod ENI feature can be used independently, but is most often used in conjunction with Security Groups for Pods. Follow the below instructions to enable support for Pod ENI and/or Security Groups for Pods in Karpenter. - -{{% alert title="Note" color="primary" %}} -You must enable Pod ENI support in the AWS VPC CNI Plugin before enabling Pod ENI support in Karpenter. Please refer to the [Security Groups for Pods documentation](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html) for instructions. -{{% /alert %}} - -Now that Pod ENI support is enabled in the AWS VPC CNI Plugin, you can enable Pod ENI support in Karpenter by setting the `settings.aws.enablePodENI` Helm chart value to `true`. - -Here is an example of a pod-eni resource defined in a deployment manifest: -``` -spec: - template: - spec: - containers: - - resources: - limits: - vpc.amazonaws.com/pod-eni: "1" -``` diff --git a/website/content/en/v0.21.0/concepts/operating-systems.md b/website/content/en/v0.21.0/concepts/operating-systems.md deleted file mode 100644 index 54aeb9b0164b..000000000000 --- a/website/content/en/v0.21.0/concepts/operating-systems.md +++ /dev/null @@ -1,248 +0,0 @@ ---- -title: "Operating Systems" -linkTitle: "Operating Systems" -weight: 5 -description: > - Learn how to configure custom UserData and AMIs with Karpenter ---- - -This document describes how you can customize the operating system for your EC2 worker nodes. - -## Configuration - -Operating system configuration is specified within a AWSNodeTemplate resource. This resource is referenced in your Provisioner using `spec.providerRef`. -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: bottlerocket-example - ... -``` - -**Examples** - -Operating systems can be configured using `spec.userData` and `spec.amiSelector` respectively in the `AWSNodeTemplate` resource: - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: bottlerocket-example -spec: - amiFamily: Bottlerocket - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - [settings.kubernetes] - kube-api-qps = 30 - [settings.kubernetes.eviction-hard] - "memory.available" = "20%" - amiSelector: - karpenter.sh/discovery: my-cluster -``` - -This example adds SSH keys to allow remote login to the node (replace *my-authorized_keys* with your key file): - -{{% alert title="Note" color="primary" %}} -Instead of using SSH as set up in this example, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "../troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. -{{% /alert %}} - - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: al2-example -spec: - amiFamily: AL2 - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - mkdir -p ~ec2-user/.ssh/ - touch ~ec2-user/.ssh/authorized_keys - cat >> ~ec2-user/.ssh/authorized_keys < >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 -/etc/eks/bootstrap.sh 'test-cluster' --apiserver-endpoint 'https://test-cluster' --b64-cluster-ca 'ca-bundle' \ ---use-max-pods false \ ---container-runtime containerd \ ---kubelet-extra-args '--node-labels=karpenter.sh/capacity-type=on-demand,karpenter.sh/provisioner-name=test --max-pods=110' ---//-- -``` - -You can also set kubelet-config properties by modifying the kubelet-config.json file before the EKS bootstrap script starts the kubelet: - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: kubelet-config-example -spec: - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - echo "$(jq '.kubeAPIQPS=50' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json - - --BOUNDARY-- -``` - -## Custom AMIs - -You can specify a set of AMIs for a provisioner to use by specifying an AMISelector that identifies AMIs to use through EC2 tags or via a comma-separated list. - -### Defining AMI constraints - -Karpenter will automatically determine the architecture that an EC2 AMI is compatible with (amd64, arm64), but other constraints of an AMI can be expressed as tags on the EC2 AMI. -For example, if you want to limit an EC2 AMI to only be used with instanceTypes that have an `nvidia` GPU, you can specify an EC2 tag with a key of `karpenter.k8s.aws/instance-gpu-manufacturer` and value `nvidia` on that AMI. - -All labels defined [in the scheduling documentation](./scheduling#supported-labels) can be used as requirements for an EC2 AMI. - -```bash -> aws ec2 describe-images --image-id ami-123 --query Images[0].Tags -[ - { - "Key": "karpenter.sh/discovery", - "Value": "my-cluster" - }, - { - "Key": "Name", - "Value": "amazon-eks-node-1.21-customized-v0" - }, - { - "Key": "karpenter.k8s.aws/instance-gpu-manufacturer", - "Value": "nvidia" - } -] -``` - -### AMIFamily - -When you give Karpenter an AMI ID to use, you can specify which AMIFamily they belong to. This will determine how Karpenter should use your AMI. -For example, if you define the `AMIFamily` to be `AL2`, then Karpenter will assume that a worker node using that AMI should be bootstrapped in the same manner as EKS-optimized AL2 AMIs. This is useful when your custom images are variants of EKS-optimized AMIs and there are no differences in how bootstrapping needs to be performed. - -When the `AMIFamily` is set to `Custom`, then Karpenter will not attempt to bootstrap the worker node. You must set the necessary commands through `spec.UserData` to ensure that your worker node joins the cluster. - -### Binpacking semantics for AMIFamily - -In order for Karpenter to accurately binpack your pods in a worker node, it needs to know the eventual allocatable capacity on your node. This capacity has several dimensions (cpu, memory, ephemeral-storage) and is a function of the instanceType as well as the AMI. - -* When the AMIFamily is *`AL2`, `Bottlerocket` or `Ubuntu`*, Karpenter will bin-pack your pods in the same way as other EKS-optimized AMIs of that family. -* When the AMIFamily is *`Custom`*, Karpenter assumes that the amount of allocatable cpu, memory and ephemeral-storage is identical to `AL2` EKS-Optimized AMIs, regardless of how the node is being bootstrapped. - * When the AMIFamily is *`Custom`*, Karpenter has no way of knowing which ephemeral volume will be used for pods. Therefore, it will default to using the last volume in `spec.blockDeviceMappings` to determine the total available ephemeral capacity on a worker node. diff --git a/website/content/en/v0.21.0/concepts/pod-density.md b/website/content/en/v0.21.0/concepts/pod-density.md deleted file mode 100644 index 3024e045fd30..000000000000 --- a/website/content/en/v0.21.0/concepts/pod-density.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Control Pod Density" -linkTitle: "Control Pod Density" -weight: 11 -description: > - Learn ways to specify pod density with Karpenter ---- - -Pod density is the number of pods per node. - -Kubernetes has a default limit of 110 pods per node. If you are using the EKS Optimized AMI on AWS, the [number of pods is limited by instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt) in the default configuration. - -## Increase Pod Density - -### Networking Limitations - -*☁️ AWS Specific* - -By default, the number of pods on a node is limited by both the number of networking interfaces (ENIs) that may be attached to an instance type and the number of IP addresses that can be assigned to each ENI. See [IP addresses per network interface per instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for a more detailed information on these instance types' limits. - -Karpenter can be configured to disable nodes' ENI-based pod density. This is especially useful for small to medium instance types which have a lower ENI-based pod density. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to more pods per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -### Provisioner-Specific Pod Density - -#### Static Pod Density - -Static pod density can be configured at the provisioner level by specifying `maxPods` within the `.spec.kubeletConfiguration`. All nodes spawned by this provisioner will set this `maxPods` value on their kubelet and will account for this value during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#max-pods) for more details. - -#### Dynamic Pod Density - -Dynamic pod density (density that scales with the instance size) can be configured at the provisioner level by specifying `podsPerCore` within the `.spec.kubeletConfiguration`. Karpenter will calculate the expected pod density for each instance based on the instance's number of logical cores (vCPUs) and will account for this during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#pods-per-core) for more details. - -### Controller-Wide Pod Density - -{{% alert title="Deprecation Warning" color="warning" %}} -`AWS_ENI_LIMITED_POD_DENSITY` is deprecated in favor of the `.spec.kubeletConfiguration.maxPods` set at the Provisioner-level -{{% /alert %}} - -Set the environment variable `AWS_ENI_LIMITED_POD_DENSITY: "false"` (or the argument `--aws-eni-limited-pod-density=false`) in the Karpenter controller to allow nodes to host up to 110 pods by default. - -Environment variables for the Karpenter controller may be specified as [helm chart values](https://github.com/aws/karpenter/blob/c73f425e924bb64c3f898f30ca5035a1d8591183/charts/karpenter/values.yaml#L15). - - -## Limit Pod Density - -Generally, increasing pod density is more efficient. However, some use cases exist for limiting pod density. - -### Topology Spread - -You can use [topology spread]({{< relref "scheduling.md#topology-spread" >}}) features to reduce blast radius. For example, spreading workloads across EC2 Availability Zones. - - -### Restrict Instance Types - -Exclude large instance sizes to reduce the blast radius of an EC2 instance failure. - -Consider setting up upper or lower boundaries on target instance sizes with the node.kubernetes.io/instance-type key. - -The following example shows how to avoid provisioning large Graviton instances in order to reduce the impact of individual instance failures: - -``` --key: node.kubernetes.io/instance-type - operator: NotIn - values: - 'm6g.16xlarge' - 'm6gd.16xlarge' - 'r6g.16xlarge' - 'r6gd.16xlarge' - 'c6g.16xlarge' -``` diff --git a/website/content/en/v0.21.0/concepts/provisioning.md b/website/content/en/v0.21.0/concepts/provisioning.md deleted file mode 100644 index ed51f12aba71..000000000000 --- a/website/content/en/v0.21.0/concepts/provisioning.md +++ /dev/null @@ -1,464 +0,0 @@ ---- -title: "Provisioning" -linkTitle: "Provisioning" -weight: 1 -description: > - Learn about Karpenter Provisioners ---- - -When you first installed Karpenter, you set up a default Provisioner. -The Provisioner sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. -The Provisioner can be set to do things like: - -* Define taints to limit the pods that can run on nodes Karpenter creates -* Define any startup taints to inform Karpenter that it should taint the node initially, but that the taint is temporary. -* Limit node creation to certain zones, instance types, and computer architectures -* Set defaults for node expiration - -You can change your Provisioner or add other Provisioners to Karpenter. -Here are things you should know about Provisioners: - -* Karpenter won't do anything if there is not at least one Provisioner configured. -* Each Provisioner that is configured is looped through by Karpenter. -* If Karpenter encounters a taint in the Provisioner that is not tolerated by a Pod, Karpenter won't use that Provisioner to provision the pod. -* If Karpenter encounters a startup taint in the Provisioner it will be applied to nodes that are provisioned, but pods do not need to tolerate the taint. Karpenter assumes that the taint is temporary and some other system will remove the taint. -* It is recommended to create Provisioners that are mutually exclusive. So no Pod should match multiple Provisioners. If multiple Provisioners are matched, Karpenter will use the Provisioner with the highest [weight](#specweight). - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - # References cloud provider-specific custom resource, see your cloud provider specific documentation - providerRef: - name: default - - # Provisioned nodes will have these taints - # Taints may prevent pods from scheduling if they are not tolerated by the pod. - taints: - - key: example.com/special-taint - effect: NoSchedule - - # Provisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this - # provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for - # removing the taint after it has finished initializing the node. - startupTaints: - - key: example.com/another-taint - effect: NoSchedule - - # Labels are arbitrary key-values that are applied to all nodes - labels: - billing-team: my-team - - # Requirements that constrain the parameters of provisioned nodes. - # These requirements are combined with pod.spec.affinity.nodeAffinity rules. - # Operators { In, NotIn } are supported to enable including or excluding values - requirements: - - key: "karpenter.k8s.aws/instance-category" - operator: In - values: ["c", "m", "r"] - - key: "karpenter.k8s.aws/instance-cpu" - operator: In - values: ["4", "8", "16", "32"] - - key: "karpenter.k8s.aws/instance-hypervisor" - operator: In - values: ["nitro"] - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b"] - - key: "kubernetes.io/arch" - operator: In - values: ["arm64", "amd64"] - - key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand - operator: In - values: ["spot", "on-demand"] - - # Karpenter provides the ability to specify a few additional Kubelet args. - # These are all optional and provide support for additional customization and use cases. - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 - - # Resource limits constrain the total size of the cluster. - # Limits prevent Karpenter from creating new instances once the limit is exceeded. - limits: - resources: - cpu: "1000" - memory: 1000Gi - - # Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those - # that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter. - consolidation: - enabled: true - - # If omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node - # to become ready, the node may expire before any pods successfully start. - ttlSecondsUntilExpired: 2592000 # 30 Days = 60 * 60 * 24 * 30 Seconds; - - # If omitted, the feature is disabled, nodes will never scale down due to low utilization - ttlSecondsAfterEmpty: 30 - - # Priority given to the provisioner when the scheduler considers which provisioner - # to select. Higher weights indicate higher priority when comparing provisioners. - # Specifying no weight is equivalent to specifying a weight of 0. - weight: 10 -``` - -## spec.requirements - -Kubernetes defines the following [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/), and cloud providers (e.g., AWS) implement them. They are defined at the "spec.requirements" section of the Provisioner API. - -These well known labels may be specified at the provisioner level, or in a workload definition (e.g., nodeSelector on a pod.spec). Nodes are chosen using both the provisioner's and pod's requirements. If there is no overlap, nodes will not be launched. In other words, a pod's requirements must be within the provisioner's requirements. If a requirement is not defined for a well known label, any value available to the cloud provider may be chosen. - -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 provisioner list and the provisioner has instance type requirements, Karpenter will not create a node or schedule the pod. - -📝 None of these values are required. - -### Instance Types - -- key: `node.kubernetes.io/instance-type` -- key: `karpenter.k8s.aws/instance-family` -- key: `karpenter.k8s.aws/instance-category` -- key: `karpenter.k8s.aws/instance-generation` - -Generally, instance types should be a list and not a single value. Leaving these requirements undefined is recommended, as it maximizes choices for efficiently placing pods. - -Review [AWS instance types](../instance-types). Most instance types are supported with the exclusion of [non-HVM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html). - -{{% alert title="Defaults" color="secondary" %}} -If no instance type constraints are defined, Karpenter will set default instance type constraints on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.k8s.aws/instance-category - operator: In - values: ["c", "m", "r"] - - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] -``` -{{% /alert %}} - -### Availability Zones - -- key: `topology.kubernetes.io/zone` -- value example: `us-east-1c` -- value list: `aws ec2 describe-availability-zones --region ` - -Karpenter can be configured to create nodes in a particular zone. Note that the Availability Zone `us-east-1a` for your AWS account might not have the same location as `us-east-1a` for another AWS account. - -[Learn more about Availability Zone -IDs.](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html) - -### Architecture - -- key: `kubernetes.io/arch` -- values - - `amd64` - - `arm64` - -Karpenter supports `amd64` nodes, and `arm64` nodes. - -{{% alert title="Defaults" color="secondary" %}} -If no architecture constraint is defined, Karpenter will set the default architecture constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` -{{% /alert %}} - -### Operating System - - key: `kubernetes.io/os` - - values - - `linux` - -Karpenter supports only `linux` nodes at this time. - -{{% alert title="Defaults" color="secondary" %}} -If no operating system constraint is defined, Karpenter will set the default operating system constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/os - operator: In - values: ["linux"] -``` -{{% /alert %}} - -### Capacity Type - -- key: `karpenter.sh/capacity-type` -- values - - `spot` - - `on-demand` - -Karpenter supports specifying capacity type, which is analogous to [EC2 purchase options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html). - -Karpenter prioritizes Spot offerings if the provisioner allows Spot and on-demand instances. If the provider API (e.g. EC2 Fleet's API) indicates Spot capacity is unavailable, Karpenter caches that result across all attempts to provision EC2 capacity for that instance type and zone for the next 45 seconds. If there are no other possible offerings available for Spot, Karpenter will attempt to provision on-demand instances, generally within milliseconds. - -Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. - -{{% alert title="Defaults" color="secondary" %}} -If no capacity type constraint is defined, Karpenter will set the default capacity type constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["on-demand"] -``` -{{% /alert %}} - -## spec.weight - -Karpenter allows you to describe provisioner preferences through a `weight` mechanism similar to how weight is described with [pod and node affinities](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity). - -For more information on weighting Provisioners, see the [Weighting Provisioners section](../scheduling#weighting-provisioners) in the scheduling details. - -## spec.kubeletConfiguration - -Karpenter provides the ability to specify a few additional Kubelet args. These are all optional and provide support for -additional customization and use cases. Adjust these only if you know you need to do so. - -```yaml -spec: - ... - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 -``` - -☁️ **AWS** - -You can specify the container runtime to be either `dockerd` or `containerd`. By default, `containerd` is used. - -* `containerd` is the only valid container runtime when using the Bottlerocket AMI Family or when using the AL2 AMI Family and K8s version 1.24+ - -### Reserved Resources - -Karpenter will automatically configure the system and kube reserved resource requests on the fly on your behalf. These requests are used to configure your node and to make scheduling decisions for your pods. If you have specific requirements or know that you will have additional capacity requirements, you can optionally override the `--system-reserved` configuration defaults with the `.spec.kubeletConfiguration.systemReserved` values and the `--kube-reserved` configuration defaults with the `.spec.kubeletConfiguration.kubeReserved` values. - -For more information on the default `--system-reserved` and `--kube-reserved` configuration refer to the [Kubelet Docs](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#kube-reserved) - -### Eviction Thresholds - -The kubelet supports eviction thresholds by default. When enough memory or file system pressure is exerted on the node, the kubelet will begin to evict pods to ensure that system daemons and other system processes can continue to run in a healthy manner. - -Kubelet has the notion of [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds). In hard evictions, pods are evicted as soon as a threshold is met, with no grace period to terminate. Soft evictions, on the other hand, provide an opportunity for pods to be terminated gracefully. They do so by sending a termination signal to pods that are planning to be evicted and allowing those pods to terminate up to their grace period. - -Karpenter supports [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionHard` field and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionSoft` field. `evictionHard` and `evictionSoft` are configured by listing [signal names](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals) with either percentage values or resource values. - -```yaml -spec: - ... - kubeletConfiguration: - evictionHard: - memory.available: 500Mi - nodefs.available: 10% - nodefs.inodesFree: 10% - imagefs.available: 5% - imagefs.inodesFree: 5% - pid.available: 7% - evictionSoft: - memory.available: 1Gi - nodefs.available: 15% - nodefs.inodesFree: 15% - imagefs.available: 10% - imagefs.inodesFree: 10% - pid.available: 10% -``` - -#### Supported Eviction Signals - -| Eviction Signal | Description | -| --------------- | ----------- | -| memory.available | memory.available := node.status.capacity[memory] - node.stats.memory.workingSet | -| nodefs.available | nodefs.available := node.stats.fs.available | -| nodefs.inodesFree | nodefs.inodesFree := node.stats.fs.inodesFree | -| imagefs.available | imagefs.available := node.stats.runtime.imagefs.available | -| imagefs.inodesFree | imagefs.inodesFree := node.stats.runtime.imagefs.inodesFree | -| pid.available | pid.available := node.stats.rlimit.maxpid - node.stats.rlimit.curproc | - -For more information on eviction thresholds, view the [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction) section of the official Kubernetes docs. - -#### Soft Eviction Grace Periods - -Soft eviction pairs an eviction threshold with a specified grace period. With soft eviction thresholds, the kubelet will only begin evicting pods when the node exceeds its soft eviction threshold over the entire duration of its grace period. For example, if you specify `evictionSoft[memory.available]` of `500Mi` and a `evictionSoftGracePeriod[memory.available]` of `1m30`, the node must have less than `500Mi` of available memory over a minute and a half in order for the kubelet to begin evicting pods. - -Optionally, you can specify an `evictionMaxPodGracePeriod` which defines the administrator-specified maximum pod termination grace period to use during soft eviction. If a namespace-owner had specified a pod `terminationGracePeriodInSeconds` on pods in their namespace, the minimum of `evictionPodGracePeriod` and `terminationGracePeriodInSeconds` would be used. - -```yaml -spec: - ... - kubeletConfiguration: - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - imagefs.available: 1m30s - imagefs.inodesFree: 2m - pid.available: 2m - evictionMaxPodGracePeriod: 3m -``` - -### Pod Density - -#### Max Pods - -By default, AWS will configure the maximum density of pods on a node [based on the node instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt). For small instances that require an increased pod density or large instances that require a reduced pod density, you can override this default value with `.spec.kubeletConfiguration.maxPods`. This value will be used during Karpenter pod scheduling and passed through to `--max-pods` on kubelet startup. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to support a higher pod density per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -#### Pods Per Core - -An alternative way to dynamically set the maximum density of pods on a node is to use the `.spec.kubeletConfiguration.podsPerCore` value. Karpenter will calculate the pod density during scheduling by multiplying this value by the number of logical cores (vCPUs) on an instance type. This value will also be passed through to the `--pods-per-core` value on kubelet startup to configure the number of allocatable pods the kubelet can assign to the node instance. - -The value generated from `podsPerCore` cannot exceed `maxPods`, meaning, if both are set, the minimum of the `podsPerCore` dynamic pod density and the static `maxPods` value will be used for scheduling. - -{{% alert title="Note" color="primary" %}} -`maxPods` may not be set in the `kubeletConfiguration` of a Provisioner, but may still be restricted by the `ENI_LIMITED_POD_DENSITY` value. You may want to ensure that the `podsPerCore` value that will be used for instance families associated with the Provisioner will not cause unexpected behavior by exceeding the `maxPods` value. -{{% /alert %}} - -{{% alert title="Pods Per Core on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `podsPerCore` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `podsPerCore` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -## spec.limits.resources - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) - -Karpenter limits instance types when scheduling to those that will not exceed the specified limits. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. - -Review [resource limits](../set-resource-limits) for more information. - -## spec.providerRef - -This field points to the cloud provider-specific custom resource. Learn more about [AWSNodeTemplates](../node-templates/). - -## spec.consolidation - -You can configure Karpenter to deprovision instances through your Provisioner in multiple ways. You can use `spec.TTLSecondsAfterEmpty`, `spec.ttlSecondsUntilExpired` or `spec.consolidation.enabled`. Read [Deprovisioning](../deprovisioning/) for more. - - -## Example: Restricting Instance Types - -Not all workloads are able to run on any instance type. Some use cases may be sensitive to a specific hardware generation or cannot tolerate burstable compute. You can specify a variety of well known labels to control the set of instance types available to be provisioned. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - # Include general purpose instance families - - key: karpenter.k8s.aws/instance-family - operator: In - values: [c5, m5, r5] - # Exclude smaller instance sizes - - key: karpenter.k8s.aws/instance-size - operator: NotIn - values: [nano, micro, small, large] - # Exclude a specific instance type - - key: node.kubernetes.io/instance-type - operator: NotIn - values: [m5.24xlarge] -``` - -## Example: Isolating Expensive Hardware - -A provisioner can be set up to only provision nodes on particular processor types. -The following example sets a taint that only allows pods with tolerations for Nvidia GPUs to be scheduled: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - ttlSecondsAfterEmpty: 60 - requirements: - - key: node.kubernetes.io/instance-type - operator: In - values: ["p3.8xlarge", "p3.16xlarge"] - taints: - - key: nvidia.com/gpu - value: "true" - effect: NoSchedule -``` -In order for a pod to run on a node defined in this provisioner, it must tolerate `nvidia.com/gpu` in its pod spec. - -### Example: Adding the Cilium Startup Taint - -Per the Cilium [docs](https://docs.cilium.io/en/stable/gettingstarted/taints/), 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. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: cilium-startup -spec: - ttlSecondsAfterEmpty: 60 - startupTaints: - - key: node.cilium.io/agent-not-ready - value: "true" - effect: NoExecute -``` diff --git a/website/content/en/v0.21.0/concepts/scheduling.md b/website/content/en/v0.21.0/concepts/scheduling.md deleted file mode 100755 index 322fb1dc71c2..000000000000 --- a/website/content/en/v0.21.0/concepts/scheduling.md +++ /dev/null @@ -1,541 +0,0 @@ ---- -title: "Scheduling" -linkTitle: "Scheduling" -weight: 4 -description: > - Learn about scheduling workloads with Karpenter ---- - -If your pods have no requirements for how or where to run, you can let Karpenter choose nodes from the full range of available cloud provider resources. -However, by taking advantage of Karpenter's model of layered constraints, you can be sure that the precise type and amount of resources needed are available to your pods. -Reasons for constraining where your pods run could include: - -* Needing to run in zones where dependent applications or storage are available -* Requiring certain kinds of processors or other hardware -* Wanting to use techniques like topology spread to help ensure high availability - -Your Cloud Provider defines the first layer of constraints, including all instance types, architectures, zones, and purchase types available to its cloud. -The cluster administrator adds the next layer of constraints by creating one or more provisioners. -The final layer comes from you adding specifications to your Kubernetes pod deployments. -Pod scheduling constraints must fall within a provisioner's constraints or the pods will not deploy. -For example, if the provisioner sets limits that allow only a particular zone to be used, and a pod asks for a different zone, it will not be scheduled. - -Constraints you can request include: - -* **Resource requests**: Request that certain amount of memory or CPU be available. -* **Node selection**: Choose to run on a node that is has a particular label (`nodeSelector`). -* **Node affinity**: Draws a pod to run on nodes with particular attributes (affinity). -* **Topology spread**: Use topology spread to help ensure availability of the application. -* **Pod affinity/anti-affinity**: Draws pods towards or away from topology domains based on the scheduling of other pods. - -Karpenter supports standard Kubernetes scheduling constraints. -This allows you to define a single set of rules that apply to both existing and provisioned capacity. - -{{% alert title="Note" color="primary" %}} -Karpenter supports specific [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) that are useful for scheduling. -{{% /alert %}} - -## Resource requests - -Within a Pod spec, you can both make requests and set limits on resources a pod needs, such as CPU and memory. -For example: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: myapp -spec: - containers: - - name: app - image: myimage - resources: - requests: - memory: "128Mi" - cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" -``` -In this example, the container is requesting 128MiB of memory and .5 CPU. -Its limits are set to 256MiB of memory and 1 CPU. -Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. - - -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioning Configuration](../../aws/provisioning/) for a list of supported resources. - - -## Selecting nodes - -With `nodeSelector` you can ask for a node that matches selected key-value pairs. -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. - -### Labels -Well-known labels may be specified as provisioner requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your Provisioner and select them using `nodeAffinity` or `nodeSelectors` on your Pods. - -{{% alert title="Warning" color="warning" %}} -Take care to ensure the label domains are correct. A well known label like `karpenter.k8s.aws/instance-family` will enforce node properties, but may be confused with `node.kubernetes.io/instance-family`, which is unknown to Karpenter, and treated as a custom label which will not enforce node properties. -{{% /alert %}} - -#### Well-Known Labels - -| Label | Example | Description | -| ------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| 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/)) | -| kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L10) on the instance | -| kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L50) on the instance | -| karpenter.sh/capacity-type | spot | Capacity types include `spot`, `on-demand` | -| karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | -| karpenter.k8s.aws/instance-category | g | [AWS Specific] Instance types of the same category, usually the string before the generation number | -| karpenter.k8s.aws/instance-generation | 4 | [AWS Specific] Instance type generation number within an instance category | -| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities | -| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties | -| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance | -| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance | -| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports | -| karpenter.k8s.aws/instance-gpu-name | t4 | [AWS Specific] Name of the GPU on the instance, if available | -| karpenter.k8s.aws/instance-gpu-manufacturer | nvidia | [AWS Specific] Name of the GPU manufacturer | -| karpenter.k8s.aws/instance-gpu-count | 1 | [AWS Specific] Number of GPUs on the instance | -| 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 | - -#### User-Defined Labels - -Karpenter is aware of several well-known labels, deriving them from instance type details. If you specify a `nodeSelector` or a required `nodeAffinity` using a label that is not well-known to Karpenter, it will not launch nodes with these labels and pods will remain pending. For Karpenter to become aware that it can schedule for these labels, you must specify the label in the Provisioner requirements with the `Exists` operator: - -```yaml -requirements: - - key: user.defined.label/type - operator: Exists -``` - -#### Node selectors - -Here is an example of a `nodeSelector` for selecting nodes: - -```yaml -nodeSelector: - topology.kubernetes.io/zone: us-west-2a - karpenter.sh/capacity-type: spot -``` -This example features a well-known label (`topology.kubernetes.io/zone`) and a label that is well known to Karpenter (`karpenter.sh/capacity-type`). - -If you want to create a custom label, you should do that at the provisioner level. -Then the pod can declare that custom label. - - -See [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) in the Kubernetes documentation for details. - -### Node affinity - -Examples below illustrate how to use Node affinity to include (`In`) and exclude (`NotIn`) objects. -See [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for details. -When setting rules, the following Node affinity types define how hard or soft each rule is: - -* **requiredDuringSchedulingIgnoredDuringExecution**: This is a hard rule that must be met. -* **preferredDuringSchedulingIgnoredDuringExecution**: This is a preference, but the pod can run on a node where it is not guaranteed. - -The `IgnoredDuringExecution` part of each tells the pod to keep running, even if conditions change on the node so the rules no longer matched. -You can think of these concepts as `required` and `preferred`, since Kubernetes never implemented other variants of these rules. - -All examples below assume that the provisioner doesn't have constraints to prevent those zones from being used. -The first constraint says you could use `us-west-2a` or `us-west-2b`, the second constraint makes it so only `us-west-2b` can be used. - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2b"] -``` - -Changing the second operator to `NotIn` would allow the pod to run in `us-west-2a` only: - -```yaml - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "NotIn" - values: ["us-west-2b"] -``` - -Continuing to add to the example, `nodeAffinity` lets you define terms so if one term doesn't work it goes to the next one. -Here, if `us-west-2a` is not available, the second term will cause the pod to run on a spot instance in `us-west-2d`. - - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: # OR - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" # AND - operator: "NotIn" - values: ["us-west-2b"] - - matchExpressions: # OR - - key: "karpenter.sh/capacity-type" # AND - operator: "In" - values: ["spot"] - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2d"] -``` -In general, Karpenter will go through each of the `nodeSelectorTerms` in order and take the first one that works. -However, if Karpenter fails to provision on the first `nodeSelectorTerms`, it will try again using the second one. -If they all fail, Karpenter will fail to provision the pod. -Karpenter will backoff and retry over time. -So if capacity becomes available, it will schedule the pod without user intervention. - -## Taints and tolerations - -Taints are the opposite of affinity. -Setting a taint on a node tells the scheduler to not run a pod on it unless the pod has explicitly said it can tolerate that taint. -This example shows a Provisioner that was set up with a taint for only running pods that require a GPU, such as the following: - - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - requirements: - - key: karpenter.k8s.aws/instance-family - operator: In - values: - - p3 - taints: - - key: nvidia.com/gpu - value: true - effect: "NoSchedule" -``` - -For a pod to request to run on a node that has provisioner, it could set a toleration as follows: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: mygpupod -spec: - containers: - - name: gpuapp - resources: - requests: - nvidia.com/gpu: 1 - limits: - nvidia.com/gpu: 1 - image: mygpucontainer - tolerations: - - key: "nvidia.com/gpu" - operator: "Exists" - effect: "NoSchedule" -``` -See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) in the Kubernetes documentation for details. - -## Topology Spread - -By using the Kubernetes `topologySpreadConstraints` you can ask the provisioner to have pods push away from each other to limit the blast radius of an outage. -Think of it as the Kubernetes evolution for pod affinity: it lets you relate pods with respect to nodes while still allowing spread. -For example: - -```yaml -spec: - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: "topology.kubernetes.io/zone" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "karpenter.sh/capacity-type" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - -``` -Adding this to your podspec would result in: - -* Pods being spread across zones, hosts, and capacity-type (`topologyKey`). -* The `dev` `labelSelector` will include all pods with the label of `dev=jjones` in topology calculations. It is recommended to use a selector to match all pods in a deployment. -* No more than one pod difference in the number of pods on each host (`maxSkew`). -For example, if there were three nodes and five pods the pods could be spread 1, 2, 2 or 2, 1, 2 and so on. -If instead the spread were 5, pods could be 5, 0, 0 or 3, 2, 0, or 2, 1, 2 and so on. - -The three supported `topologyKey` values that Karpenter supports are: -- `topology.kubernetes.io/zone` -- `kubernetes.io/hostname` -- `karpenter.sh/capacity-type` - - -See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - -## Pod affinity/anti-affinity - -By using the `podAffinity` and `podAntiAffinity` configuration on a pod spec, you can inform the provisioner of your desire for pods to schedule together or apart with respect to different topology domains. For example: - -```yaml -spec: - affinity: - podAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: system - operator: In - values: - - backend - topologyKey: topology.kubernetes.io/zone - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: inflate - topologyKey: kubernetes.io/hostname -``` - -The above pod affinity rule would cause the pod to only schedule in zones where a pod with the label `system=backend` is already running. - -The anti-affinity rule would cause it to avoid running on any node with a pod labeled `app=inflate`. If this anti-affinity term was on a deployment pod spec along with a matching `app=inflate` label, it would prevent more than one pod from the deployment from running on any single node. - -See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) in the Kubernetes documentation for details. - -## Persistent Volume Topology - -Karpenter automatically detects storage scheduling requirements and includes them in node launch decisions. - -In the following example, the `StorageClass` defines zonal topologies for `us-west-2a` and `us-west-2b` and [binding mode `WaitForFirstConsumer`](https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode). -When the pod is created, Karpenter follows references from the `Pod` to `PersistentVolumeClaim` to `StorageClass` and identifies that this pod requires storage in `us-west-2a` and `us-west-2b`. -It randomly selects `us-west-2a`, provisions a node in that zone, and waits for kube-scheduler to bind the pod to the node. -The CSI driver creates a `PersistentVolume` according to the `PersistentVolumeClaim` and gives it a node affinity rule for `us-west-2a`. - -Later on, the pod is deleted and a new pod is created that requests the same claim. This time, Karpenter identifies that a `PersistentVolume` already exists for the `PersistentVolumeClaim`, and includes its zone `us-west-2a` in the pod's scheduling requirements. - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: app -spec: - containers: ... - volumes: - - name: storage - persistentVolumeClaim: - claimName: ebs-claim ---- -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: ebs -provisioner: ebs.csi.aws.com -volumeBindingMode: WaitForFirstConsumer -allowedTopologies: -- matchLabelExpressions: - - key: topology.ebs.csi.aws.com/zone - values: ["us-west-2a", "us-west-2b"] ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ebs-claim -spec: - accessModes: - - ReadWriteOnce - storageClassName: ebs - resources: - requests: - storage: 4Gi -``` - -{{% alert title="Note" color="primary" %}} -☁️ AWS Specific - -The EBS CSI driver uses `topology.ebs.csi.aws.com/zone` instead of the standard `topology.kubernetes.io/zone` label. Karpenter is aware of label aliasing and translates this label into `topology.kubernetes.io/zone` in memory. When configuring a `StorageClass` for the EBS CSI Driver, you must use `topology.ebs.csi.aws.com/zone`. -{{% /alert %}} - -{{% alert title="Note" color="primary" %}} -The topology key `topology.kubernetes.io/region` is not supported. Legacy in-tree CSI providers specify this label. Instead, install an out-of-tree CSI provider. [Learn more about moving to CSI providers.](https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/#quick-recap-what-is-csi-migration-and-why-migrate) -{{% /alert %}} - -## Weighting Provisioners - -Karpenter allows you to order your provisioners using the `.spec.weight` field so that the node scheduler will deterministically attempt to schedule with one provisioner before another. Below are a few example use-cases that are now supported with the provisioner weighting semantic. - -### Savings Plans and Reserved Instances - -If you have purchased a [Savings Plan](https://aws.amazon.com/savingsplans/) or [Reserved Instances](https://aws.amazon.com/ec2/pricing/reserved-instances/), you may want to tell Karpenter to prioritize this reserved capacity ahead of other instance types. - -To enable this, you will need to tell the Karpenter controllers which instance types to prioritize and what is the maximum amount of capacity that should be provisioned using those instance types. We can set the `.spec.limits` on the provisioner to limit the capacity that can be launched by this provisioner. Combined with the `.spec.weight` value, we can tell Karpenter to pull from instance types in the reserved provisioner before defaulting to generic instance types. - -#### Reserved Instance Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: reserved-instance -spec: - weight: 50 - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["c4.large"] - limits: - cpu: 100 -``` - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -### Default Node Configuration - -Pods that do not specify node selectors or affinities can potentially be assigned to any node with any configuration. There may be cases where you require these pods to schedule to a specific capacity type or architecture but assigning the relevant node selectors or affinities to all these workload pods may be too tedious or infeasible. Instead, we want to define a cluster-wide default configuration for nodes launched using Karpenter. - -By assigning a higher `.spec.weight` value and restricting a provisioner to a specific capacity type or architecture, we can set default configuration for the nodes launched by pods that don't have node configuration restrictions. - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - weight: 50 - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -#### ARM-64 Specific Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: arm64-specific -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["arm64"] - - key: node.kubernetes.io/instance-type - operator: In - values: ["a1.large", "a1.xlarge"] -``` - -{{% alert title="Note" color="primary" %}} -Based on the way that Karpenter performs pod batching and bin packing, it is not guaranteed that Karpenter will always choose the highest priority provisioner given specific requirements. For example, if a pod can't be scheduled with the highest priority provisioner it will force creation of a node using a lower priority provisioner which may allow other pods from that batch to also schedule on that node. The behavior may also occur if existing capacity is available, as the kube-scheduler will schedule the pods instead of allowing Karpenter to provision a new node. -{{% /alert %}} - -## Advanced Scheduling Techniques - -### `Exists` Operator - -The `Exists` operator can be used on a provisioner to provide workload segregation across nodes. - -```yaml -... - requirements: - - key: company.com/team - operator: Exists -... -``` - -With the requirement on the provisioner in place, workloads can optionally specify a custom value as a required node affinity or node selector. Karpenter will then label the nodes it launches for these pods which prevents `kube-scheduler` from scheduling conflicting pods to those nodes. This provides a way to more dynamically isolate workloads without requiring a unique provisioner for each workload subset. - -```yaml - nodeSelector: - company.com/team: team-a -``` -{{% alert title="Note" color="primary" %}} -If a workload matches the provisioner but doesn't specify a label, Karpenter will generate a random label for the node. -{{% /alert %}} - -### On-Demand/Spot Ratio Split - -Taking advantage of Karpenter's ability to assign labels to node and using a topology spread across those labels enables a crude method for splitting a workload across on-demand and spot instances in a desired ratio. - -To do this, we create a provisioner each for spot and on-demand with disjoint values for a unique new label called `capacity-spread`. In the example below, we provide four unique values for the spot provisioner and one value for the on-demand provisioner. When we spread across our new label evenly, we'll end up with a ratio of 4:1 spot to on-demand nodes. - -{{% alert title="Warning" color="warning" %}} -This is not identical to a topology spread with a specified ratio. We are constructing 'virtual domains' to spread evenly across and the ratio of those 'virtual domains' to spot and on-demand happen to coincide with the desired spot to on-demand ratio. As an example, if you launch pods using the provided example, Karpenter will launch nodes with `capacity-spread` labels of 1, 2, 3, 4, and 5. `kube-scheduler` will then schedule evenly across those nodes to give the desired ratio. -{{% /alert %}} - -#### Spot Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "spot"] - - key: capacity-spread - operator: In - values: - - "2" - - "3" - - "4" - - "5" -``` - -#### On-Demand Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "on-demand"] - - key: capacity-spread - operator: In - values: - - "1" -``` - -#### Workload Topology Spread Constraint - -```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule -``` diff --git a/website/content/en/v0.21.0/concepts/set-resource-limits.md b/website/content/en/v0.21.0/concepts/set-resource-limits.md deleted file mode 100644 index 2b49d4a174a7..000000000000 --- a/website/content/en/v0.21.0/concepts/set-resource-limits.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Set Resource Limits" -linkTitle: "Set Resource Limits" -weight: 10 -description: > - Set resource limits with Karpenter ---- - -Karpenter automatically provisions instances from the cloud provider. This often incurs hard costs. To control resource utilization and cluster size, use resource limits. - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -For example, setting "spec.limits.resources.cpu" to "1000" limits the provisioner to a total of 1000 CPU cores across all instances. This prevents unwanted excessive growth of a cluster. - -Karpenter supports limits of any resource type that is reported by your cloud provider. - -CPU limits are described with a `DecimalSI` value, usually a natural integer. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://github.com/kubernetes/apimachinery/blob/4427f8f31dfbac65d3a044d0168f84c51bfda440/pkg/api/resource/quantity.go#L31) - -You can view the current consumption of cpu and memory on your cluster by running: -``` -kubectl get provisioner -o=jsonpath='{.items[0].status}' -``` - -Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`. - -### Implementation - -{{% alert title="Note" color="primary" %}} -Karpenter provisioning is highly parallel. Because of this, limit checking is eventually consistent, which can result in overrun during rapid scale outs. -{{% /alert %}} - -### Example Provisioner: - -``` -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - memory: 1000Gi - nvidia.com/gpu: 2 -``` diff --git a/website/content/en/v0.21.0/contributing/_index.md b/website/content/en/v0.21.0/contributing/_index.md deleted file mode 100644 index 10bb749d39dc..000000000000 --- a/website/content/en/v0.21.0/contributing/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contributing" -linkTitle: "Contributing" -weight: 100 -description: > - Learn about how to contribute to Karpenter ---- diff --git a/website/content/en/v0.21.0/contributing/design-guide.md b/website/content/en/v0.21.0/contributing/design-guide.md deleted file mode 100644 index b95b992c1f4c..000000000000 --- a/website/content/en/v0.21.0/contributing/design-guide.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Design Guide" -linkTitle: "Design Guide" -weight: 20 -description: > - Read this before making large changes to Karpenter ---- - -Technical designs are essential to building robust, intuitive, and performant products that delight users. Writing a design can accelerate decision making and avoid wasting time on an implementation that never lands. But what makes a good design? These guidelines were authored with the Karpenter community in mind, but apply broadly to the development of Kubernetes Operators. - -Designs don’t have to be long or formal, and should match the scope of the problem they’re trying to solve. - -* Are there multiple potential solutions? -* Will users need to be aware of the changes? -* Would it be painful to discard a rejected implementation? -* When in doubt, write a 1 pager. - -## Tell a Story - -A design is a story that connects a user need with a technical direction that solves the need. Designs come in all shapes and sizes, and this document intentionally avoids prescribing a one-size-fits-all template. There’s no substitute for an author thinking deeply about a problem space, and mapping that to a clear story that walks readers through the ideas and helps them reason about a solution space. Keep readers engaged with concise language and make every word count. - -Your story should include, - -* [Context] Include some technical background that helps readers think about your idea in context -* [Problem] Clearly identify the problem to be solved and some guiding principles to help think about the solutions -* [Solutions] Talk through different potential solutions and their tradeoffs. Include diagrams to clarify concepts -* [Recommendation] Make a recommendation, but don’t be overly invested in it - -The best way to improve your story telling skills is to write and review designs. Seek inspiration from recent designs in the project as well as from other domains. Focus on your audience and continuously reread and refine your design with their perspective in mind. - -## Gather Broad Feedback - -The bigger the change, the more likely your design will have broader implications than intended. Be vocal about design ideas as they’re explored and run them by engineering leaders in relevant systems. Surface your design ideas at the Karpenter working group, or asynchronously on the [Kubernetes Slack channel for Karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K). - -The Kubernetes community is also a valuable source of feedback from both users and Kubernetes developers. Does your design touch scoped owned by any Kubernetes SIGs? Consider discussing the design ideas at the SIG or in their slack channel. Socializing high level ideas before the review gives your audience more time to think about possible interactions with existing and future systems. - -It can be tempting to rush to solutions that unblock user adoption or ease user pain, but the wrong solution can have a greater negative impact on users than it solves. It’s impossible to know all future use cases and how your design choices may impact them, but the more thorough your investigation, the more likely your solution is to deliver long term value. - -## Simple Solutions to Complex Problems - -The best solutions are invisible to users and “Just Work™”. It’s easy to forget that users have business problems to focus on and each parameter and behavior your design introduces increases user cognitive load. Pragmatically, it’s not always possible to meet the broad requirements of Kubernetes without providing options, but solution spaces typically include a spectrum of configuration complexity. Recognize that a solution for one user segment may be directly at odds with another or create long term technical debt for the project. Often, requirements only exist to workaround bugs or missing features in related systems. Deep dive requirements until you’re certain they’re necessary and ensure each bit of complexity justifies its existence. - -## Common Gotchas - -### Does your change introduce new APIs? - -APIs are notoriously hard to get right and even harder to change. Kubernetes defines an [api deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) that helps systems make backwards incompatible changes to APIs before graduating to a stable API with compatibility guarantees. Once an API is stable, features are typically via [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/), which allows for experimentation and deprecation. - -Think about how your API changes impact existing parameters and their deprecation policies. Consider how the user interacts with the product as a whole and if the feature supersedes or overlaps with existing concepts. Weigh the costs of deprecating existing features to the benefit of simplifying the product for all future users. The answer will change depending on the maturity of the product and breadth of adoption. - -Build minimal and maintainable APIs by: - -* Push back on requirements that introduces concepts for all users to solve problems for a few. -* Identify an opinionated default that solves the majority of use cases. -* Delay introducing a parameter into your API surface until users demand it; you can always add it later. -* Rely on existing concepts and idioms from the Kubernetes ecosystem. Look to [Kubernetes APIs](https://pkg.go.dev/k8s.io/api/core/v1) and projects like [Tekton](https://github.com/tektoncd/cli), [Knative](https://github.com/knative/serving), and [ACK](https://github.com/aws-controllers-k8s) and find concepts that will be familiar to users. -* Take advantage of opportunities to refine APIs while the impact of backwards incompatibility is small - -### Does your change behave differently with different cloud providers? - -Kubernetes is an open standard that users rely on to work across vendors. Users care deeply about this, as it minimizes the technical complexity to operate in different environments. Identify whether or not your feature varies across cloud providers or are bespoke to a specific provider. For some features, it’s possible to rely on existing vendor neutral abstractions. For others, it’s possible to define a neutral abstraction that cloud providers can implement. - -Achieving consensus for new neutral concepts is hard. Often, the best path is to demonstrate value on a single vendor, and work to achieve neutrality as a followup effort. Be cautious about introducing or changing vendor neutral interfaces, as it will require changes from all providers. Similarly, invest heavily in getting these interfaces right in the early stages. As projects mature, these interfaces are rarely changed. - -### Does your change expose details users may rely on? - -Kubernetes based systems often use a layered architectural pattern that exposes underlying layers of abstraction. This approach enables broad extensibility and allows other systems to integrate at multiple layers of the stack. For example, Karpenter creates EC2 instances in your AWS account. This enables you to view logs or react to their creation with other automation without requiring any features from Karpenter. However, Karpenter also applies specific EC2 tags to the EC2 instances. Are the tags an implementation detail or an interface? What can you change without breaking compatibility? - -Be intentional and explicit about the interface and implementation of your design and ensure that this is communicated to users. If implementation details are exposed through other APIs, expect users to rely on them as an interface unless told otherwise. In general, aim to minimize the project’s interface to maximize future flexibility. - -### Does your change have a risk of breaking an undocumented invariant? - -Systems often contain mechanisms that are implicitly assumed as invariant, but may not be obvious, especially over time. Existing mechanisms may not be extensible enough to support your design, and may require them to be rewritten as part of the design scope. Be aware that regression tests never have complete coverage and well intentioned engineers thought carefully about how things were done before your requirements. - -* Identify the fundamental reason the existing mechanism is insufficient and be able to explain it in plain terms. -* Separate the new mechanism from the new feature that relies on it. -* Clean up after yourself and avoid getting stuck halfway between old and new mechanisms. - -### Does your change impact performance? - -Users have high expectations for performance on Kubernetes. Karpenter is especially sensitive, as it has the potential to impact application availability during traffic spikes. Think about how your solution scales, and look for opportunities to improve performance at the design level. Often, good designs don’t require trading-off a great UX for performance. Make it work, make it fast, make it pretty. - -* Beware code that scales linearly with pods or nodes. Milliseconds in testing turn into seconds at scale. -* Cloud provider read APIs can have surprisingly high latency and low limits, use caching to minimize calls. -* Increases to memory and CPU usage increase capex cost for operators. Profile and optimize your implementations. diff --git a/website/content/en/v0.21.0/contributing/development-guide.md b/website/content/en/v0.21.0/contributing/development-guide.md deleted file mode 100644 index 5d8804e4ddd8..000000000000 --- a/website/content/en/v0.21.0/contributing/development-guide.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Development Guide" -linkTitle: "Development Guide" -weight: 80 -description: > - Set up a Karpenter development environment ---- - -## Dependencies - -The following tools are required for contributing to the Karpenter project. - -| Package | Version | Install | -| ------------------------------------------------------------------ | -------- | ---------------------------------------------- | -| [go](https://golang.org/dl/) | v1.19+ | [Instructions](https://golang.org/doc/install) | -| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` | -| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` | -| Other tools | | `make toolchain` | - -## Developing - -### Setup / Teardown - -Based on how you are running your Kubernetes cluster, follow the [Environment specific setup](#environment-specific-setup) to configure your environment before you continue. You can choose to either run the Karpenter controller locally on your machine, pointing to the Kubernetes cluster specified in your `~/.kube/config` or inside the Kubernetes cluster specified in your `~/.kube/config` deployed with [Helm](https://helm.sh/). - -#### Locally - -Once you have your environment set up, run the following commands to run the Karpenter Go binary against the Kubernetes cluster specified in your `~/.kube/config` - -```bash -make run -``` - -#### Inside a Kubernetes Cluster - -Once you have your environment set up, to install Karpenter in the Kubernetes cluster specified in your `~/.kube/config` run the following commands. - -```bash -make apply # Install Karpenter -make delete # Uninstall Karpenter -``` - -### Developer Loop - -* Make sure dependencies are installed - * Run `make codegen` to make sure yaml manifests are generated - * Run `make toolchain` to install cli tools for building and testing the project -* You will need a personal development image repository (e.g. ECR) - * Make sure you have valid credentials to your development repository. - * `$KO_DOCKER_REPO` must point to your development repository - * Your cluster must have permissions to read from the repository - -### Build and Deploy - -*Note: these commands do not rely on each other and may be executed independently* - -```bash -make apply # quickly deploy changes to your cluster -make presubmit # run codegen, lint, and tests -``` - -If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run - -```bash -make build # build and push the karpenter images -``` - -### Testing - -```bash -make test # E2E correctness tests -make battletest # More rigorous tests run in CI environment -``` - -### Change Log Level - -```bash -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level -``` - -### Debugging Metrics - -OSX: - -```bash -open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -Linux: - -```bash -gio open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -### Tailing Logs - -While you can tail Karpenter's logs with kubectl, there's a number of tools out there that enhance the experience. We recommend [Stern](https://pkg.go.dev/github.com/planetscale/stern#section-readme): - -```bash -stern -n karpenter -l app.kubernetes.io/name=karpenter -``` - -## Environment specific setup - -### AWS - -For local development on Karpenter you will need a Docker repo which can manage your images for Karpenter components. -You can use the following command to provision an ECR repository. - -```bash -aws ecr create-repository \ - --repository-name karpenter/controller \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -aws ecr create-repository \ - --repository-name karpenter/webhook \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -``` - -Once you have your ECR repository provisioned, configure your Docker daemon to authenticate with your newly created repository. - -```bash -export KO_DOCKER_REPO="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/karpenter" -aws ecr get-login-password --region "${AWS_DEFAULT_REGION}" | docker login --username AWS --password-stdin "${KO_DOCKER_REPO}" -``` - -Finally, to deploy the correct IAM permissions, including the instance profile for provisioned nodes, run - -```bash -make setup -``` - -## Profiling memory -Karpenter exposes a pprof endpoint on its metrics port. - -Learn about profiling with pprof: https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ - -### Prerequisites -``` -brew install graphviz -go install github.com/google/pprof@latest -``` - -### Get a profile -``` -# Connect to the metrics endpoint -kubectl port-forward service/karpenter -n karpenter 8080 -open http://localhost:8080/debug/pprof/ -# Visualize the memory -go tool pprof -http 0.0.0.0:9000 localhost:8080/debug/pprof/heap -``` diff --git a/website/content/en/v0.21.0/contributing/working-group.md b/website/content/en/v0.21.0/contributing/working-group.md deleted file mode 100644 index c0910e6e9657..000000000000 --- a/website/content/en/v0.21.0/contributing/working-group.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Working Group" -linkTitle: "Working Group" -weight: 10 -description: > - Join the Karpenter Working Group ---- - -Karpenter's community is open to everyone. - -- All invites are managed through our [Calendar](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ). -- Alternatively, you can use our [iCal Export](https://calendar.google.com/calendar/ical/7qfdeof5hebdf6i2rk2jeg5jbk%40group.calendar.google.com/public/basic.ics) to add the events to Outlook or other email providers. -- Add future questions or read past discussions in our [Working Group Log](https://docs.google.com/document/d/18BT0AIMugpNpiSPJNlcAL2rv69yAE6Z06gUVj7v_clg). diff --git a/website/content/en/v0.21.0/faq.md b/website/content/en/v0.21.0/faq.md deleted file mode 100644 index 337f0753e345..000000000000 --- a/website/content/en/v0.21.0/faq.md +++ /dev/null @@ -1,203 +0,0 @@ ---- -title: "FAQs" -linkTitle: "FAQs" -weight: 90 -description: > - Review Karpenter Frequently Asked Questions ---- -## General - -### How does a provisioner decide to manage a particular node? -See [Configuring provisioners]({{< ref "./concepts/#configuring-provisioners" >}}) for information on how Karpenter provisions and manages nodes. - -### What cloud providers are supported? -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-core/tree{{< githubRelRef >}}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? -By default, Karpenter uses Amazon Linux 2 images. - -### Can I provide my own custom operating system images? -Karpenter has multiple mechanisms for configuring the [operating system]({{< ref "./concepts/operating-systems/" >}}) for your nodes. - -### Can Karpenter deal with workloads for mixed architecture cluster (arm vs. amd)? -Karpenter is flexible to multi architecture configurations using [well known labels]({{< ref "./concepts/scheduling/#supported-labels">}}). - -### What RBAC access is required? -All of the required RBAC rules can be found in the helm chart template. -See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}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. - -## Compatibility - -### Which versions of Kubernetes does Karpenter support? -Karpenter is tested with Kubernetes v1.20-v1.24. - -### What Kubernetes distributions are supported? -Karpenter documents integration with a fresh install of the latest AWS Elastic Kubernetes Service (EKS). -Existing EKS distributions can be used, but this use case has not yet been documented. -Other Kubernetes distributions (KOPs, etc.) can be used, but setting up cloud provider permissions for those distributions has not been documented. - -### How does Karpenter interact with AWS node group features? -Provisioners are designed to work alongside static capacity management solutions like EKS Managed Node Groups and EC2 Auto Scaling Groups. -You can manage all capacity using provisioners, use a mixed model with dynamic and statically managed capacity, or use a fully static approach. -We expect most users will use a mixed approach in the near term and provisioner-managed in the long term. - - -### How does Karpenter interact with Kubernetes features? -* Kubernetes Cluster Autoscaler: Karpenter can work alongside cluster autoscaler. -See [Kubernetes cluster autoscaler]({{< ref "./concepts/#kubernetes-cluster-autoscaler" >}}) for details. -* Kubernetes Scheduler: Karpenter focuses on scheduling pods that the Kubernetes scheduler has marked as unschedulable. -See [Scheduling]({{< ref "./concepts/scheduling" >}}) for details on how Karpenter interacts with the Kubernetes scheduler. - -## Provisioning - -### What features does the Karpenter provisioner support? -See [Provisioner API]({{< ref "./concepts/provisioning" >}}) for provisioner examples and descriptions of features. - -### Can I create multiple (team-based) provisioners on a cluster? -Yes, provisioners can identify multiple teams based on labels. -See [Provisioner API]({{< ref "./concepts/provisioning" >}}) for details. - -### If multiple provisioners are defined, which will my pod use? - -Pending pods will be handled by any Provisioner that matches the requirements of the pod. -There is no ordering guarantee if multiple provisioners match pod requirements. -We recommend that Provisioners are setup to be mutually exclusive. -Read more about this recommendation in the [EKS Best Practices Guide for Karpenter](https://aws.github.io/aws-eks-best-practices/karpenter/#create-provisioners-that-are-mutually-exclusive). -To select a specific provisioner, use the node selector `karpenter.sh/provisioner-name: my-provisioner`. - -### How can I configure Karpenter to only provision pods for a particular namespace? - -There is no native support for namespaced based provisioning. -Karpenter can be configured to provision a subset of pods based on a combination of taints/tolerations and node selectors. -This allows Karpenter to work in concert with the `kube-scheduler` in that the same mechanisms that `kube-scheduler` uses to determine if a pod can schedule to an existing node are also used for provisioning new nodes. -This avoids scenarios where pods are bound to nodes that were provisioned by Karpenter which Karpenter would not have bound itself. -If this were to occur, a node could remain non-empty and have its lifetime extended due to a pod that wouldn't have caused the node to be provisioned had the pod been unschedulable. - -We recommend using Kubernetes native scheduling constraints to achieve namespace based scheduling segregation. Using native scheduling constraints ensures that Karpenter, `kube-scheduler` and any other scheduling or auto-provisioning mechanism all have an identical understanding of which pods can be scheduled on which nodes. This can be enforced via policy agents, an example of which can be seen [here](https://blog.mikesir87.io/2022/01/creating-tenant-node-pools-with-karpenter/). - -### Can I add SSH keys to a provisioner? - -Karpenter does not offer a way to add SSH keys via provisioners or secrets to the nodes it manages. -However, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "./troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. - -Though not recommended, if you need to access Karpenter-managed nodes without AWS credentials, you can add SSH keys using AWSNodeTemplate. -See [Custom User Data]({{< ref "./concepts/operating-systems/" >}}) for details. - -### Can I set total limits of CPU and memory for a provisioner? -Yes, the setting is provider-specific. -See examples in [Accelerators, GPU]({{< ref "./concepts/node-templates/#accelerators-gpu" >}}) Karpenter documentation. - -### Can I mix spot and on-demand EC2 run types? -Yes, see [Provisioning]({{< ref "./concepts/provisioning/" >}}) for an example. - -### Can I restrict EC2 instance types? - -* Attribute-based requests are currently not possible. -* You can select instances with special hardware, such as gpu. - -### Can I use Bare Metal instance types? - -Yes, Karpenter supports provisioning metal instance types when a Provisioner's `node.kubernetes.io/instance-type` Requirements only include `metal` instance types. If other instance types fulfill pod requirements, then Karpenter will prioritize all non-metal instance types before metal ones are provisioned. - -### How does Karpenter dynamically select instance types? - -Karpenter batches pending pods and then binpacks them based on CPU, memory, and GPUs required, taking into account node overhead, VPC CNI resources required, and daemonsets that will be packed when bringing up a new node. -By default Karpenter uses C, M, and R >= Gen 3 instance types, but it can be constrained in the provisioner spec with the [instance-type](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type) well-known label in the requirements section. -After the pods are binpacked on the most efficient instance type (i.e. the smallest instance type that can fit the pod batch), Karpenter takes 59 other instance types that are larger than the most efficient packing, and passes all 60 instance type options to an API called Amazon EC2 Fleet. -The EC2 fleet API attempts to provision the instance type based on an allocation strategy. -If you are using the on-demand capacity type, then Karpenter uses the `lowest-price` allocation strategy. -So fleet will provision the lowest priced instance type it can get from the 60 instance types Karpenter passed to the EC2 fleet API. -If the instance type is unavailable for some reason, then fleet will move on to the next cheapest instance type. -If you are using the spot capacity type, Karpenter uses the price-capacity-optimized allocation strategy. This tells fleet to find the instance type that EC2 has the most capacity for while also considering price. This allocation strategy will balance cost and decrease the probability of a spot interruption happening in the near term. -See [Choose the appropriate allocation strategy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html#ec2-fleet-allocation-use-cases) for information on fleet optimization. - -### What if there is no Spot capacity? Will Karpenter use On-Demand? - -The best defense against running out of Spot capacity is to allow Karpenter to provision as many different instance types as possible. -Even instance types that have higher specs, e.g. vCPU, memory, etc., than what you need can still be cheaper in the Spot market than using On-Demand instances. -When Spot capacity is constrained, On-Demand capacity can also be constrained since Spot is fundamentally spare On-Demand capacity. -Allowing Karpenter to provision nodes from a large, diverse set of instance types will help you to stay on Spot longer and lower your costs due to Spot’s discounted pricing. -Moreover, if Spot capacity becomes constrained, this diversity will also increase the chances that you’ll be able to continue to launch On-Demand capacity for your workloads. - -If your Karpenter Provisioner specifies flexibility to both Spot and On-Demand capacity, Karpenter will attempt to provision On-Demand capacity if there is no Spot capacity available. -However, it’s strongly recommended that you specify at least 20 instance types in your Provisioner (or none and allow Karpenter to pick the best instance types) as our research indicates that this additional diversity increases the chances that your workloads will not need to launch On-Demand capacity at all. -Today, Karpenter will warn you if the number of instances in your Provisioner isn’t sufficiently diverse. - -Technically, Karpenter has a concept of an “offering” for each instance type, which is a combination of zone and capacity type (equivalent in the AWS cloud provider to an EC2 purchase option – Spot or On-Demand). -Whenever the Fleet API returns an insufficient capacity error for Spot instances, those particular offerings are temporarily removed from consideration (across the entire provisioner) so that Karpenter can make forward progress with different options. - -## Scheduling - -### When using preferred scheduling constraints, Karpenter launches the correct number of nodes at first. Why do they then sometimes get consolidated immediately? - -`kube-scheduler` is responsible for the scheduling of pods, while Karpenter launches the capacity. When using any sort of preferred scheduling constraint, `kube-scheduler` will schedule pods to nodes anytime it is possible. - -As an example, suppose you scale up a deployment with a preferred zonal topology spread and none of the newly created pods can run on your existing cluster. Karpenter will then launch multiple nodes to satisfy that preference. If a) one of the nodes becomes ready slightly faster than other nodes and b) has enough capacity for multiple pods, `kube-scheduler` will schedule as many pods as possible to the single ready node so they won't remain unschedulable. It doesn't consider the in-flight capacity that will be ready in a few seconds. If all of the pods fit on the single node, the remaining nodes that Karpenter has launched aren't needed when they become ready and consolidation will delete them. - -## Workloads - -### How can someone deploying pods take advantage of Karpenter? - -See [Application developer]({{< ref "./concepts/#application-developer" >}}) for descriptions of how Karpenter matches nodes with pod requests. - -### Can I use Karpenter with EBS disks per availability zone? -Yes. See [Persistent Volume Topology]({{< ref "./concepts/scheduling#persistent-volume-topology" >}}) for details. - -### Can I set `--max-pods` on my nodes? -Not yet. - -## Deprovisioning -### How does Karpenter deprovision nodes? -See [Deprovisioning nodes]({{< ref "./concepts/deprovisioning" >}}) for information on how Karpenter deprovisions nodes. - -## Upgrading - -### How do I upgrade Karpenter? -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -Karpenter requires proper permissions in the `KarpenterNode IAM Role` and the `KarpenterController IAM Role`. -To upgrade Karpenter to version `$VERSION`, make sure that the `KarpenterNode IAM Role` and the `KarpenterController IAM Role` have the right permission described in `https://karpenter.sh/$VERSION/getting-started/getting-started-with-eksctl/cloudformation.yaml`. -Next, locate `KarpenterController IAM Role` ARN (i.e., ARN of the resource created in [Create the KarpenterController IAM Role](../getting-started/getting-started-with-eksctl/#create-the-karpentercontroller-iam-role)) and the cluster endpoint, and pass them to the helm upgrade command -{{% script file="./content/en/preview/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgrade-guide/" >}}). - -### Why do I get an `unknown field "startupTaints"` error when creating a provisioner with startupTaints? - -```bash -error: error validating "provisioner.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "startupTaints" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -The `startupTaints` parameter was added in v0.10.0. Helm upgrades do not upgrade the CRD describing the provisioner, so it must be done manually. For specific details, see the [Upgrade Guide]({{< ref "./upgrade-guide/#upgrading-to-v0100" >}}) - -## Interruption Handling - -### Should I use Karpenter interruption handling alongside Node Termination Handler? -No. We recommend against using Node Termination Handler alongside Karpenter due to conflicts that could occur from the two components handling the same events. - -### Why should I migrate from Node Termination Handler? -Karpenter's native interruption handling offers two main benefits over the standalone Node Termination Handler component: -1. You don't have to manage and maintain a separate component to exclusively handle interruption events. -2. Karpenter's native interruption handling coordinates with other deprovisoining so that consolidation, expiration, etc. can be aware of interruption events and vice-versa. - -### Why am I receiving QueueNotFound errors when I set `aws.interruptionQueueName`? -Karpenter requires a queue to exist that receives event messages from EC2 and health services in order to handle interruption messages properly for nodes. - -Details on the types of events that Karpenter handles can be found in the [Interruption Handling Docs]({{< ref "./concepts/deprovisioning/#interruption" >}}). - -Details on provisioning the SQS queue and EventBridge rules can be found in the [Getting Started Guide]({{< ref "./getting-started/getting-started-with-eksctl/#create-the-karpenter-infrastructure-and-iam-roles" >}}). - -## Consolidation - -### Why do I sometimes see an extra node get launched when updating a deployment that remains empty and is later removed? - -Consolidation packs pods tightly onto nodes which can leave little free allocatable CPU/memory on your nodes. If a deployment uses a deployment strategy with a non-zero `maxSurge`, such as the default 25%, those surge pods may not have anywhere to run. In this case, Karpenter will launch a new node so that the surge pods can run and then remove it soon after if it's not needed. diff --git a/website/content/en/v0.21.0/getting-started/_index.md b/website/content/en/v0.21.0/getting-started/_index.md deleted file mode 100644 index 1b4bf2410d44..000000000000 --- a/website/content/en/v0.21.0/getting-started/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Getting Started" -linkTitle: "Getting Started" -weight: 1 -description: > - Choose from different methods to get started with Karpenter -cascade: - type: docs ---- - -Learn more about Karpenter and how to get started below. - -* [Karpenter EKS Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/) guide -* [EC2 Spot Workshop for Karpenter](https://ec2spotworkshops.com/karpenter.html) -* [EKS Karpenter Workshop](https://www.eksworkshop.com/beginner/085_scaling_karpenter/set_up_the_provisioner/) diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/_index.md b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/_index.md deleted file mode 100644 index ec3b446a4a17..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/_index.md +++ /dev/null @@ -1,191 +0,0 @@ - ---- -title: "Getting Started with eksctl" -linkTitle: "Getting Started with eksctl" -weight: 10 -description: > - Set up Karpenter with an eksctl cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a Helm chart. - -Karpenter requires cloud provider permissions to provision nodes, for AWS IAM -Roles for Service Accounts (IRSA) should be used. IRSA permits Karpenter -(within the cluster) to make privileged requests to AWS (as the cloud provider) -via a ServiceAccount. - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `eksctl` - [the CLI for AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Environment Variables - -After setting up the tools, set the following environment variable to the Karpenter version you -would like to install. - -```bash -export KARPENTER_VERSION=v0.21.0 -``` - -Also set the following environment variables to store commonly used values. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step01-config.sh" language="bash"%}} - -{{% alert title="Warning" color="warning" %}} -If you open a new shell to run steps in this procedure, you need to set some or all of the environment variables again. -To remind yourself of these values, type: - -```bash -echo $KARPENTER_VERSION $CLUSTER_NAME $AWS_DEFAULT_REGION $AWS_ACCOUNT_ID -``` - -{{% /alert %}} - - -### Create a Cluster - -Create a basic cluster with `eksctl`. -Each of the two examples set up an IAM OIDC provider for the cluster to enable IAM roles for pods. -The first uses [AWS EKS managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) for the kube-system and karpenter namespaces, while the second uses Fargate for both namespaces. - -**Example 1: Create basic cluster** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh" language="bash"%}} - -**Example 2: Create basic cluster with Karpenter on Fargate** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh" language="bash"%}} - -Karpenter itself can run anywhere, including on [self-managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/worker.html), [managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) (Example 1), or [AWS Fargate](https://aws.amazon.com/fargate/)(Example 2). - -Karpenter will provision EC2 instances in your account. - -### Create the Karpenter Infrastructure and IAM Roles - -Karpenter requires IAM permissions to launch and connect instances and requires infrastructure to monitor [interruption events]({{}}). This command provisions the relevant infrastrucutre and IAM roles using Cloudformation. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh" language="bash"%}} - -### Grant Access to Nodes to Join the Cluster - -Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. This command adds the Karpenter node role to your aws-auth configmap, allowing nodes to connect. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh" language="bash"%}} - -Now, Karpenter can launch new EC2 instances and those instances can connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances. This will create an AWS IAM Role, Kubernetes service account, and associate them using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh" language="bash"%}} - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh" language="bash"%}} - -### Install Karpenter Helm Chart - -Use Helm to deploy Karpenter to the cluster. - -Install the chart passing in the cluster details and the Karpenter role ARN. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -### Optional Configuration - -This section describes optional ways to configure Karpenter to enhance its capabilities. - -#### Deploy a temporary Prometheus and Grafana stack (optional) - -The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboarded to Grafana. They provide a variety of visualization examples on Karpenter metrics. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh" language="bash"%}} - -The Grafana instance may be accessed using port forwarding. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh" language="bash"%}} - -The new stack has only one user, `admin`, and the password is stored in a secret. The following command will retrieve the password. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh" language="bash"%}} - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. -This provisioner uses `securityGroupSelector` and `subnetSelector` to discover resources used to launch nodes. -We applied the tag `karpenter.sh/discovery` in the `eksctl` command above. -Depending how these resources are shared between clusters, you may need to use different tagging schemes. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh" language="bash"%}} - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step13-automatic-node-provisioning.sh" language="bash"%}} - -### Automatic Node Termination - -Now, delete the deployment. After 30 seconds (`ttlSecondsAfterEmpty`), -Karpenter should terminate the now empty nodes. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step14-deprovisioning.sh" language="bash"%}} - -### Manual Node Termination - -If you delete a node with kubectl, Karpenter will gracefully cordon, drain, -and shutdown the corresponding instance. Under the hood, Karpenter adds a -finalizer to the node object, which blocks deletion until all pods are -drained and the instance is terminated. Keep in mind, this only works for -nodes provisioned by Karpenter. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step15-delete-node.sh" language="bash"%}} - -## Cleanup - -To avoid additional charges, remove the demo infrastructure from your AWS account. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step16-cleanup.sh" language="bash"%}} diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/cloudformation.yaml b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/cloudformation.yaml deleted file mode 100644 index c903c675f7a5..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/cloudformation.yaml +++ /dev/null @@ -1,139 +0,0 @@ -AWSTemplateFormatVersion: "2010-09-09" -Description: Resources used by https://github.com/aws/karpenter -Parameters: - ClusterName: - Type: String - Description: "EKS cluster name" -Resources: - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: !Sub "KarpenterNodeInstanceProfile-${ClusterName}" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: !Sub "KarpenterNodeRole-${ClusterName}" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: - Type: AWS::IAM::ManagedPolicy - Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - PolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Resource: "*" - Action: - # Write Operations - - ec2:CreateLaunchTemplate - - ec2:CreateFleet - - ec2:RunInstances - - ec2:CreateTags - - ec2:TerminateInstances - - ec2:DeleteLaunchTemplate - # Read Operations - - ec2:DescribeLaunchTemplates - - ec2:DescribeInstances - - ec2:DescribeSecurityGroups - - ec2:DescribeSubnets - - ec2:DescribeImages - - ec2:DescribeInstanceTypes - - ec2:DescribeInstanceTypeOfferings - - ec2:DescribeAvailabilityZones - - ec2:DescribeSpotPriceHistory - - ssm:GetParameter - - pricing:GetProducts - - Effect: Allow - Action: - # Write Operations - - sqs:DeleteMessage - # Read Operations - - sqs:GetQueueUrl - - sqs:GetQueueAttributes - - sqs:ReceiveMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - - Effect: Allow - Action: - - iam:PassRole - Resource: !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/KarpenterNodeRole-${ClusterName}" - KarpenterInterruptionQueue: - Type: AWS::SQS::Queue - Properties: - QueueName: !Sub "${ClusterName}" - MessageRetentionPeriod: 300 - KarpenterInterruptionQueuePolicy: - Type: AWS::SQS::QueuePolicy - Properties: - Queues: - - !Ref KarpenterInterruptionQueue - PolicyDocument: - Id: EC2InterruptionPolicy - Statement: - - Effect: Allow - Principal: - Service: - - events.amazonaws.com - - sqs.amazonaws.com - Action: sqs:SendMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - ScheduledChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.health - detail-type: - - AWS Health Event - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - SpotInterruptionRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Spot Instance Interruption Warning - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - RebalanceRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance Rebalance Recommendation - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - InstanceStateChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance State-change Notification - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn \ No newline at end of file diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/grafana-values.yaml b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/grafana-values.yaml deleted file mode 100644 index 471f5aee96b5..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/grafana-values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - version: 1 - url: http://prometheus-server:80 - access: proxy -dashboardProviders: - dashboardproviders.yaml: - apiVersion: 1 - providers: - - name: 'default' - orgId: 1 - folder: '' - type: file - disableDeletion: false - editable: true - options: - path: /var/lib/grafana/dashboards/default -dashboards: - default: - capacity-dashboard: - url: https://karpenter.sh/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json - performance-dashboard: - url: https://karpenter.sh/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json deleted file mode 100644 index 177344b3c5ce..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json +++ /dev/null @@ -1,1440 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 2, - "id": 6, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 13, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sum by(action, cluster) (karpenter_deprovisioning_actions_performed)", - "format": "time_series", - "instant": false, - "legendFormat": "{{cluster}}: {{action}}", - "range": true, - "refId": "A" - } - ], - "title": "Deprovisioning Actions Performed", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 14, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_created)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Created", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 15, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_terminated)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Terminated", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 12, - "options": { - "legend": { - "calcs": [ - "last" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by(phase)(karpenter_pods_state)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Phase", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by ($distribution_filter)(\n karpenter_pods_state{arch=~\"$arch\", capacity_type=~\"$capacity_type\", instance_type=~\"$instance_type\", provisioner=~\"$provisioner\"}\n)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Distribution: $distribution_filter", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization$" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "max", - "value": 1 - }, - { - "id": "unit", - "value": "percentunit" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Memory Provisioned" - }, - "properties": [ - { - "id": "unit", - "value": "bytes" - } - ] - } - ] - }, - "gridPos": { - "h": 11, - "w": 18, - "x": 0, - "y": 29 - }, - "id": 10, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_provisioner_usage{resource_type=\"cpu\"} / karpenter_provisioner_limit{resource_type=\"cpu\"}", - "format": "table", - "instant": true, - "legendFormat": "CPU Limit Utilization", - "range": false, - "refId": "CPU Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "count by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"}) # Selects a single resource type to get node count", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Node Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "(karpenter_provisioner_usage{resource_type=\"memory\"} / karpenter_provisioner_limit{resource_type=\"memory\"}) or karpenter_provisioner_limit*0", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Limit Utilization", - "range": false, - "refId": "Memory Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "CPU Capacity" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"memory\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Memory Capacity" - } - ], - "title": "Provisioner Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "provisioner" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "__name__": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "job": true, - "job 1": true, - "job 2": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true - }, - "indexByName": { - "Time 1": 6, - "Time 2": 7, - "Time 3": 11, - "Time 4": 15, - "Time 5": 16, - "Value #CPU Capacity": 2, - "Value #CPU Limit Utilization": 3, - "Value #Memory Capacity": 4, - "Value #Memory Limit Utilization": 5, - "Value #Node Count": 1, - "instance 1": 8, - "instance 2": 12, - "job 1": 9, - "job 2": 13, - "provisioner": 0, - "resource_type 1": 10, - "resource_type 2": 14 - }, - "renameByName": { - "Time 1": "", - "Value": "CPU Utilization", - "Value #CPU Capacity": "CPU Provisioned", - "Value #CPU Limit Utilization": "CPU Limit Utilization", - "Value #CPU Utilization": "CPU Limit Utilization", - "Value #Memory Capacity": "Memory Provisioned", - "Value #Memory Limit Utilization": "Memory Limit Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Node Count": "Node Count", - "instance": "", - "instance 1": "", - "job": "", - "provisioner": "Provisioner" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 6, - "x": 18, - "y": 29 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "(count(karpenter_nodes_allocatable{arch=~\"$arch\",capacity_type=\"spot\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}) or vector(0)) / count(karpenter_nodes_allocatable{arch=~\"$arch\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"})", - "legendFormat": "Percentage", - "range": true, - "refId": "A" - } - ], - "title": "Spot Node Percentage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "node_name" - }, - "properties": [ - { - "id": "custom.width", - "value": 333 - } - ] - }, - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "unit", - "value": "percentunit" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 75 - } - ] - } - }, - { - "id": "max", - "value": 1 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Uptime" - }, - "properties": [ - { - "id": "unit", - "value": "s" - }, - { - "id": "decimals", - "value": 0 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 40 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Uptime" - } - ] - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "CPU Utilization", - "range": false, - "refId": "CPU Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Memory Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_nodes_total_daemon_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} + \nkarpenter_nodes_total_pod_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Pod Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "label_replace(\n sum by (node)(node_time_seconds) - sum by (node)(node_boot_time_seconds),\n \"node_name\", \"$1\", \"node\", \"(.+)\"\n)", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Uptime", - "range": false, - "refId": "Uptime" - } - ], - "title": "Node Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "node_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Value": false, - "Value #Pod Count": false, - "__name__": true, - "arch": true, - "arch 1": true, - "arch 2": true, - "arch 3": true, - "capacity_type 2": true, - "capacity_type 3": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "instance 3": true, - "instance_category 1": true, - "instance_category 2": true, - "instance_category 3": true, - "instance_cpu": true, - "instance_cpu 1": true, - "instance_cpu 2": true, - "instance_cpu 3": true, - "instance_family": true, - "instance_family 1": true, - "instance_family 2": true, - "instance_family 3": true, - "instance_generation 1": true, - "instance_generation 2": true, - "instance_generation 3": true, - "instance_gpu_count": true, - "instance_gpu_count 1": true, - "instance_gpu_count 2": true, - "instance_gpu_count 3": true, - "instance_gpu_manufacturer": true, - "instance_gpu_manufacturer 1": true, - "instance_gpu_manufacturer 2": true, - "instance_gpu_manufacturer 3": true, - "instance_gpu_memory": true, - "instance_gpu_memory 1": true, - "instance_gpu_memory 2": true, - "instance_gpu_memory 3": true, - "instance_gpu_name": true, - "instance_gpu_name 1": true, - "instance_gpu_name 2": true, - "instance_gpu_name 3": true, - "instance_hypervisor": true, - "instance_hypervisor 1": true, - "instance_hypervisor 2": true, - "instance_hypervisor 3": true, - "instance_local_nvme 1": true, - "instance_local_nvme 2": true, - "instance_local_nvme 3": true, - "instance_memory": true, - "instance_memory 1": true, - "instance_memory 2": true, - "instance_memory 3": true, - "instance_pods": true, - "instance_pods 1": true, - "instance_pods 2": true, - "instance_pods 3": true, - "instance_size": true, - "instance_size 1": true, - "instance_size 2": true, - "instance_size 3": true, - "instance_type 1": false, - "instance_type 2": true, - "instance_type 3": true, - "job": true, - "job 1": true, - "job 2": true, - "job 3": true, - "node": true, - "os": true, - "os 1": true, - "os 2": true, - "os 3": true, - "provisioner 1": false, - "provisioner 2": true, - "provisioner 3": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true, - "resource_type 3": true, - "zone 1": false, - "zone 2": true, - "zone 3": true - }, - "indexByName": { - "Time 1": 1, - "Time 2": 25, - "Time 3": 45, - "Time 4": 65, - "Value #CPU Utilization": 10, - "Value #Memory Utilization": 11, - "Value #Pod Count": 9, - "Value #Uptime": 8, - "arch 1": 5, - "arch 2": 26, - "arch 3": 46, - "capacity_type 1": 6, - "capacity_type 2": 27, - "capacity_type 3": 47, - "instance 1": 4, - "instance 2": 28, - "instance 3": 48, - "instance_cpu 1": 12, - "instance_cpu 2": 29, - "instance_cpu 3": 49, - "instance_family 1": 13, - "instance_family 2": 30, - "instance_family 3": 50, - "instance_gpu_count 1": 14, - "instance_gpu_count 2": 31, - "instance_gpu_count 3": 51, - "instance_gpu_manufacturer 1": 15, - "instance_gpu_manufacturer 2": 32, - "instance_gpu_manufacturer 3": 52, - "instance_gpu_memory 1": 16, - "instance_gpu_memory 2": 33, - "instance_gpu_memory 3": 53, - "instance_gpu_name 1": 17, - "instance_gpu_name 2": 34, - "instance_gpu_name 3": 54, - "instance_hypervisor 1": 18, - "instance_hypervisor 2": 35, - "instance_hypervisor 3": 55, - "instance_memory 1": 19, - "instance_memory 2": 36, - "instance_memory 3": 56, - "instance_pods 1": 20, - "instance_pods 2": 37, - "instance_pods 3": 57, - "instance_size 1": 21, - "instance_size 2": 38, - "instance_size 3": 58, - "instance_type 1": 3, - "instance_type 2": 39, - "instance_type 3": 59, - "job 1": 22, - "job 2": 40, - "job 3": 60, - "node": 66, - "node_name": 0, - "os 1": 23, - "os 2": 41, - "os 3": 61, - "provisioner 1": 2, - "provisioner 2": 42, - "provisioner 3": 62, - "resource_type 1": 24, - "resource_type 2": 43, - "resource_type 3": 63, - "zone 1": 7, - "zone 2": 44, - "zone 3": 64 - }, - "renameByName": { - "Time": "", - "Time 1": "", - "Value": "CPU Utilization", - "Value #Allocatable": "", - "Value #CPU Utilization": "CPU Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Pod CPU": "", - "Value #Pod Count": "Pods", - "Value #Uptime": "Uptime", - "arch": "Architecture", - "arch 1": "Arch", - "capacity_type": "Capacity Type", - "capacity_type 1": "Capacity Type", - "instance 1": "Instance", - "instance_cpu 1": "vCPU", - "instance_type": "Instance Type", - "instance_type 1": "Instance Type", - "node_name": "Node Name", - "provisioner 1": "Provisioner", - "zone 1": "Zone" - } - } - } - ], - "type": "table" - } - ], - "refresh": false, - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, provisioner)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, zone)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "zone", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, zone)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, arch)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "arch", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, arch)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, capacity_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "capacity_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, capacity_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, instance_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "instance_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, instance_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "distribution_filter", - "options": [ - { - "selected": false, - "text": "arch", - "value": "arch" - }, - { - "selected": false, - "text": "capacity_type", - "value": "capacity_type" - }, - { - "selected": false, - "text": "instance_type", - "value": "instance_type" - }, - { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "node", - "value": "node" - }, - { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - { - "selected": false, - "text": "zone", - "value": "zone" - } - ], - "query": "arch,capacity_type,instance_type,namespace,node,provisioner,zone", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Capacity", - "uid": "ta8I9Q67z", - "version": 4, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json deleted file mode 100644 index a2fbaaa6e3ed..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636732403925, - "links": [], - "panels": [ - { - "datasource": null, - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 5, - "options": { - "content": "Displays information about Allocation controller processes.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "targets": [ - { - "queryType": "randomWalk", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "About this dashboard", - "type": "text" - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "min": null, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all bind operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of bind operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 2, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_bind_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "All Binds" - } - ], - "title": "Bind duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all binpack operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of binpack operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 12 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 7, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_binpacking_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Binpacking Duration" - } - ], - "title": "Binpack duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateInferno", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all scheduling operations of the Allocation controller for provisioner $provisioner.\n\nThe color of each \"bucket\" is a visual clue to the number of scheduling operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 20 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 9, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_scheduling_duration_seconds_bucket{provisioner=\"$provisioner\"}[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Scheduling Duration" - } - ], - "title": "Scheduling duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": null, - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "description": "Karpenter provisioner", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Provisioner", - "multi": false, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers / Allocation", - "uid": "fs47R-Dnz", - "version": 9 -} diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json deleted file mode 100644 index ca7c44862ecf..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph (old)", - "version": "" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636733515850, - "links": [], - "panels": [ - { - "datasource": null, - "description": "", - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 99, - "options": { - "content": "Displays information collected by the Kubernetes controller-runtime.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "title": "About this dashboard", - "type": "text" - }, - { - "aliasColors": { - "items": "light-blue" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "", - "fill": 1, - "fillGradient": 2, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 4 - }, - "hiddenSeries": false, - "id": 14, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "workqueue_depth{name=\"$controller\"}", - "interval": "", - "legendFormat": "items", - "queryType": "randomWalk", - "refId": "Work Queue Depth" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Items in Work Queue", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 0, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "error": "red", - "requeue": "orange", - "requeue_after": "semi-dark-purple", - "success": "green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "The rate of completed reconciliations per minute broken out by result status.", - "fill": 1, - "fillGradient": 1, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 4 - }, - "hiddenSeries": false, - "id": 76, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "rate(controller_runtime_reconcile_total{controller=\"$controller\"}[$trailing]) * 60", - "interval": "", - "legendFormat": "{{result}}", - "queryType": "randomWalk", - "refId": "Reconciliations per minute" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Reconciliations per minute", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:566", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:567", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of the reconciliation process.\n\nThe color of each \"bucket\" is a visual clue to the number of reconciliations that completed within that time range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 126, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "8.1.6", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[$__interval])) by (le)", - "format": "heatmap", - "hide": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "p100" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Reconciliation duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": "", - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(controller_runtime_reconcile_errors_total, controller)", - "description": "Kubernetes controller", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Controller", - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_errors_total, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": true, - "text": "10m", - "value": "10m" - }, - "description": "Trailing aggregation window", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Trailing", - "multi": false, - "name": "trailing", - "options": [ - { - "selected": false, - "text": "30s", - "value": "30s" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": true, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - } - ], - "query": "30s,1m,5m,10m,30m,1h", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers", - "uid": "-Yw9ShDnz", - "version": 15 -} diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json deleted file mode 100644 index 74c75216e058..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 7, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0\"}", - "legendFormat": "Min", - "range": true, - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "E" - } - ], - "title": "Node Termination Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 9 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0\"}", - "format": "time_series", - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Pod Startup Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.9, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.99, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(1, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Controller Reconciliation Latency [$controller]", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "reqps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 11, - "x": 13, - "y": 17 - }, - "id": 8, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)", - "legendFormat": "{{controller}}", - "range": true, - "refId": "A" - } - ], - "title": "Controller Reconciliation Rate", - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "provisioning", - "value": "provisioning" - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Performance", - "uid": "_bdgC2g4z", - "version": 3, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml deleted file mode 100644 index 4cd78495351b..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml +++ /dev/null @@ -1,20 +0,0 @@ -alertmanager: - persistentVolume: - enabled: false - -server: - fullnameOverride: prometheus-server - persistentVolume: - enabled: false - -extraScrapeConfigs: | - - job_name: karpenter - kubernetes_sd_configs: - - role: endpoints - namespaces: - names: - - karpenter - relabel_configs: - - source_labels: [__meta_kubernetes_endpoint_port_name] - regex: http-metrics - action: keep diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh deleted file mode 100755 index 6d2332b06be2..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: add-monitoring.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step09-add-prometheus-grafana.sh - step10-add-grafana-port-forward.sh - step11-grafana-get-password.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh deleted file mode 100755 index 51f286de0c3c..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -declare -a steps=( - step01-config.sh - step12-add-provisioner.sh - step13-automatic-node-provisioning.sh - step14-automatic-node-termination.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh deleted file mode 100755 index cf0656f3db3d..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: setup-roles.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 -SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) - -declare -a steps=( - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source "$SCRIPT_DIR/$step" -done diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh deleted file mode 100755 index 52851e7f975a..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -declare -a steps=( - step01-config.sh - step16-cleanup.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/install.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/install.sh deleted file mode 100755 index e0ebfb32e511..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/install.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: install.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step02-create-cluster.sh - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh - step08-apply-helm-chart.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh deleted file mode 100755 index 5792c574690e..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CLUSTER_NAME="${USER}-karpenter-demo" -export AWS_DEFAULT_REGION="us-west-2" -export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)" diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh deleted file mode 100755 index e4d466c519dc..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh +++ /dev/null @@ -1,19 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -fargateProfiles: - - name: karpenter - selectors: - - namespace: karpenter -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh deleted file mode 100755 index 9b4c1ec311fc..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -managedNodeGroups: - - instanceType: m5.large - amiFamily: AmazonLinux2 - name: ${CLUSTER_NAME}-ng - desiredCapacity: 2 - minSize: 1 - maxSize: 10 -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh deleted file mode 100755 index dce544c1a557..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh +++ /dev/null @@ -1,8 +0,0 @@ -TEMPOUT=$(mktemp) - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/cloudformation.yaml > $TEMPOUT \ -&& aws cloudformation deploy \ - --stack-name "Karpenter-${CLUSTER_NAME}" \ - --template-file "${TEMPOUT}" \ - --capabilities CAPABILITY_NAMED_IAM \ - --parameter-overrides "ClusterName=${CLUSTER_NAME}" diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh deleted file mode 100755 index f98a75a50011..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh +++ /dev/null @@ -1,6 +0,0 @@ -eksctl create iamidentitymapping \ - --username system:node:{{EC2PrivateDNSName}} \ - --cluster "${CLUSTER_NAME}" \ - --arn "arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" \ - --group system:bootstrappers \ - --group system:nodes diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh deleted file mode 100755 index 32673a49c9e0..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,8 +0,0 @@ -eksctl create iamserviceaccount \ - --cluster "${CLUSTER_NAME}" --name karpenter --namespace karpenter \ - --role-name "${CLUSTER_NAME}-karpenter" \ - --attach-policy-arn "arn:aws:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME}" \ - --role-only \ - --approve - -export KARPENTER_IAM_ROLE_ARN="arn:aws:iam::${AWS_ACCOUNT_ID}:role/${CLUSTER_NAME}-karpenter" diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh deleted file mode 100755 index 3cb0510b905b..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh +++ /dev/null @@ -1,3 +0,0 @@ -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com || true -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh deleted file mode 100755 index 5f82aefc95a3..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh +++ /dev/null @@ -1,8 +0,0 @@ -docker logout public.ecr.aws -helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter --create-namespace \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set settings.aws.clusterEndpoint=${CLUSTER_ENDPOINT} \ - --set settings.aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ - --set settings.aws.interruptionQueueName=${CLUSTER_NAME} \ - --wait diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh deleted file mode 100755 index 1b028b23c8ed..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh +++ /dev/null @@ -1,11 +0,0 @@ -helm repo add grafana-charts https://grafana.github.io/helm-charts -helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo update - -kubectl create namespace monitoring - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/prometheus-values.yaml | tee prometheus-values.yaml -helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/grafana-values.yaml | tee grafana-values.yaml -helm install --namespace monitoring grafana grafana-charts/grafana --values grafana-values.yaml diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh deleted file mode 100755 index 85d4028642b6..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl port-forward --namespace monitoring svc/grafana 3000:80 diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh deleted file mode 100755 index cdf4f61d3775..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode diff --git a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh b/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh deleted file mode 100755 index e778b1410313..000000000000 --- a/website/content/en/v0.21.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh +++ /dev/null @@ -1,27 +0,0 @@ -cat < - Set up Karpenter with a kOps cluster ---- - -In this example, the cluster will be running on Amazon Web Services (AWS) managed by [kOps](https://kops.sigs.k8s.io/). -Karpenter is designed to be cloud provider agnostic, but currently only supports AWS. Contributions are welcomed - -Karpenter is supported on kOps as of 1.24.0-alpha.2, but sits behind a feature flag as the interface between kOps and Karpenter is -still work in progress and is likely to change significantly. This guide is intended for users that wants to test Karpenter on kOps and provide feedback to Karpenter and kOps developers. -Read more about how Karpenter works on kOps and the current limitations in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/). - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -This guide assumes you already have a kOps state store and a hosted zone. If you do not have one, -run through the [kOps getting started on AWS documentation](https://kops.sigs.k8s.io/getting_started/aws/) up until "Creating your first cluster". - -## Install - -Karpenter is installed in clusters as a managed addon. kOps will automatically create -and manage the necessary the IAM roles and policies Karpenter needs. - -### Required Utilities - -Install these tools before proceeding: - -1. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -2. `kops` - [kubectl, but for clusters](https://kops.sigs.k8s.io/getting_started/install/) v1.24.0 or later - -### Environment Variables - -After setting up the tools, set the following environment variables used by kOps. - -```bash -export KOPS_FEATURE_FLAGS=Karpenter -export CLUSTER_NAME=${USER}-karpenter-demo.example.com -export ZONES=us-west-2a -export KOPS_STATE_STORE=s3://prefix-example-com-state-store -export KOPS_OIDC_STORE=s3://prefix-example-com-oidc-store/discovery -``` - -### Create a Cluster - -kOps installs Karpenter on the control plane. Once the control plane is running, Karpenter will provision the -the worker nodes needed for non-Control Plane Deployments such as CoreDNS and CSI drivers. - -The following command will launch a cluster with Karpenter-managed worker nodes: - -```bash -kops create cluster \ - --zones=$ZONES \ - --discovery-store=${KOPS_OIDC_STORE} \ - --instance-manager=karpenter \ - --networking=amazonvpc \ - ${CLUSTER_NAME} \ - --yes -``` - -Note: we are using AWS VPC CNI for networking as Karpenter's binpacking logic assumes ENI-based networking. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different InstanceGroups. - -kOps manage provisioners through InstanceGroups. Your cluster will already have -one Provisioner that will contain a suitable set of instance types for Karpenter to -choose from. - -Managing Provisioner resources directly is possible, but not straight-forward. Read -more about managing provisioners in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/) - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -As mentioned above, you should already have some Karpenter-managed nodes in your cluster used by -other kOps addons. Create additional pods using a Deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Set up Karpenter with a Terraform cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a helm chart. In this example, an EKS Managed Node group -is provisioned to support Karpenter. For running Karpenter on EKS Fargate Profiles, see -[this example](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter). - -Karpenter additionally requires IAM Roles for Service Accounts (IRSA). IRSA -permits Karpenter (within the cluster) to make privileged requests to AWS (as -the cloud provider). - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `terraform` - [infrastructure-as-code tool made by HashiCorp](https://learn.hashicorp.com/tutorials/terraform/install-cli) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Setting up Variables - -After setting up the tools, set the following environment variables to store -commonly used values. - -```bash -export AWS_DEFAULT_REGION="us-east-1" -``` - -The first thing we need to do is create our `main.tf` file and place the following in it. - -```hcl -terraform { - required_version = "~> 1.0" - - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 4.0" - } - helm = { - source = "hashicorp/helm" - version = "~> 2.5" - } - kubectl = { - source = "gavinbunney/kubectl" - version = "~> 1.14" - } - } -} - -provider "aws" { - region = "us-east-1" -} - -locals { - cluster_name = "karpenter-demo" - - # Used to determine correct partition (i.e. - `aws`, `aws-gov`, `aws-cn`, etc.) - partition = data.aws_partition.current.partition - - vpc_cidr = "10.0.0.0/16" - azs = slice(data.aws_availability_zones.available.names, 0, 3) -} - -data "aws_partition" "current" {} -data "aws_availability_zones" "available" {} -data "aws_ecrpublic_authorization_token" "token" {} -``` - -### Create a Cluster - -We're going to use three different Terraform modules to create our cluster -1. [`eks`](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest) which creates the EKS cluster and associated cluster resources -2. [`karpenter`](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/karpenter) which creates Karpenter IAM role(s), instance profile, SQS queue, and EvnetBridge rules -3. [`vpc`](https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest) which creates a VPC suitable for provisioning our cluster - - -Add the following to your `main.tf` to create the VPC and EKS cluster. - -```hcl -module "vpc" { - # https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest - source = "terraform-aws-modules/vpc/aws" - version = "3.18.1" - - name = local.cluster_name - cidr = local.vpc_cidr - - azs = local.azs - private_subnets = [for k, v in local.azs : cidrsubnet(local.vpc_cidr, 4, k)] - public_subnets = [for k, v in local.azs : cidrsubnet(local.vpc_cidr, 8, k + 48)] - - enable_nat_gateway = true - single_nat_gateway = true - enable_dns_hostnames = true - - public_subnet_tags = { - "kubernetes.io/role/elb" = 1 - } - - private_subnet_tags = { - "kubernetes.io/role/internal-elb" = 1 - # Tags subnets for Karpenter auto-discovery - "karpenter.sh/discovery" = "true" - } -} - -module "eks" { - # https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest - source = "terraform-aws-modules/eks/aws" - version = "18.31.0" - - cluster_name = local.cluster_name - cluster_version = "1.24" - - vpc_id = module.vpc.vpc_id - subnet_ids = module.vpc.private_subnets - - # Required for Karpenter role below - enable_irsa = true - - node_security_group_additional_rules = { - ingress_nodes_karpenter_port = { - description = "Cluster API to Node group for Karpenter webhook" - protocol = "tcp" - from_port = 8443 - to_port = 8443 - type = "ingress" - source_cluster_security_group = true - } - } - - node_security_group_tags = { - # NOTE - if creating multiple security groups with this module, only tag the - # security group that Karpenter should utilize with the following tag - # (i.e. - at most, only one security group should have this tag in your account) - "karpenter.sh/discovery" = local.cluster_name - } - - # Only need one node to get Karpenter up and running. - # This ensures core services such as VPC CNI, CoreDNS, etc. are up and running - # so that Karpenter can be deployed and start managing compute capacity as required - eks_managed_node_groups = { - initial = { - instance_types = ["m5.large"] - # Not required nor used - avoid tagging two security groups with same tag as well - create_security_group = false - - # Ensure enough capacity to run 2 Karpenter pods - min_size = 2 - max_size = 3 - desired_size = 2 - } - } -} -``` - -At this point, go ahead and apply what we've done to create the VPC and -EKS cluster. This will take approximately 12-15 minutes to create. - -```bash -terraform init -terraform apply -``` - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -```bash -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. -``` - -### Create the Karpenter AWS Resources - -The EKS module creates an IAM role for the EKS managed node group nodes. We'll use that for -Karpenter (so we don't have to reconfigure the aws-auth ConfigMap for a new role), but we need -to create an instance profile we can reference. We will utilize the `karpenter` sub-module to -create the necessary AWS resources required by Karpenter, including those necessary to support -node termination handling (SQS queue and EventBridge rules). - -Add the following to your `main.tf` to create: -- AWS IAM instance profile Karpenter will assign to nodes created -- AWS IAM role for service accounts (IRSA) used by the Karpenter controller -- AWS SQS queue and EventBridge rules for node termination handling - -```hcl -module "karpenter" { - source = "terraform-aws-modules/eks/aws//modules/karpenter" - version = "18.31.0" - - cluster_name = module.eks.cluster_name - - irsa_oidc_provider_arn = module.eks.oidc_provider_arn - irsa_namespace_service_accounts = ["karpenter:karpenter"] - - # Since Karpenter is running on an EKS Managed Node group, - # we can re-use the role that was created for the node group - create_iam_role = false - iam_role_arn = module.eks.eks_managed_node_groups["initial"].iam_role_arn -} -``` - -Go ahead and apply the changes. - -```bash -terraform init -terraform apply -``` - -### Install Karpenter Helm Chart - -We are going to use the `helm_release` Terraform resource to do the deploy and pass -in the cluster details and IAM role Karpenter needs to assume. - -Add the following to your `main.tf` to provision Karpenter via its Helm chart. - -```hcl -provider "helm" { - kubernetes { - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name] - } - } -} - -resource "helm_release" "karpenter" { - namespace = "karpenter" - create_namespace = true - - name = "karpenter" - repository = "oci://public.ecr.aws/karpenter" - repository_username = data.aws_ecrpublic_authorization_token.token.user_name - repository_password = data.aws_ecrpublic_authorization_token.token.password - chart = "karpenter" - version = "v0.21.0" - - set { - name = "settings.aws.clusterName" - value = module.eks.cluster_name - } - - set { - name = "settings.aws.clusterEndpoint" - value = module.eks.cluster_endpoint - } - - set { - name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" - value = module.karpenter.irsa_arn - } - - set { - name = "settings.aws.defaultInstanceProfile" - value = module.karpenter.instance_profile_name - } - - set { - name = "settings.aws.interruptionQueueName" - value = module.karpenter.queue_name - } -} -``` - -Since we've added a new provider (helm), you'll need to run `terraform init` again -before applying the changes to deploy Karpenter. - -```bash -terraform init -terraform apply -``` - -### Enable Debug Logging (optional) - -The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. This provisioner -configures instances to connect to your cluster's endpoint and discovers -resources like subnets and security groups using the cluster's name. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Add the following to your `main.tf` to deploy the Karpenter provisioner. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -```hcl -provider "kubectl" { - apply_retry_count = 5 - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - load_config_file = false - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name] - } -} - -resource "kubectl_manifest" "karpenter_provisioner" { - yaml_body = <<-YAML - apiVersion: karpenter.sh/v1alpha5 - kind: Provisioner - metadata: - name: default - spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - providerRef: - name: default - ttlSecondsAfterEmpty: 30 - YAML - - depends_on = [ - helm_release.karpenter - ] -} - -resource "kubectl_manifest" "karpenter_node_template" { - yaml_body = <<-YAML - apiVersion: karpenter.k8s.aws/v1alpha1 - kind: AWSNodeTemplate - metadata: - name: default - spec: - subnetSelector: - karpenter.sh/discovery: "true" - securityGroupSelector: - karpenter.sh/discovery: ${module.eks.cluster_name} - tags: - karpenter.sh/discovery: ${module.eks.cluster_name} - YAML - - depends_on = [ - helm_release.karpenter - ] -} -``` - -Since we've added a new provider (kubectl), you'll need to run `terraform init` again -before applying the changes to deploy the Karpenter provisioner. - -```bash -terraform init -terraform apply -``` - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -Before we can start interacting with the cluster, we need to update our local kubeconfig: - -```bash -aws eks update-kubeconfig --name karpenter-demo -``` - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Migrate to Karpenter from Cluster Autoscaler ---- - -This guide will show you how to switch from the [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler) to Karpenter for automatic node provisioning. -We will make the following assumptions in this guide - -* You will use an existing EKS cluster -* You will use existing VPC and subnets -* You will use existing security groups -* Your nodes are part of one or more node groups -* Your workloads have pod disruption budgets that adhere to [EKS best practices](https://aws.github.io/aws-eks-best-practices/karpenter/) -* Your cluster has an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for service accounts - -This guide will also assume you have the `aws` CLI installed. -You can also perform many of these steps in the console, but we will use the command line for simplicity. - -## Create IAM roles - -To get started with our migration we first need to create two new IAM roles for nodes provisioned with Karpenter and the Karpenter controller. - -To create the Karpenter node role we will use the following policy and commands. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step01-node-iam.sh" language="bash" %}} - -Now attach the required policies to the role - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step02-node-policies.sh" language="bash" %}} - -Attach the IAM role to an EC2 instance profile. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh" language="bash" %}} - -Now we need to create an IAM role that the Karpenter controller will use to provision new instances. -The controller will be using [IAM Roles for Service Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) which requires an OIDC endpoint. - -If you have another option for using IAM credentials with workloads (e.g. [kube2iam](https://github.com/jtblin/kube2iam)) your steps will be different. - -Set a variable for your cluster name. - -```bash -CLUSTER_NAME= -``` - -Set other variables from your cluster configuration. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step04-env.sh" language="bash" %}} - -Use that information to create our IAM role, inline policy, and trust relationship. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh" language="bash" %}} - -## Add tags to subnets and security groups - -We need to add tags to our nodegroup subnets so Karpenter will know which subnets to use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh" language="bash" %}} - -Add tags to our security groups. -This command only tags the security groups for the first nodegroup in the cluster. -If you have multiple nodegroups or multiple security groups you will need to decide which one Karpenter should use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh" language="bash" %}} - -## Update aws-auth ConfigMap - -We need to allow nodes that are using the node IAM role we just created to join the cluster. -To do that we have to modify the `aws-auth` ConfigMap in the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh" language="bash" %}} - -You will need to add a section to the mapRoles that looks something like this. -Replace the `${AWS_ACCOUNT_ID}` variable with your account, but do not replace the `{{EC2PrivateDNSName}}`. -``` - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterInstanceNodeRole - username: system:node:{{EC2PrivateDNSName}} -``` - -The full aws-auth configmap should have two groups. -One for your Karpenter node role and one for your existing node group. - -## Deploy Karpenter - -First set the Karpenter release you want to deploy. -```bash -export KARPENTER_VERSION=v0.21.0 -``` - -We can now generate a full Karpenter deployment yaml from the helm chart. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh" language="bash" %}} - -Modify the following lines in the karpenter.yaml file. - -### Set node affinity - -Edit the karpenter.yaml file and find the karpenter deployment affinity rules. -Modify the affinity so karpenter will run on one of the existing node group nodes. - -The rules should look something like this. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: karpenter.sh/provisioner-name - operator: DoesNotExist - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -Now that our deployment is ready we can create the karpenter namespace, create the provisioner CRD, and then deploy the rest of the karpenter resources. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-deploy.sh" language="bash" %}} - -## Create default provisioner - -We need to create a default provisioner so Karpenter knows what types of nodes we want for unscheduled workloads. -You can refer to some of the [example provisioners](https://github.com/aws/karpenter/tree{{< githubRelRef >}}examples/provisioner) for specific needs. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh" language="bash" %}} - -## Set nodeAffinity for critical workloads (optional) - -You may also want to set a nodeAffinity for other critical cluster workloads. - -Some examples are - -* coredns -* metric-server - -You can edit them with `kubectl edit deploy ...` and you should add node affinity for your static node group instances. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -## Remove CAS - -Now that karpenter is running we can disable the cluster autoscaler. -To do that we will scale the number of replicas to zero. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step12-scale-cas.sh" language="bash" %}} - -To get rid of the instances that were added from the node group we can scale our nodegroup down to a minimum size to support Karpenter and other critical services. -We suggest a minimum of 2 nodes for the node group. - -> Note: If your workloads do not have [pod disruption budgets](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) set, -> the following command **will cause workloads to be unavailable.** - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step13-scale-ng.sh" language="bash" %}} - -If you have a lot of nodes or workloads you may want to slowly scale down your node groups by a few instances at a time. -It is recommended to watch the transition carefully for workloads that may not have enough replicas running or disruption budgets configured. - -## Verify Karpenter - -As nodegroup nodes are drained you can verify that Karpenter is creating nodes for your workloads. - -```bash -kubectl logs -f -n karpenter -c controller -l app.kubernetes.io/name=karpenter -``` - -You should also see new nodes created in your cluster as the old nodes are removed - -```bash -kubectl get nodes -``` diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh deleted file mode 100644 index 9946254d957a..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh +++ /dev/null @@ -1,15 +0,0 @@ -echo '{ - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ec2.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] -}' > node-trust-policy.json - -aws iam create-role --role-name KarpenterInstanceNodeRole \ - --assume-role-policy-document file://node-trust-policy.json diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh deleted file mode 100644 index c7cf247b86d0..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh +++ /dev/null @@ -1,11 +0,0 @@ -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh deleted file mode 100644 index 276ba81b6c7c..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh +++ /dev/null @@ -1,6 +0,0 @@ -aws iam create-instance-profile \ - --instance-profile-name KarpenterInstanceProfile - -aws iam add-role-to-instance-profile \ - --instance-profile-name KarpenterInstanceProfile \ - --role-name KarpenterInstanceNodeRole diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step04-env.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step04-env.sh deleted file mode 100644 index f688a5256f2d..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step04-env.sh +++ /dev/null @@ -1,7 +0,0 @@ -CLUSTER_ENDPOINT="$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.endpoint" \ - --output text)" -OIDC_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} \ - --query "cluster.identity.oidc.issuer" --output text)" -AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' \ - --output text) diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh deleted file mode 100644 index 70b31fcaaf1c..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,66 +0,0 @@ -echo "{ - \"Version\": \"2012-10-17\", - \"Statement\": [ - { - \"Effect\": \"Allow\", - \"Principal\": { - \"Federated\": \"arn:aws:iam::${AWS_ACCOUNT_ID}:oidc-provider/${OIDC_ENDPOINT#*//}\" - }, - \"Action\": \"sts:AssumeRoleWithWebIdentity\", - \"Condition\": { - \"StringEquals\": { - \"${OIDC_ENDPOINT#*//}:aud\": \"sts.amazonaws.com\", - \"${OIDC_ENDPOINT#*//}:sub\": \"system:serviceaccount:karpenter:karpenter\" - } - } - } - ] -}" > controller-trust-policy.json - -aws iam create-role --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --assume-role-policy-document file://controller-trust-policy.json - -echo '{ - "Statement": [ - { - "Action": [ - "ssm:GetParameter", - "iam:PassRole", - "ec2:DescribeImages", - "ec2:RunInstances", - "ec2:DescribeSubnets", - "ec2:DescribeSecurityGroups", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeAvailabilityZones", - "ec2:DeleteLaunchTemplate", - "ec2:CreateTags", - "ec2:CreateLaunchTemplate", - "ec2:CreateFleet", - "ec2:DescribeSpotPriceHistory", - "pricing:GetProducts" - ], - "Effect": "Allow", - "Resource": "*", - "Sid": "Karpenter" - }, - { - "Action": "ec2:TerminateInstances", - "Condition": { - "StringLike": { - "ec2:ResourceTag/Name": "*karpenter*" - } - }, - "Effect": "Allow", - "Resource": "*", - "Sid": "ConditionalEC2Termination" - } - ], - "Version": "2012-10-17" -}' > controller-policy.json - -aws iam put-role-policy --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --policy-name KarpenterControllerPolicy-${CLUSTER_NAME} \ - --policy-document file://controller-policy.json diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh deleted file mode 100644 index de972ea2bddd..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh +++ /dev/null @@ -1,6 +0,0 @@ -for NODEGROUP in $(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups' --output text); do aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources $(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name $NODEGROUP --query 'nodegroup.subnets' --output text ) -done diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh deleted file mode 100644 index cbeaf0909797..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh +++ /dev/null @@ -1,22 +0,0 @@ -NODEGROUP=$(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups[0]' --output text) - -LAUNCH_TEMPLATE=$(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name ${NODEGROUP} --query 'nodegroup.launchTemplate.{id:id,version:version}' \ - --output text | tr -s "\t" ",") - -# If your EKS setup is configured to use only Cluster security group, then please execute - - -SECURITY_GROUPS=$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.resourcesVpcConfig.clusterSecurityGroupId") - -# If your setup uses the security groups in the Launch template of a managed node group, then : - -SECURITY_GROUPS=$(aws ec2 describe-launch-template-versions \ - --launch-template-id ${LAUNCH_TEMPLATE%,*} --versions ${LAUNCH_TEMPLATE#*,} \ - --query 'LaunchTemplateVersions[0].LaunchTemplateData.[NetworkInterfaces[0].Groups||SecurityGroupIds]' \ - --output text) - -aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources ${SECURITY_GROUPS} diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh deleted file mode 100644 index 740eae66f345..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl edit configmap aws-auth -n kube-system diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh deleted file mode 100644 index 1bf08235bb00..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh +++ /dev/null @@ -1,6 +0,0 @@ -helm template karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter \ - --set settings.aws.defaultInstanceProfile=KarpenterInstanceProfile \ - --set settings.aws.clusterEndpoint="${CLUSTER_ENDPOINT}" \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterControllerRole-${CLUSTER_NAME}" \ - --version ${KARPENTER_VERSION} > karpenter.yaml diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh deleted file mode 100644 index 20bd80c02f61..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -kubectl create namespace karpenter -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.sh_provisioners.yaml -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -kubectl apply -f karpenter.yaml diff --git a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh b/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh deleted file mode 100644 index 76642ce51122..000000000000 --- a/website/content/en/v0.21.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh +++ /dev/null @@ -1,26 +0,0 @@ -cat < - Troubleshoot Karpenter problems ---- - -## Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - -## Unknown field in Provisioner spec - -If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: - -``` -error: error validating "STDIN": error validating data: ValidationError(Provisioner.spec): unknown field "" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -If you see this error, you can solve the problem by following the [Custom Resource Definition Upgrade Guidance](../upgrade-guide/#custom-resource-definition-crd-upgrades). - -Info on whether there has been a change to the CRD between versions of Karpenter can be found in the [Release Notes](../upgrade-guide/#released-upgrade-notes) - -## Unable to schedule pod due to insufficient node group instances - -v0.16.0 changed the default replicas from 1 to 2. - -Karpenter won't launch capacity to run itself (log related to the `karpenter.sh/provisioner-name DoesNotExist requirement`) -so it can't provision for the second Karpenter pod. - -To solve this you can either reduce the replicas back from 2 to 1, or ensure there is enough capacity that isn't being managed by Karpenter -(these are instances with the name `karpenter.sh/provisioner-name/`) to run both pods. - -To do so on AWS increase the `minimum` and `desired` parameters on the node group autoscaling group to launch at lease 2 instances. - -## Node not created - -In some circumstances, Karpenter controller can fail to start up a node. -For example, providing the wrong block storage device name in a custom launch template can result in a failure to start the node and an error similar to: - -``` -2022-01-19T18:22:23.366Z ERROR controller.provisioning Could not launch node, launching instances, with fleet error(s), InvalidBlockDeviceMapping: Invalid device name /dev/xvda; ... -``` - -You can see errors like this by viewing Karpenter controller logs: -```bash -kubectl get pods -A | grep karpenter -``` -``` -karpenter karpenter-XXXX 2/2 Running 2 21d -``` -```bash -kubectl logs karpenter-XXXX -c controller -n karpenter | less -``` - -## Node NotReady - -There are cases where the node starts, but fails to join the cluster and is marked "Node NotReady". -Reasons that a node can fail to join the cluster include: -- Permissions -- Security Groups -- Networking - -The easiest way to start debugging is to connect to the instance and get the Kubelet logs. For an AL2 based node: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Check Kubelet logs -sudo journalctl -u kubelet -``` - -For Bottlerocket, you'll need to get access to the root filesystem: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Enter the admin container -enter-admin-container -# Run sheltie -sudo sheltie -# Check Kubelet logs -journalctl -u kubelet -``` - -Here are examples of errors from Node NotReady issues that you might see from `journalctl`: - -* The runtime network not being ready can reflect a problem with IAM role permissions: - - ``` - KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized - ``` - See [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) for details. If you’re using `eksctl`, the VPC CNI pods may be given permissions through IRSA instead. Verify that this set up is working as intended. You can also look at the logs for your CNI plugin from the `aws-node` pod: - - ```bash - kubectl get pods -n kube-system | grep aws-node - ``` - ``` - aws-node-????? 1/1 Running 2 20d - ``` - ```bash - kubectl logs aws-node-????? -n kube-system - ``` - -* Not being able to register the node with the Kubernetes API server indicates an error condition like the following: - - ``` - Attempting to register node" node="ip-192-168-67-130.ec2.internal" - Unable to register node with API server" err="Unauthorized" node="ip-192-168-67-130.ec2.internal" - Error getting node" err="node \"ip-192-168-67-130.ec2.internal\" not found - Failed to contact API server when waiting for CSINode publishing: Unauthorized - ``` - - Check the ConfigMap to check whether or not the correct node role is there. For example: - - ```bash - $ kubectl get configmaps -n kube-system aws-auth -o yaml - ``` - ```yaml - apiVersion: v1 - data: - mapRoles: | - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/eksctl-johnw-karpenter-demo-NodeInstanceRole-72CV61KQNOYS - username: system:node:{{EC2PrivateDNSName}} - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/KarpenterNodeRole-johnw-karpenter-demo - username: system:node:{{EC2PrivateDNSName}} - mapUsers: | - [] - kind: ConfigMap - ... - ``` - -If you are not able to resolve the Node NotReady issue on your own, run the [EKS Logs Collector](https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/README.md) (if it’s an EKS optimized AMI) and look in the following places in the log: - -* Your UserData (in `/var_log/cloud-init-output.log` and `/var_log/cloud-init.log`) -* Your kubelets (`/kubelet/kubelet.log`) -* Your networking pod logs (`/var_log/aws-node`) - -Reach out to the Karpenter team on [Slack](https://kubernetes.slack.com/archives/C02SFFZSA2K) or [GitHub](https://github.com/aws/karpenter/) if you are still stuck. - -## Missing Service Linked Role -Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. -``` -AuthFailure.ServiceLinkedRoleCreationNotPermitted: The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances -``` -This can be resolved by creating the [Service Linked Role](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). -``` -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -``` - -## Unable to delete nodes after uninstalling Karpenter -Karpenter adds a [finalizer](https://github.com/aws/karpenter/pull/466) to nodes that it provisions to support graceful node termination. If Karpenter is uninstalled, these finalizers will cause the API Server to block deletion until the finalizers are removed. - -You can fix this by patching the node objects: -- `kubectl edit node ` and remove the line that says `karpenter.sh/termination` in the finalizers field. -- Run the following script that gets all nodes with the finalizer and removes all the finalizers from those nodes. - - NOTE: this will remove ALL finalizers from nodes with the karpenter finalizer. -```{bash} -kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{"\n"}' | grep "karpenter.sh/termination" | cut -d ':' -f 1 | xargs kubectl patch node --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]' -``` - -## Nil issues with Karpenter reallocation -If you create a Karpenter Provisioner while the webhook to default it is unavailable, it's possible to get unintentionally nil fields. [Related Issue](https://github.com/aws/karpenter/issues/463). - - You may see some logs like this. -```{bash} -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/utilization.go:84 +0x688 -github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation.(*Controller).Reconcile(0xc000b004c0, 0x23354c0, 0xc000e209f0, 0x235e640, 0xc002566c40, 0x200c786, 0x5, 0xc00259c1b0, 0x1) github.com/aws/karpenter/pkg/controllers/provisioning/v1alpha1/reallocation/controller.go:72 +0x65 -github.com/aws/karpenter/pkg/controllers.(*GenericController).Reconcile(0xc000b00720, 0x23354c0, 0xc000e209f0, 0xc001db9be0, 0x7, 0xc001db9bd0, 0x7, 0xc000e209f0, 0x7fc864172d20, 0xc0000be2a0, ...) -``` -This is fixed in Karpenter v0.2.7+. Reinstall Karpenter on the latest version. - -## Nodes stuck in pending and not running the kubelet due to outdated CNI -If you have an EC2 instance get launched that is stuck in pending and ultimately not running the kubelet, you may see a message like this in your `/var/log/user-data.log`: - -> No entry for c6i.xlarge in /etc/eks/eni-max-pods.txt - -This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). - -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" - -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` - -Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) -```text -kubectl get po -A -l app.kubernetes.io/name=karpenter -NAME READY STATUS RESTARTS AGE -karpenter-7b46fb5c-gcr9z 2/2 Running 0 17h -``` - -Karpenter service has endpoints assigned to it -```text -kubectl get ep -A -l app.kubernetes.io/name=karpenter -NAMESPACE NAME ENDPOINTS AGE -karpenter karpenter 192.168.39.88:8443,192.168.39.88:8080 16d -``` - -Your security groups are not blocking you from reaching your webhook. - -This is especially relevant if you have used `terraform-eks-module` version `>=18` since that version changed its security -approach, and now it's much more restrictive. - -## DaemonSets can result in deployment failures - -For Karpenter versions 0.5.3 and earlier, DaemonSets were not properly considered when provisioning nodes. -This sometimes caused nodes to be deployed that could not meet the needs of the requested DaemonSets and workloads. -This issue no longer occurs after Karpenter version 0.5.3 (see [PR #1155](https://github.com/aws/karpenter/pull/1155)). - -If you are using a pre-0.5.3 version of Karpenter, one workaround is to set your provisioner to only use larger instance types that you know will be big enough for the DaemonSet and the workload. -For more information, see [Issue #1084](https://github.com/aws/karpenter/issues/1084). -Examples of this behavior are included in [Issue #1180](https://github.com/aws/karpenter/issues/1180). - -## Unspecified resource requests cause scheduling/bin-pack failures - -Not using the Kubernetes [LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) feature to enforce minimum resource request sizes will allow pods with very low or non-existent resource requests to be scheduled. -This can cause issues as Karpenter bin-packs pods based on the resource requests. - -If the resource requests do not reflect the actual resource usage of the pod, Karpenter will place too many of these pods onto the same node resulting in the pods getting CPU throttled or terminated due to the OOM killer. -This behavior is not unique to Karpenter and can also occur with the standard `kube-scheduler` with pods that don't have accurate resource requests. - -To prevent this, you can set LimitRanges on pod deployments on a per-namespace basis. -See the Karpenter [Best Practices Guide](https://aws.github.io/aws-eks-best-practices/karpenter/#use-limitranges-to-configure-defaults-for-resource-requests-and-limits) for further information on the use of LimitRanges. - -## Missing subnetSelector and securityGroupSelector tags causes provisioning failures - -Starting with Karpenter v0.5.5, if you are using Karpenter-generated launch template, provisioners require that [subnetSelector]({{}}) and [securityGroupSelector]({{}}) tags be set to match your cluster. -The [Provisioner]({{}}) section in the Karpenter Getting Started Guide uses the following example: - -```text -kind: AWSNodeTemplate -spec: - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` -To check your subnet and security group selectors, type the following: - -```bash -aws ec2 describe-subnets --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns subnets matching the selector* - -```bash -aws ec2 describe-security-groups --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns security groups matching the selector* - -Provisioners created without those tags and run in more recent Karpenter versions will fail with this message when you try to run the provisioner: - -```text - field(s): spec.provider.securityGroupSelector, spec.provider.subnetSelector -``` - -## Terraform fails to create instance profile when name is too long - -In the Getting Started with Terraform instructions to [Configure the KarpenterNode IAM Role]({{}}), the name assigned to the aws_iam_instance_profile cannot exceed 38 characters. If it does, it will fail with a message similar to: - -```text -Error: expected length of name_prefix to be in the range (1 - 38), got with module.eks.aws_iam_role.cluster[0], -on .terraform/modules/eks/main.tf line 131, in resource "aws_iam_role" "cluster": -131: name_prefix = var.cluster_iam_role_name != "" ? null : var.cluster_name -``` - -Note that it can be easy to run over the 38-character limit considering that the example includes KarpenterNodeInstanceProfile- (29 characters) and -karpenter-demo (15 characters). -That leaves only four characters for your user name. -You can reduce the number of characters consumed by changing `KarpenterNodeInstanceProfile-` to something like `KarpenterNode-`. - -## Karpenter Role names exceeding 64-character limit - -If you use a tool such as AWS CDK to generate your Kubernetes cluster name, when you add Karpenter to your cluster you could end up with a cluster name that is too long to incorporate into your KarpenterNodeRole name (which is limited to 64 characters). - -Node role names for Karpenter are created in the form `KarpenterNodeRole-${Cluster_Name}` in the [Create the KarpenterNode IAM Role]({{}}) section of the getting started guide. -If a long cluster name causes the Karpenter node role name to exceed 64 characters, creating that object will fail. - -Keep in mind that `KarpenterNodeRole-` is just a recommendation from the getting started guide. -Instead using of the eksctl role, you can shorten the name to anything you like, as long as it has the right permissions. - -## Node terminates before ready on failed encrypted EBS volume -If you are using a custom launch template and an encrypted EBS volume, the IAM principal launching the node may not have sufficient permissions to use the KMS customer managed key (CMK) for the EC2 EBS root volume. -This issue also applies to [Block Device Mappings]({{}}) specified in the Provisioner. -In either case, this results in the node terminating almost immediately upon creation. - -Keep in mind that it is possible that EBS Encryption can be enabled without your knowledge. -EBS encryption could have been enabled by an account administrator or by default on a per region basis. -See [Encryption by default](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) for details. - -To correct the problem if it occurs, you can use the approach that AWS EBS uses, which avoids adding particular roles to the KMS policy. Below is an example of a policy applied to the KMS key: - -```json -[ - { - "Sid": "Allow access through EBS for all principals in the account that are authorized to use EBS", - "Effect": "Allow", - "Principal": { - "AWS": "*" - }, - "Action": [ - "kms:Encrypt", - "kms:Decrypt", - "kms:ReEncrypt", - "kms:GenerateDataKey*", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "Resource": "", - "Condition": { - "StringEquals": { - "kms:ViaService": "ec2.${AWS_REGION}.amazonaws.com", - "kms:CallerAccount": "${AWS_ACCOUNT_ID}" - } - } - }, - { - "Sid": "Allow direct access to key metadata to the account", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${AWS_ACCOUNT_ID}:root" - }, - "Action": [ - "kms:Describe", - "kms:Get*", - "kms:List*", - "kms:RevokeGrant" - ], - "Resource": "*" - } -] -``` - -## Pods using Security Groups for Pods stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running" - -When leveraging [Security Groups for Pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html), Karpenter will launch nodes as expected but pods will be stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running". This is related to an interaction between Karpenter and the [amazon-vpc-resource-controller](https://github.com/aws/amazon-vpc-resource-controller-k8s) when a pod requests `vpc.amazonaws.com/pod-eni` resources. More info can be found in [issue #1252](https://github.com/aws/karpenter/issues/1252). - -To workaround this problem, add the `vpc.amazonaws.com/has-trunk-attached: "false"` label in your Karpenter Provisioner spec and ensure instance-type requirements include [instance-types which support ENI trunking](https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/master/pkg/aws/vpc/limits.go). -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - labels: - vpc.amazonaws.com/has-trunk-attached: "false" - ttlSecondsAfterEmpty: 30 -``` -## Stale pricing data on isolated subnet - -The following pricing-related error occurs if you are running Karpenter in an isolated private subnet (no Internet egress via IGW or NAT gateways): - -```text -ERROR controller.aws.pricing updating on-demand pricing, RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout; RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout, using existing pricing data from 2022-08-17T00:19:52Z {"commit": "4b5f953"} -``` -This network timeout occurs because there is no VPC endpoint available for the [Price List Query API.](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html). -To workaround this issue, Karpenter ships updated on-demand pricing data as part of the Karpenter binary; however, this means that pricing data will only be updated on Karpenter version upgrades. -To disable pricing lookups and avoid the error messages, set the AWS_ISOLATED_VPC environment variable (or the `--aws-isolated-vpc` option) to true. -See [Environment Variables / CLI Flags]({{}}) for details. - -## Helm Error When Pulling the Chart - -If Helm is showing an error when trying to install Karpenter helm charts: - - - Ensure you are using a newer Helm version, Helm started supporting OCI images since v3.8.0. - - Helm does not have an `helm repo add` concept in OCI, so to install Karpenter you no longer need this - - Verify that the image you are trying to pull actually exists in [gallery.ecr.aws/karpenter](https://gallery.ecr.aws/karpenter/karpenter) - - Sometimes Helm generates a generic error, you can add the --debug switch to any of the helm commands in this doc for more verbose error messages - - If you are getting a 403 forbidden error, you can try `docker logout public.ecr.aws` as explained [here](https://docs.aws.amazon.com/AmazonECR/latest/public/public-troubleshooting.html) - - If you are receiving this error: `Error: failed to download "oci://public.ecr.aws/karpenter/karpenter" at version "0.17.0"`, then you need to prepend a `v` to the version number: `v0.17.0`. Before Karpenter moved to OCI helm charts (pre-v0.17.0), both `v0.16.0` and `0.16.0` would work, but OCI charts require an exact version match. diff --git a/website/content/en/v0.21.0/upgrade-guide.md b/website/content/en/v0.21.0/upgrade-guide.md deleted file mode 100644 index 914727f5f5a8..000000000000 --- a/website/content/en/v0.21.0/upgrade-guide.md +++ /dev/null @@ -1,223 +0,0 @@ ---- -title: "Upgrade Guide" -linkTitle: "Upgrade Guide" -weight: 10 -description: > - Learn about upgrading Karpenter ---- - -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -To make upgrading easier we aim to minimize introduction of breaking changes with the followings: - -# Compatibility issues - -To make upgrading easier, we aim to minimize the introduction of breaking changes with the followings components: - -* Provisioner API -* Helm Chart - -We try to maintain compatibility with: - -* The application itself -* The documentation of the application - -When we introduce a breaking change, we do so only as described in this document. - -Karpenter follows [Semantic Versioning 2.0.0](https://semver.org/) in its stable release versions, while in -major version zero (v0.y.z) [anything may change at any time](https://semver.org/#spec-item-4). -However, to further protect users during this phase we will only introduce breaking changes in minor releases (releases that increment y in x.y.z). -Note this does not mean every minor upgrade has a breaking change as we will also increment the -minor version when we release a new feature. - -Users should therefore check to see if there is a breaking change every time they are upgrading to a new minor version. - -## Custom Resource Definition (CRD) Upgrades - -Karpenter ships with a few Custom Resource Definitions (CRDs). These CRDs are part of the helm chart [here](https://github.com/aws/karpenter/blob/main/charts/karpenter/crds). Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), the tool will only install the CRD during the first installation of the helm chart. Subsequent chart upgrades will not add or remove CRDs, even if the CRDs have changed. When CRDs are changed, we will make a note in the version's upgrade guide. - -In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -## How Do We Break Incompatibility? - -When there is a breaking change we will: - -* Increment the minor version when in major version 0 -* Add a permanent separate section named `upgrading to vx.y.z+` under [released upgrade notes](#released-upgrade-notes) - clearly explaining the breaking change and what needs to be done on the user side to ensure a safe upgrade -* Add the sentence “This is a breaking change, please refer to the above link for upgrade instructions” to the top of the release notes and in all our announcements - -## How Do We Find Incompatibilities - -Besides the peer review process for all changes to the code base we also do the followings in order to find -incompatibilities: -* (To be implemented) To check the compatibility of the application, we will automate tests for installing, uninstalling, upgrading from an older version, and downgrading to an older version -* (To be implemented) To check the compatibility of the documentation with the application, we will turn the commands in our documentation into scripts that we can automatically run - -## Security Patches - -While we are in major version 0 we will not release security patches to older versions. -Rather we provide the patches in the latest versions. -When at major version 1 we will have an EOL (end of life) policy where we provide security patches -for a subset of older versions and deprecate the others. - -# Release Types - -Karpenter offers four types of releases. This section explains the purpose of each release type and how the images for each release type are tagged in our [public image repository](https://gallery.ecr.aws/karpenter). - -## Stable Releases - -Stable releases are the most reliable releases that are released with weekly cadence. Stable releases are our only recommended versions for production environments. -Sometimes we skip a stable release because we find instability or problems that need to be fixed before having a stable release. -Stable releases are tagged with Semantic Versioning. For example `v0.13.0`. - -## Snapshot Releases - -We release a snapshot release for every commit that gets merged into the main repository. This enables our users to immediately try a new feature or fix right after it's merged rather than waiting days or weeks for release. -Snapshot releases are suitable for testing, and troubleshooting but users should exercise great care if they decide to use them in production environments. -Snapshot releases are tagged with the git commit hash prefixed by the Karpenter major version. For example `v0-fc17bfc89ebb30a3b102a86012b3e3992ec08adf`. For more detailed examples on how to use snapshot releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Release Candidates - -We consider having release candidates for major and important minor versions. Our release candidates are tagged like `vx.y.z-rc.0`, `vx.y.z-rc.1`. The release candidate will then graduate to `vx.y.z` as a normal stable release. -By adopting this practice we allow our users who are early adopters to test out new releases before they are available to the wider community, thereby providing us with early feedback resulting in more stable releases. - -# Released Upgrade Notes - -## Upgrading to v0.20.0+ -* Prior to v0.20.0, Karpenter would prioritize certain instance type categories absent of any requirements in the Provisioner. v0.20.0+ removes prioritizing these instance type categories ("m", "c", "r", "a", "t", "i") in code. Bare Metal and GPU instance types are still deprioritized and only used if no other instance types are compatible with the node requirements. Since Karpenter does not prioritize any instance types, if you do not want exotic instance types and are not using the runtime Provisioner defaults, you will need to specify this in the Provisioner. - -## Upgrading to v0.19.0+ -* The karpenter webhook and controller containers are combined into a single binary, which requires changes to the helm chart. If your Karpenter installation (helm or otherwise) currently customizes the karpenter webhook, your deployment tooling may require minor changes. -* Karpenter now supports native interruption handling. If you were previously using Node Termination Handler for spot interruption handling and health events, you will need to remove the component from your cluster before enabling `aws.interruptionQueueName`. For more details on Karpenter's interruption handling, see the [Interruption Handling Docs]({{< ref "./concepts/deprovisioning/#interruption" >}}). For common questions on the migration process, see the [FAQ]({{< ref "./faq/#interruption-handling" >}}) -* Instance category defaults are now explicitly persisted in the Provisioner, rather than handled implicitly in memory. By default, Provisioners will limit instance category to c,m,r. If any instance type constraints are applied, it will override this default. If you have created Provisioners in the past with unconstrained instance type, family, or category, Karpenter will now more flexibly use instance types than before. If you would like to apply these constraints, they must be included in the Provisioner CRD. -* Karpenter CRD raw YAML URLs have migrated from `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/...` to `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/...`. If you reference static Karpenter CRDs or rely on `kubectl replace -f` to apply these CRDs from their remote location, you will need to migrate to the new location. -* Pods without an ownerRef (also called "controllerless" or "naked" pods) will now be evicted by default during node termination and consolidation. Users can prevent controllerless pods from being voluntarily disrupted by applying the `karpenter.sh/do-not-evict: true` annotation to the pods in question. -* The following CLI options/environment variables are now removed and replaced in favor of pulling settings dynamically from the `karpenter-global-settings` ConfigMap. See the [Global Settings docs](../concepts/globalsettings) for more details on configuring the new values in the ConfigMap. - - * `CLUSTER_NAME` -> `aws.clusterName` - * `CLUSTER_ENDPOINT` -> `aws.clusterEndpoint` - * `AWS_DEFAULT_INSTANCE_PROFILE` -> `aws.defaultInstanceProfile` - * `AWS_ENABLE_POD_ENI` -> `aws.enablePodENI` - * `AWS_ENI_LIMITED_POD_DENSITY` -> `aws.enableENILimitedPodDensity` - * `AWS_ISOLATED_VPC` -> `aws.isolatedVPC` - * `AWS_NODE_NAME_CONVENTION` -> `aws.nodeNameConvention` - * `VM_MEMORY_OVERHEAD` -> `aws.vmMemoryOverheadPercent` - -## Upgrading to v0.18.0+ -* v0.18.0 removes the `karpenter_consolidation_nodes_created` and `karpenter_consolidation_nodes_terminated` prometheus metrics in favor of the more generic `karpenter_nodes_created` and `karpenter_nodes_terminated` metrics. You can still see nodes created and terminated by consolidation by checking the `reason` label on the metrics. Check out all the metrics published by Karpenter [here](../concepts/metrics/). - -## Upgrading to v0.17.0+ -Karpenter's Helm chart package is now stored in [Karpenter's OCI (Open Container Initiative) registry](https://gallery.ecr.aws/karpenter/karpenter). The Helm CLI supports the new format since [v3.8.0+](https://helm.sh/docs/topics/registries/). -With this change [charts.karpenter.sh](https://charts.karpenter.sh/) is no longer updated but preserved to allow using older Karpenter versions. For examples on working with the Karpenter helm charts look at [Install Karpenter Helm Chart]({{< ref "./getting-started/getting-started-with-eksctl/#install-karpenter-helm-chart" >}}). - -Users who have scripted the installation or upgrading of Karpenter need to adjust their scripts with the following changes: -1. There is no longer a need to add the Karpenter helm repo to helm -2. The full URL of the Helm chart needs to be present when using the helm commands -3. If you were not prepending a `v` to the version (i.e. `0.17.0`), you will need to do so with the OCI chart, `v0.17.0`. - -## Upgrading to v0.16.2+ -* v0.16.2 adds new kubeletConfiguration fields to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.2/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.16.0+ -* v0.16.0 adds a new weight field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.15.0+ -* v0.15.0 adds a new consolidation field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.15.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.14.0+ -* v0.14.0 adds new fields to the `provisioners.karpenter.sh` v1alpha5 and `awsnodetemplates.karpenter.k8s.aws` v1alpha1 CRDs. The CRDs will need to be updated to use the new parameters: - -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -* v0.14.0 changes the way Karpenter discovers its dynamically generated AWS launch templates to use a tag rather than a Name scheme. The previous name scheme was `Karpenter-${CLUSTER_NAME}-*` which could collide with user created launch templates that Karpenter should not manage. The new scheme uses a tag on the launch template `karpenter.k8s.aws/cluster: ${CLUSTER_NAME}`. As a result, Karpenter will not clean-up dynamically generated launch templates using the old name scheme. You can manually clean these up with the following commands: - -```bash -## Find launch templates that match the naming pattern and you do not want to keep -aws ec2 describe-launch-templates --filters="Name=launch-template-name,Values=Karpenter-${CLUSTER_NAME}-*" - -## Delete launch template(s) that match the name but do not have the "karpenter.k8s.aws/cluster" tag -aws ec2 delete-launch-template --launch-template-id -``` - -* v0.14.0 introduces additional instance type filtering if there are no `node.kubernetes.io/instance-type` or `karpenter.k8s.aws/instance-family` or `karpenter.k8s.aws/instance-category` requirements that restrict instance types specified on the provisioner. This prevents Karpenter from launching bare metal and some older non-current generation instance types unless the provisioner has been explicitly configured to allow them. If you specify an instance type or family requirement that supplies a list of instance-types or families, that list will be used regardless of filtering. The filtering can also be completely eliminated by adding an `Exists` requirement for instance type or family. -```yaml - - key: node.kubernetes.io/instance-type - operator: Exists -``` - -* v0.14.0 introduces support for custom AMIs without the need for an entire launch template. You must add the `ec2:DescribeImages` permission to the Karpenter Controller Role for this feature to work. This permission is needed for Karpenter to discover custom images specified. Read the [Custom AMI documentation here](../aws/provisioning/#amiselector) to get started -* v0.14.0 adds an an additional default toleration (CriticalAddonOnly=Exists) to the Karpenter helm chart. This may cause Karpenter to run on nodes with that use this Taint which previously would not have been schedulable. This can be overridden by using `--set tolerations[0]=null`. - -* v0.14.0 deprecates the `AWS_ENI_LIMITED_POD_DENSITY` environment variable in-favor of specifying `spec.kubeletConfiguration.maxPods` on the Provisioner. `AWS_ENI_LIMITED_POD_DENSITY` will continue to work when `maxPods` is not set on the Provisioner. If `maxPods` is set, it will override `AWS_ENI_LIMITED_POD_DENSITY` on that specific Provisioner. - -## Upgrading to v0.13.0+ -* v0.13.0 introduces a new CRD named `AWSNodeTemplate` which can be used to specify AWS Cloud Provider parameters. Everything that was previously specified under `spec.provider` in the Provisioner resource, can now be specified in the spec of the new resource. The use of `spec.provider` is deprecated but will continue to function to maintain backwards compatibility for the current API version (v1alpha5) of the Provisioner resource. v0.13.0 also introduces support for custom user data that doesn't require the use of a custom launch template. The user data can be specified in-line in the AWSNodeTemplate resource. Read the [UserData documentation here](../aws/operating-systems) to get started. - - If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.13.2/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.13.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. -* v0.13.0 also adds EC2/spot price fetching to Karpenter to allow making more accurate decisions regarding node deployments. Our getting started guide documents this, but if you are upgrading Karpenter you will need to modify your Karpenter controller policy to add the `pricing:GetProducts` and `ec2:DescribeSpotPriceHistory` permissions. - - -## Upgrading to v0.12.0+ -* v0.12.0 adds an OwnerReference to each Node created by a provisioner. Previously, deleting a provisioner would orphan nodes. Now, deleting a provisioner will cause Kubernetes [cascading delete](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion) logic to gracefully terminate the nodes using the Karpenter node finalizer. You may still orphan nodes by removing the owner reference. -* If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.12.1/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.12.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. - -## Upgrading to v0.11.0+ - -v0.11.0 changes the way that the `vpc.amazonaws.com/pod-eni` resource is reported. Instead of being reported for all nodes that could support the resources regardless of if the cluster is configured to support it, it is now controlled by a command line flag or environment variable. The parameter defaults to false and must be set if your cluster uses [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html). This can be enabled by setting the environment variable `AWS_ENABLE_POD_ENI` to true via the helm value `controller.env`. - -Other extended resources must be registered on nodes by their respective device plugins which are typically installed as DaemonSets (e.g. the `nvidia.com/gpu` resource will be registered by the [NVIDIA device plugin](https://github.com/NVIDIA/k8s-device-plugin). Previously, Karpenter would register these resources on nodes at creation and they would be zeroed out by `kubelet` at startup. By allowing the device plugins to register the resources, pods will not bind to the nodes before any device plugin initialization has occurred. - -v0.11.0 adds a `providerRef` field in the Provisioner CRD. To use this new field you will need to replace the Provisioner CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.11.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.10.0+ - -v0.10.0 adds a new field, `startupTaints` to the provisioner spec. Standard Helm upgrades [do not upgrade CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) so the field will not be available unless the CRD is manually updated. This can be performed prior to the standard upgrade by applying the new CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.10.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -📝 If you don't perform this manual CRD update, Karpenter will work correctly except for rejecting the creation/update of provisioners that use `startupTaints`. - -## Upgrading to v0.6.2+ - -If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration -that sets the old variable names. - -- `controller.clusterName` is now `clusterName` -- `controller.clusterEndpoint` is now `clusterEndpoint` diff --git a/website/content/en/v0.21.1/troubleshooting.md b/website/content/en/v0.21.1/troubleshooting.md index fb13d3884e4d..eaab893c23ad 100644 --- a/website/content/en/v0.21.1/troubleshooting.md +++ b/website/content/en/v0.21.1/troubleshooting.md @@ -6,18 +6,6 @@ description: > Troubleshoot Karpenter problems --- -## Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - ## Unknown field in Provisioner spec If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: @@ -198,9 +186,21 @@ If you have an EC2 instance get launched that is stuck in pending and ultimately This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). -## Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" +### Failed calling webhook "validation.webhook.provisioners.karpenter.sh" + +If you are not able to create a provisioner due to `Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` + +Webhooks were renamed in v0.19.0. There's a bug in ArgoCD's upgrade workflow where webhooks are leaked. This results in Provisioner's failing to be validated, since the validation server no longer corresponds to the webhook definition. + +Delete the stale webhooks. +``` +kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh +kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh +``` + +### Failed calling webhook "defaulting.webhook.karpenter.sh" -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` +If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) ```text diff --git a/website/content/en/v0.22.0/_index.md b/website/content/en/v0.22.0/_index.md deleted file mode 100755 index 93ddf9368a25..000000000000 --- a/website/content/en/v0.22.0/_index.md +++ /dev/null @@ -1,40 +0,0 @@ - ---- -title: "Documentation" -linkTitle: "Docs" -weight: 20 -cascade: - type: docs - tags: - - preview ---- -Karpenter is an open-source node provisioning project built for Kubernetes. -Adding Karpenter to a Kubernetes cluster can dramatically improve the efficiency and cost of running workloads on that cluster. -Karpenter works by: - -* **Watching** for pods that the Kubernetes scheduler has marked as unschedulable -* **Evaluating** scheduling constraints (resource requests, nodeselectors, affinities, tolerations, and topology spread constraints) requested by the pods -* **Provisioning** nodes that meet the requirements of the pods -* **Removing** the nodes when the nodes are no longer needed - -As someone using Karpenter, once your Kubernetes cluster and the Karpenter controller are up and running (see [Getting Started]({{}})), you can: - -* **Set up provisioners**: By applying a provisioner to Karpenter, you can configure constraints on node provisioning and set timeout values for node expiry or Kubelet configuration values. -Provisioner-level constraints related to Kubernetes and your cloud provider (AWS, for example) include: - - - Taints (`taints`): Identify taints to add to provisioned nodes. If a pod doesn't have a matching toleration for the taint, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Labels (`labels`): Apply arbitrary key-value pairs to nodes that can be matched by pods. - - Requirements (`requirements`): Set acceptable (`In`) and unacceptable (`Out`) Kubernetes and Karpenter values for node provisioning based on [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/) and [cloud-specific settings]({{}}). These can include [instance types](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type), [zones](https://kubernetes.io/docs/reference/labels-annotations-taints/#topologykubernetesiozone), [computer architecture](https://kubernetes.io/docs/reference/labels-annotations-taints/#kubernetes-io-arch), and [capacity type]({{}}) (such as AWS spot or on-demand). - - Limits (`limits`): Lets you set limits on the total CPU and Memory that can be used by the cluster, effectively stopping further node provisioning when those limits have been reached. - -* **Deploy workloads**: When deploying workloads, you can request that scheduling constraints be met to direct which nodes Karpenter provisions for those workloads. Use any of the following Pod spec constraints when you deploy pods: - - - Resources (`resources`): Make requests and set limits for memory and CPU for a Pod. See [Requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits) for details. - - Nodes (`nodeSelector`): Use [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) to ask to match a node that includes one or more selected key-value pairs. These can be arbitrary labels you define, Kubernetes well-known labels, or Karpenter labels. - - Node affinity (`NodeAffinity`): Set [nodeAffinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) to have the Pod run on nodes that have matching `nodeSelectorTerms` set or not set. Matching affinity can be a particular operating system or zone. You can set the node affinity to be required or simply preferred. `NotIn` and `DoesNotExist` allow you to define node anti-affinity behavior. - - Pod affinity and anti-affinity (`podAffinity/podAntiAffinity`): Choose to run a pod on a node based on whether certain pods are running (`podAffinity`) or not running (`podAntiAffinity`) on the node. See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) for details. - - Tolerations (`tolerations`): Identify that a pod must match (tolerate) a taint on a node before the pod will run on it. Without the toleration, the effect set by the taint occurs (NoSchedule, PreferNoSchedule, or NoExecute). See Kubernetes [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for details. - - Topology spread (`topologySpreadConstraints`): Request that pods be spread across zones (`topology.kubernetes.io/zone`) or hosts (`kubernetes.io/hostname`), or cloud provider capacity types (`karpenter.sh/capacity-type`). See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - - Persistent volume topology: Indicate that the Pod has a storage requirement that requires a node running in a particular zone that can make that storage available to the node. - -Learn more about Karpenter and how to get started below. diff --git a/website/content/en/v0.22.0/concepts/_index.md b/website/content/en/v0.22.0/concepts/_index.md deleted file mode 100755 index 74ec1368b573..000000000000 --- a/website/content/en/v0.22.0/concepts/_index.md +++ /dev/null @@ -1,177 +0,0 @@ ---- -title: "Concepts" -linkTitle: "Concepts" -weight: 10 -description: > - Understand key concepts of Karpenter ---- - -Users fall under two basic roles: Kubernetes cluster administrators and application developers. -This document describes Karpenter concepts through the lens of those two types of users. - -## Cluster administrator - -As a Kubernetes cluster administrator, you can engage with Karpenter to: - -* Install Karpenter -* Configure provisioners to set constraints and other features for managing nodes -* Deprovision nodes -* Upgrade nodes - -Concepts associated with this role are described below. - - -### Installing Karpenter - -Karpenter is designed to run on a node in your Kubernetes cluster. -As part of the installation process, you need credentials from the underlying cloud provider to allow nodes to be started up and added to the cluster as they are needed. - -[Getting Started with Karpenter on AWS](../getting-started) -describes the process of installing Karpenter on an AWS cloud provider. -Because requests to add and delete nodes and schedule pods are made through Kubernetes, AWS IAM Roles for Service Accounts (IRSA) are needed by your Kubernetes cluster to make privileged requests to AWS. -For example, Karpenter uses AWS IRSA roles to grant the permissions needed to describe EC2 instance types and create EC2 instances. - -Once privileges are in place, Karpenter is deployed with a Helm chart. - -### Configuring provisioners - -Karpenter's job is to add nodes to handle unschedulable pods, schedule pods on those nodes, and remove the nodes when they are not needed. -To configure Karpenter, you create *provisioners* that define how Karpenter manages unschedulable pods and expires nodes. -Here are some things to know about the Karpenter provisioner: - -* **Unschedulable pods**: Karpenter only attempts to schedule pods that have a status condition `Unschedulable=True`, which the kube scheduler sets when it fails to schedule the pod to existing capacity. - -* **Provisioner CR**: Karpenter defines a Custom Resource called a Provisioner to specify provisioning configuration. -Each provisioner manages a distinct set of nodes, but pods can be scheduled to any provisioner that supports its scheduling constraints. -A provisioner contains constraints that impact the nodes that can be provisioned and attributes of those nodes (such timers for removing nodes). -See [Provisioning]({{}}) docs for a description of settings and provisioner examples. - -* **Well-known labels**: The provisioner can use well-known Kubernetes labels to allow pods to request only certain instance types, architectures, operating systems, or other attributes when creating nodes. -See [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) for details. -Keep in mind that only a subset of these labels are supported in Karpenter, as described later. - -* **Deprovisioning nodes**: A provisioner can also include time-to-live values to indicate when nodes should be deprovisioned after a set amount of time from when they were created or after they becomes empty of deployed pods. - -* **Multiple provisioners**: Multiple provisioners can be configured on the same cluster. -For example, you might want to configure different teams on the same cluster to run on completely separate capacity. -One team could run on nodes using BottleRocket, while another uses EKSOptimizedAMI. - -Although most use cases are addressed with a single provisioner for multiple teams, multiple provisioners are useful to isolate nodes for billing, use different node constraints (such as no GPUs for a team), or use different deprovisioning settings. - -### Deprovisioning nodes - -Karpenter deletes nodes when they are no longer needed. - -* **Finalizer**: Karpenter places a finalizer bit on each node it creates. -When a request comes in to delete one of those nodes (such as a TTL or a manual `kubectl delete node`), Karpenter will cordon the node, drain all the pods, terminate the EC2 instance, and delete the node object. -Karpenter handles all clean-up work needed to properly delete the node. -* **Node Expiry**: If a node expiry time-to-live value (`ttlSecondsUntilExpired`) is reached, that node is drained of pods and deleted (even if it is still running workloads). -* **Empty nodes**: When the last workload pod running on a Karpenter-managed node is gone, the node is annotated with an emptiness timestamp. -Once that "node empty" time-to-live (`ttlSecondsAfterEmpty`) is reached, finalization is triggered. -* **Consolidation**: If enabled, Karpenter will work to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. - -For more details on how Karpenter deletes nodes, see [Deprovisioning nodes](./deprovisioning) for details. - -### Upgrading nodes - -A straight-forward way to upgrade nodes is to set `ttlSecondsUntilExpired`. -Nodes will be terminated after a set period of time and will be replaced with newer nodes using the latest discovered AMI. -See more in [AWSNodeTemplate](./node-templates). - -### Constraints - -The concept of layered constraints is key to using Karpenter. -With no constraints defined in provisioners and none requested from pods being deployed, Karpenter chooses from the entire universe of features available to your cloud provider. -Nodes can be created using any instance type and run in any zones. - -An application developer can tighten the constraints defined in a provisioner by the cluster administrator by defining additional scheduling constraints in their pod spec. -Refer to the description of Karpenter constraints in the Application Developer section below for details. - -### Scheduling - -Karpenter launches nodes in response to pods that the Kubernetes scheduler has marked unschedulable. After solving scheduling constraints and launching capacity, Karpenter launches a machine in your chosen cloud provider. - -Once Karpenter brings up a node, that node is available for the Kubernetes scheduler to schedule pods on it as well. - -### Cloud provider -Karpenter makes requests to provision new nodes to the associated cloud provider. -The first supported cloud provider is AWS, although Karpenter is designed to work with other cloud providers. -Separating Kubernetes and AWS-specific settings allows Karpenter a clean path to integrating with other cloud providers. - -While using Kubernetes well-known labels, the provisioner can set some values that are specific to the cloud provider. -So, for example, to include a certain instance type, you could use the Kubernetes label `node.kubernetes.io/instance-type`, but set its value to an AWS instance type (such as `m5.large` or `m5.2xlarge`). - -### Consolidation - -If consolidation is enabled for a provisioner, Karpenter attempts to reduce the overall cost of the nodes launched by that provisioner if workloads have changed in two ways: -- Node Deletion -- Node Replacement - -To perform these actions, Karpenter simulates all pods being evicted from a candidate node and then looks at the results of the scheduling simulation to determine if those pods can run on a combination of existing nodes in the cluster and a new cheaper node. This operation takes into consideration all scheduling constraints placed on your workloads and provisioners (e.g. taints, tolerations, node selectors, inter-pod affinity, etc). - -If as a result of the scheduling simulation all pods can run on existing nodes, the candidate node is simply deleted. If all pods can run on a combination of existing nodes and a cheaper node, we launch the cheaper node and delete the candidate node which causes the pods to be evicted and re-created by their controllers in order to be rescheduled. - -For Node Replacement to work well, your provisioner must allow selecting from a variety of instance types with varying amounts of allocatable resources. Consolidation will only consider launching nodes using instance types which are allowed by your provisioner. - -### Interruption - -If interruption-handling is enabled for the controller, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="warning" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -### Kubernetes cluster autoscaler -Like Karpenter, [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) is -designed to add nodes when requests come in to run pods that cannot be met by current capacity. -Cluster autoscaler is part of the Kubernetes project, with implementations by most major Kubernetes cloud providers. -By taking a fresh look at provisioning, Karpenter offers the following improvements: - -* **Designed to handle the full flexibility of the cloud**: -Karpenter has the ability to efficiently address the full range of instance types available through AWS. -Cluster autoscaler was not originally built with the flexibility to handle hundreds of instance types, zones, and purchase options. - -* **Group-less node provisioning**: Karpenter manages each instance directly, without use of additional orchestration mechanisms like node groups. -This enables it to retry in milliseconds instead of minutes when capacity is unavailable. -It also allows Karpenter to leverage diverse instance types, availability zones, and purchase options without the creation of hundreds of node groups. - -## Application developer - -As someone deploying pods that might be evaluated by Karpenter, you should know how to request the properties that your pods need of its compute resources. -Karpenter's job is to efficiently assess and choose compute assets based on requests from pod deployments. -These can include basic Kubernetes features or features that are specific to the cloud provider (such as AWS). - -Layered *constraints* are applied when a pod makes requests for compute resources that cannot be met by current capacity. -A pod can specify `nodeAffinity` (to run in a particular zone or instance type) or a `topologySpreadConstraints` spread (to cause a set of pods to be balanced across multiple nodes). -The pod can specify a `nodeSelector` to run only on nodes with a particular label and `resource.requests` to ensure that the node has enough available memory. - -The Kubernetes scheduler tries to match those constraints with available nodes. -If the pod is unschedulable, Karpenter creates compute resources that match its needs. -When Karpenter tries to provision a node, it analyzes scheduling constraints before choosing the node to create. - -As long as the requests are not outside of the provisioner's constraints, -Karpenter will look to best match the request, comparing the same well-known labels defined by the pod's scheduling constraints. -Note that if the constraints are such that a match is not possible, the pod will remain unscheduled. - -So, what constraints can you use as an application developer deploying pods that could be managed by Karpenter? - -Kubernetes features that Karpenter supports for scheduling pods include nodeAffinity and [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector). -It also supports [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/), [topologySpreadConstraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/), and [inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity). - -From the Kubernetes [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) page, -you can see a full list of Kubernetes labels, annotations and taints that determine scheduling. -Those that are implemented in Karpenter include: - -* **kubernetes.io/arch**: For example, kubernetes.io/arch=amd64 -* **node.kubernetes.io/instance-type**: For example, node.kubernetes.io/instance-type=m3.medium -* **topology.kubernetes.io/zone**: For example, topology.kubernetes.io/zone=us-east-1c - -For more on how, as a developer, you can add constraints to your pod deployment, see [Scheduling](./scheduling/) for details. diff --git a/website/content/en/v0.22.0/concepts/deprovisioning.md b/website/content/en/v0.22.0/concepts/deprovisioning.md deleted file mode 100644 index e023d6bdc9d8..000000000000 --- a/website/content/en/v0.22.0/concepts/deprovisioning.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -title: "Deprovisioning" -linkTitle: "Deprovisioning" -weight: 4 -description: > - Understand different ways Karpenter deprovisions nodes ---- - -Karpenter sets a Kubernetes [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) on each node it provisions. -The finalizer specifies additional actions the Karpenter controller will take in response to a node deletion request. -These include: - -* Marking the node as unschedulable, so no further pods can be scheduled there. -* Evicting all pods other than daemonsets from the node. -* Terminating the instance from the cloud provider. -* Deleting the node from the Kubernetes cluster. - -## Methods - -There are both automated and manual ways of deprovisioning nodes provisioned by Karpenter: - -* **Provisioner Deletion**: Nodes are considered to be "owned" by the Provisioner that launched them. Karpenter will gracefully terminate nodes when a provisioner is deleted. -* **Emptiness**: Karpenter notes when the last workload (non-daemonset) pod stops running on a node. From that point, Karpenter waits the number of seconds set by `ttlSecondsAfterEmpty` in the provisioner, then Karpenter requests to delete the node. This feature can keep costs down by removing nodes that are no longer being used for workloads. -* **Expiration**: Karpenter requests to delete the node after a set number of seconds, based on the provisioner `ttlSecondsUntilExpired` value, from the time the node was provisioned. One use case for node expiry is to handle node upgrades. Old nodes (with a potentially outdated Kubernetes version or operating system) are deleted, and replaced with nodes on the current version (assuming that you requested the latest version, rather than a specific version). -* **Consolidation**: Karpenter works to actively reduce cluster cost by identifying when nodes can be removed as their workloads will run on other nodes in the cluster and when nodes can be replaced with cheaper variants due to a change in the workloads. -* **Interruption**: If enabled, Karpenter will watch for upcoming involuntary interruption events that could affect your nodes (health events, spot interruption, etc.) and will cordon, drain, and terminate the node(s) ahead of the event to reduce workload disruption. -* **Drift**: Karpenter will deprovision nodes that have drifted from their desired specification. Once the node is annotated as drifted, Karpenter will deprovision the nodes and provision replacement nodes with the correct provisioning requirements when needed. Currently, Karpenter will only automatically mark nodes as drifted in the case of a drifted AMI. - -{{% alert title="Note" color="primary" %}} -- Automated deprovisioning is configured through the ProvisionerSpec `.ttlSecondsAfterEmpty` -, `.ttlSecondsUntilExpired` and `.consolidation.enabled` fields. If these are not configured, Karpenter will not -default values for them and will not terminate nodes for that purpose. - -- Keep in mind that a small NodeExpiry results in a higher churn in cluster activity. So, for -example, if a cluster brings up all nodes at once, all the pods on those nodes would fall into -the same batching window on expiration. - -- Pods without an ownerRef (also called "controllerless" or "naked" pods) will be evicted during voluntary node disruption, such as expiration or consolidation. A pod with the annotation `karpenter.sh/do-not-evict: true` will cause its node to be opted out from voluntary node disruption workflows. - -- Using preferred anti-affinity and topology spreads can reduce the effectiveness of consolidation. At node launch, Karpenter attempts to satisfy affinity and topology spread preferences. In order to reduce node churn, consolidation must also attempt to satisfy these constraints to avoid immediately consolidating nodes after they launch. This means that consolidation may not deprovision nodes in order to avoid violating preferences, even if kube-scheduler can fit the host pods elsewhere. Karpenter reports these pods via logging to bring awareness to the possible issues they can cause (e.g. `pod default/inflate-anti-self-55894c5d8b-522jd has a preferred Anti-Affinity which can prevent consolidation`). - -{{% /alert %}} - -* **Node Deletion**: You could use `kubectl` to manually remove a single Karpenter node: - - ```bash - # Delete a specific node - kubectl delete node $NODE_NAME - - # Delete all nodes owned any provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name - - # Delete all nodes owned by a specific provisioner - kubectl delete nodes -l karpenter.sh/provisioner-name=$PROVISIONER_NAME - ``` - -Whether through node expiry or manual deletion, Karpenter seeks to follow graceful termination procedures as described in Kubernetes [Graceful node shutdown](https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown) documentation. -If the Karpenter controller is removed or fails, the finalizers on the nodes are orphaned and will require manual removal. - - -{{% alert title="Note" color="primary" %}} -By adding the finalizer, Karpenter improves the default Kubernetes process of node deletion. -When you run `kubectl delete node` on a node without a finalizer, the node is deleted without triggering the finalization logic. The instance will continue running in EC2, even though there is no longer a node object for it. -The kubelet isn’t watching for its own existence, so if a node is deleted the kubelet doesn’t terminate itself. -All the pod objects get deleted by a garbage collection process later, because the pods’ node is gone. -{{% /alert %}} - -## Consolidation - -Karpenter has two mechanisms for cluster consolidation: -- Deletion - A node is eligible for deletion if all of its pods can run on free capacity of other nodes in the cluster. -- Replace - A node can be replaced if all of its pods can run on a combination of free capacity of other nodes in the cluster and a single cheaper replacement node. - -Consolidation has three mechanisms that are performed in order to attempt to identify a consolidation action: -1) Empty Node Consolidation - Delete any entirely empty nodes in parallel -2) Multi-Node Consolidation - Try to delete two or more nodes in parallel, possibly launching a single replacement that is cheaper than the price of all nodes being removed -3) Single-Node Consolidation - Try to delete any single node, possibly launching a single replacement that is cheaper than the price of that node - -It's impractical to examine all possible consolidation options for multi-node consolidation, so Karpenter uses a heuristic to identify a likely set of nodes that can be consolidated. For single-node consolidation we consider each node in the cluster individually. - -When there are multiple nodes that could be potentially deleted or replaced, Karpenter choose to consolidate the node that overall disrupts your workloads the least by preferring to terminate: - -* nodes running fewer pods -* nodes that will expire soon -* nodes with lower priority pods - -{{% alert title="Note" color="primary" %}} -For spot nodes, Karpenter only uses the deletion consolidation mechanism. It will not replace a spot node with a cheaper spot node. Spot instance types are selected with the `price-capacity-optimized` strategy and often the cheapest spot instance type is not launched due to the likelihood of interruption. Consolidation would then replace the spot instance with a cheaper instance negating the `price-capacity-optimized` strategy entirely and increasing interruption rate. -{{% /alert %}} - -If consolidation is enabled, Karpenter periodically reports events against nodes that indicate why the node can't be consolidated. These events can be used to investigate nodes that you expect to have been consolidated, but still remain in your cluster. - -``` -Events: - Type Reason Age From Message - ---- ------ ---- ---- ------- - Normal Unconsolidatable 66s karpenter pdb default/inflate-pdb prevents pod evictions - Normal Unconsolidatable 33s (x3 over 30m) karpenter can't replace with a cheaper node - ``` - -## Interruption - -If interruption-handling is enabled, Karpenter will watch for upcoming involuntary interruption events that would cause disruption to your workloads. These interruption events include: - -* Spot Interruption Warnings -* Scheduled Change Health Events (Maintenance Events) -* Instance Terminating Events -* Instance Stopping Events - -When Karpenter detects one of these events will occur to your nodes, it automatically cordons, drains, and terminates the node(s) ahead of the interruption event to give the maximum amount of time for workload cleanup prior to compute disruption. This enables scenarios where the `terminationGracePeriod` for your workloads may be long or cleanup for your workloads is critical, and you want enough time to be able to gracefully clean-up your pods. - -{{% alert title="Note" color="primary" %}} -Karpenter publishes Kubernetes events to the node for all events listed above in addition to __Spot Rebalance Recommendations__. Karpenter does not currently support cordon, drain, and terminate logic for Spot Rebalance Recommendations. -{{% /alert %}} - -Karpenter enables this feature by watching an SQS queue which receives critical events from AWS services which may affect your nodes. Karpenter requires that an SQS queue be provisioned and EventBridge rules and targets be added that forward interruption events from AWS services to the SQS queue. Karpenter provides details for provisioning this infrastructure in the [Cloudformation template in the Getting Started Guide](../../getting-started/getting-started-with-eksctl/#create-the-karpenter-infrastructure-and-iam-roles). - -To enable the interruption handling feature flag, configure the `karpenter-global-settings` ConfigMap with the following value mapped to the name of the interruption queue that handles interruption events. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - ... - aws.interruptionQueueName: karpenter-cluster - ... -``` - -## Drift - -If drift is enabled, Karpenter will deprovision nodes that have been marked as drifted with the annotation `karpenter.sh/voluntary-disruption: "drifted"`. Karpenter will automatically cordon, drain, and terminate nodes, while respecting any PDBs or `do-not-evict` pods that are configured. Karpenter will automatically mark nodes as drifted if the AMI that is used on the instance does not match the AMI set by the AWSNodeTemplate. Check the [AWSNodeTemplate Docs]({{}}) settings for more. - -If users annotate their own nodes with `karpenter.sh/voluntary-disruption: "drifted"`, Karpenter will respect the annotation and deprovision the nodes. - -{{% alert title="Note" color="primary" %}} -Karpenter will only automatically mark nodes as drifted in the case of a drifted AMI. More methods of drift will be implemented in the future. Please cut a feature request if you'd like to see more methods implemented. -{{% /alert %}} - -To enable the drift feature flag, refer to the [Settings Feature Gates]({{}}). - -## Disabling Deprovisioning - -### Pod Eviction - -Pods can be opted out of eviction by setting the annotation `karpenter.sh/do-not-evict` on the pod. This is useful for pods that you want to run from start to finish without interruption. -Examples might include a real-time, interactive game that you don't want to interrupt or a long batch job (such as you might have with machine learning) that would need to start over if it were interrupted. - -```yaml -apiVersion: apps/v1 -kind: Deployment -spec: - template: - metadata: - labels: - karpenter.sh/do-not-evict: "" -``` - -By opting pods out of eviction, you are telling Karpenter that it should not voluntarily remove nodes containing this pod. - -Examples of voluntary node removal that will be prevented by this annotation include: -- [Consolidation]({{}}) -- [Drift]({{}}) -- Emptiness -- Expiration - -{{% alert title="Note" color="primary" %}} -Voluntary node removal does not include [Interruption]({{}}), which is considered an involuntary event, since node removal cannot be delayed. -{{% /alert %}} - -This annotation will have no effect for static pods, pods that tolerate `NoSchedule`, or pods terminating past their graceful termination period. - -### Node Consolidation - -Nodes can be opted out of consolidation deprovisioning by setting the annotation `karpenter.sh/do-not-consolidate` on the node. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Node -metadata: - annotations: - karpenter.sh/do-not-consolidate: "" -``` - -#### Example: Disable Consolidation on Provisioner - -Provisioner `.spec.annotations` allow you to set annotations that will be applied to all nodes launched by this provisioner. By setting the annotation `karpenter.sh/do-not-consolidate` on the provisioner, you will selectively prevent all nodes launched by this Provisioner from being considered in consolidation calculations. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - annotations: # will be applied to all nodes - karpenter.sh/do-not-consolidate: "true" -``` diff --git a/website/content/en/v0.22.0/concepts/instance-types.md b/website/content/en/v0.22.0/concepts/instance-types.md deleted file mode 100644 index 7087af05ee79..000000000000 --- a/website/content/en/v0.22.0/concepts/instance-types.md +++ /dev/null @@ -1,14171 +0,0 @@ ---- -title: "Instance Types" -linkTitle: "Instance Types" -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 -- `aws-eni-limited-pod-density` is assumed to be `true` -- `amiFamily` is set to the default of `AL2` -## a1 Family -### `a1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `a1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `a1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `a1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `a1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `a1.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|a| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|a1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|a1.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## c1 Family -### `c1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|1740| - |karpenter.k8s.aws/instance-pods|12| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1022Mi| - |pods|12| -### `c1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7168| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c1.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|5537Mi| - |pods|58| -## c3 Family -### `c3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c4 Family -### `c4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|3840| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|2778Mi| - |pods|29| -### `c4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|7680| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6011Mi| - |pods|58| -### `c4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|15360| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `c4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|30720| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|25387Mi| - |pods|234| -### `c4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c4| - |karpenter.k8s.aws/instance-generation|4| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61440| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|53803Mi| - |pods|234| -## c5 Family -### `c5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5a Family -### `c5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5ad Family -### `c5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5d Family -### `c5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|50| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|100| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|200| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|400| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|73728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|65169Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5d.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|147456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|127834Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3600| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c5n Family -### `c5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|5376| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|4198Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|10752| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|8852Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|21504| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|18798Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|43008| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|36753Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.9xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|36| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|9xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.9xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c5n.18xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|18xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.18xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|c5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6a Family -### `c6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|c6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6a.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6g Family -### `c6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gd Family -### `c6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6gn Family -### `c6gn.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c6gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6gn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6gn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6i Family -### `c6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6id Family -### `c6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `c6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `c6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `c6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## c6in Family -### `c6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| -### `c6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| -### `c6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `c6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| -### `c6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `c6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| -### `c6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| -### `c6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| -### `c6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|c6in| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|234460Mi| - |pods|688| -## c7g Family -### `c7g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `c7g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3014Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `c7g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `c7g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `c7g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `c7g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|c| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|c7g| - |karpenter.k8s.aws/instance-generation|7| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|c7g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## cc2 Family -### `cc2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|cc| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|cc2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|61952| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|cc2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|54276Mi| - |pods|234| -## d2 Family -### `d2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `d2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `d2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `d2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|36| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|35740m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## d3 Family -### `d3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5940| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29745Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|42| -### `d3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|11880| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59967Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|92| -### `d3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|23760| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|120368Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|d3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|47520| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|59| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|241379Mi| - |pods|59| - |vpc.amazonaws.com/pod-eni|119| -## d3en Family -### `d3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|27960| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|10| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14590Mi| - |pods|10| - |vpc.amazonaws.com/pod-eni|24| -### `d3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|55920| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|18| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29657Mi| - |pods|18| - |vpc.amazonaws.com/pod-eni|58| -### `d3en.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|111840| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|38| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59747Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|d3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|167760| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|78| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|119928Mi| - |pods|78| - |vpc.amazonaws.com/pod-eni|118| -### `d3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|d| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|89| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|d3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|180428Mi| - |pods|89| - |vpc.amazonaws.com/pod-eni|119| -## dl1 Family -### `dl1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|dl| - |karpenter.k8s.aws/instance-cpu|96| - |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|4000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|dl1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |habana.ai/gaudi|8| - |memory|694632Mi| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## g3 Family -### `g3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|124928| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |nvidia.com/gpu|1| - |pods|234| -### `g3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|g3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-gpu-count|2| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|249856| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|2| - |pods|234| -### `g3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|g3| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |nvidia.com/gpu|4| - |pods|737| -## g3s Family -### `g3s.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|g3s| - |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|8192| - |karpenter.k8s.aws/instance-gpu-name|m60| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|31232| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g3s.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |nvidia.com/gpu|1| - |pods|58| -## g4ad Family -### `g4ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29767Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|12| -### `g4ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|1| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|11| -### `g4ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|2| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|10| -### `g4ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |amd.com/gpu|4| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## g4dn Family -### `g4dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|16384| - |karpenter.k8s.aws/instance-gpu-name|t4| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|125| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|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|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|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|39| -### `g4dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|29| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|59846Mi| - |nvidia.com/gpu|1| - |pods|29| - |vpc.amazonaws.com/pod-eni|59| -### `g4dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `g4dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g4dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|118| -### `g4dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g4dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## g5 Family -### `g5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|4| -### `g5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `g5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|34| -### `g5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `g5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|48| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `g5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|96| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |nvidia.com/gpu|4| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|192| - |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|24576| - |karpenter.k8s.aws/instance-gpu-name|a10g| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|345| - |karpenter.k8s.aws/instance-size|48xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5.48xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|191350m| - |ephemeral-storage|18Gi| - |memory|723199Mi| - |nvidia.com/gpu|8| - |pods|345| - |vpc.amazonaws.com/pod-eni|107| -## g5g Family -### `g5g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6484Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `g5g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `g5g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|16| - |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|32768| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|27281Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|32| - |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|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |nvidia.com/gpu|1| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `g5g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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|131072| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `g5g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|g| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|g5g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|112679Mi| - |nvidia.com/gpu|2| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## h1 Family -### `h1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `h1.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `h1.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `h1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|h| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|h1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -## i2 Family -### `i2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i2.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## i3 Family -### `i3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `i3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `i3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `i3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `i3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `i3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -### `i3.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|72| - |karpenter.k8s.aws/instance-family|i3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|15200| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|71650m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## i3en Family -### `i3en.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1250| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|5| -### `i3en.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|12| -### `i3en.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|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|5000| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `i3en.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|12| - |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|98304| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|89838Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `i3en.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|15000| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|30000| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `i3en.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|i3en| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|60000| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|i3en.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `i3en.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## i4i Family -### `i4i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `i4i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|6| -### `i4i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|26| -### `i4i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|52| -### `i4i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|112| -### `i4i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -### `i4i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|i| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## im4gn Family -### `im4gn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `im4gn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `im4gn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `im4gn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `im4gn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|im| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## inf1 Family -### `inf1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|38| - |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| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|6704Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|38| - |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| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|14282Mi| - |pods|38| - |vpc.amazonaws.com/pod-eni|38| -### `inf1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|24| - |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-pods|234| - |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| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `inf1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|inf| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|321| - |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| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|177876Mi| - |pods|321| - |vpc.amazonaws.com/pod-eni|111| -## is4gen Family -### `is4gen.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|5140Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `is4gen.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|10592Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `is4gen.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `is4gen.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|44372Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `is4gen.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `is4gen.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|is| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -## m1 Family -### `m1.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1066Mi| - |pods|8| -### `m1.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2916Mi| - |pods|12| -### `m1.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m1.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -## m2 Family -### `m2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|58| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|15103Mi| - |pods|58| -### `m2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|118| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|30640Mi| - |pods|118| -### `m2.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|234| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|61758Mi| - |pods|234| -## m3 Family -### `m3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|12| - |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|840m| - |ephemeral-storage|18Gi| - |memory|2965Mi| - |pods|12| -### `m3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6330Mi| - |pods|29| -### `m3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|13115Mi| - |pods|58| -### `m3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|118| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|26663Mi| - |pods|118| -## m4 Family -### `m4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|20| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6902Mi| - |pods|20| -### `m4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m4.10xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|40| - |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-pods|234| - |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|39730m| - |ephemeral-storage|18Gi| - |memory|148523Mi| - |pods|234| -### `m4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -## m5 Family -### `m5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## m5a Family -### `m5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5a| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5ad Family -### `m5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|600| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5ad| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5ad.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5d Family -### `m5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1200| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m5d| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2400| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5dn Family -### `m5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5n Family -### `m5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|m5n| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m5zn Family -### `m5zn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `m5zn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|29| -### `m5zn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `m5zn.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|92| -### `m5zn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m5zn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m5zn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m5zn| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m5zn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6a Family -### `m6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6g Family -### `m6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6gd Family -### `m6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|3245Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `m6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6i Family -### `m6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6id Family -### `m6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `m6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `m6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `m6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `m6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `m6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `m6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `m6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|m6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6id.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## m6idn Family -### `m6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|950| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|m6idn| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## m6in Family -### `m6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6803Mi| - |pods|29| -### `m6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `m6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `m6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|57591Mi| - |pods|234| -### `m6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `m6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| -### `m6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|233921Mi| - |pods|737| -### `m6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|m6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| -### `m6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|m| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|476943Mi| - |pods|688| -## p2 Family -### `p2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|1| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|62464| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| -### `p2.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|8| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|499712| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| -### `p2.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|p2| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-gpu-count|16| - |karpenter.k8s.aws/instance-gpu-manufacturer|nvidia| - |karpenter.k8s.aws/instance-gpu-memory|12288| - |karpenter.k8s.aws/instance-gpu-name|k80| - |karpenter.k8s.aws/instance-hypervisor|xen| - |karpenter.k8s.aws/instance-memory|749568| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p2.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|690321Mi| - |nvidia.com/gpu|16| - |pods|234| -## p3 Family -### `p3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |nvidia.com/gpu|1| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `p3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |nvidia.com/gpu|4| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `p3.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|459204Mi| - |nvidia.com/gpu|8| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -## p3dn Family -### `p3dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p3dn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |nvidia.com/gpu|8| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## p4d Family -### `p4d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|p| - |karpenter.k8s.aws/instance-cpu|96| - |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-local-nvme|8000| - |karpenter.k8s.aws/instance-memory|1179648| - |karpenter.k8s.aws/instance-pods|2942| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|p4d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1058357Mi| - |nvidia.com/gpu|8| - |pods|2942| - |vpc.amazonaws.com/pod-eni|62| -## r3 Family -### `r3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13434Mi| - |pods|29| -### `r3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r3.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r3.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r3.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -## r4 Family -### `r4.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|13670Mi| - |pods|29| -### `r4.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|27796Mi| - |pods|58| -### `r4.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|56686Mi| - |pods|58| -### `r4.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|112529Mi| - |pods|234| -### `r4.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|228087Mi| - |pods|234| -### `r4.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r4.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|453671Mi| - |pods|737| -## r5 Family -### `r5.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|120| -## r5a Family -### `r5a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5ad Family -### `r5ad.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5ad.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5ad.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5ad.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5ad.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5ad.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5ad.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5b Family -### `r5b.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5b.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5b.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5b.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5b.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5b.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r5b| - |karpenter.k8s.aws/instance-generation|5| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5b.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5d Family -### `r5d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5d.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5d.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5d.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5dn Family -### `r5dn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5dn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5dn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5dn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5dn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5dn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5dn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r5n Family -### `r5n.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r5n.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r5n.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r5n.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r5n.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |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|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r5n.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r5n.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6a Family -### `r6a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6a.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6a.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6a.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6a.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6a.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.48xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |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-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6a.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|192| - |karpenter.k8s.aws/instance-family|r6a| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |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|191350m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6g Family -### `r6g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |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|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6g.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6g.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6g| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6g.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6g.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6gd Family -### `r6gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|7034Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|4| -### `r6gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6gd| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6i Family -### `r6i.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6i.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6i.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6i.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6i.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6i.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6i.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6i.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6i| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6i.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6id Family -### `r6id.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `r6id.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `r6id.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `r6id.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `r6id.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|84| -### `r6id.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `r6id.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|5700| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|r6id| - |karpenter.k8s.aws/instance-generation|6| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6id.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `r6id.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## r6idn Family -### `r6idn.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6idn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6idn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6idn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6idn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6idn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## r6in Family -### `r6in.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| -### `r6in.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -### `r6in.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| -### `r6in.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|118212Mi| - |pods|234| -### `r6in.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |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|31750m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| -### `r6in.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|48| - |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-pods|234| - |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|47710m| - |ephemeral-storage|18Gi| - |memory|360695Mi| - |pods|234| -### `r6in.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |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|63670m| - |ephemeral-storage|18Gi| - |memory|476404Mi| - |pods|737| -### `r6in.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|96| - |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-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|718887Mi| - |pods|737| -### `r6in.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|r| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|688| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|r6in.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|961909Mi| - |pods|688| -## t1 Family -### `t1.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|80Mi| - |pods|4| -## t2 Family -### `t2.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t2.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|4| - |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|840m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t2.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|1| - |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-pods|11| - |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|840m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t2.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t2.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t2.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t2.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|44| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14216Mi| - |pods|44| -### `t2.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|44| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29371Mi| - |pods|44| -## t3 Family -### `t3.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|512| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1024| - |karpenter.k8s.aws/instance-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|2048| - |karpenter.k8s.aws/instance-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t3.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|4096| - |karpenter.k8s.aws/instance-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|8192| - |karpenter.k8s.aws/instance-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|t3| - |karpenter.k8s.aws/instance-generation|3| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t3a Family -### `t3a.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t3a.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t3a.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|8| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1351Mi| - |pods|8| -### `t3a.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t3a.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t3a.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t3a.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t3a.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## t4g Family -### `t4g.nano` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|nano| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.nano| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|-26Mi| - |pods|4| -### `t4g.micro` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|4| - |karpenter.k8s.aws/instance-size|micro| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.micro| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|448Mi| - |pods|4| -### `t4g.small` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|11| - |karpenter.k8s.aws/instance-size|small| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|t4g.small| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|1318Mi| - |pods|11| -### `t4g.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|17| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|3146Mi| - |pods|17| -### `t4g.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|2| - |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-pods|35| - |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|1830m| - |ephemeral-storage|18Gi| - |memory|6737Mi| - |pods|35| -### `t4g.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |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|3820m| - |ephemeral-storage|18Gi| - |memory|14062Mi| - |pods|58| -### `t4g.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|t| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |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|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| -## trn1 Family -### `trn1.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|474| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|17| -### `trn1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|trn| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|trn1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|7600| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|1962| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|trn1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|462929Mi| - |pods|1962| - |vpc.amazonaws.com/pod-eni|82| -## u-12tb1 Family -### `u-12tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-12tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|12582912| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-12tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|11630631Mi| - |pods|737| -## u-18tb1 Family -### `u-18tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-18tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|18874368| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-18tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|17450228Mi| - |pods|737| -## u-24tb1 Family -### `u-24tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-24tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|25165824| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-24tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|23269825Mi| - |pods|737| -## u-3tb1 Family -### `u-3tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-3tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-3tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|2906769Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|6| -## u-6tb1 Family -### `u-6tb1.56xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|224| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|56xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.56xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|223270m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -### `u-6tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-6tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|6291456| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-6tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|5811034Mi| - |pods|737| -## u-9tb1 Family -### `u-9tb1.112xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|u| - |karpenter.k8s.aws/instance-cpu|448| - |karpenter.k8s.aws/instance-family|u-9tb1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|9437184| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|112xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|u-9tb1.112xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|446710m| - |ephemeral-storage|18Gi| - |memory|8720833Mi| - |pods|737| -## vt1 Family -### `vt1.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|12| - |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-pods|58| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|21639Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `vt1.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|49152| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|42436Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `vt1.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|vt| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|vt1| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|vt1.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|173300Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x1 Family -### `x1.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|921438Mi| - |pods|234| -### `x1.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -## x1e Family -### `x1e.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|29| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|114784Mi| - |pods|29| -### `x1e.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|230023Mi| - |pods|58| -### `x1e.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|58| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|461140Mi| - |pods|58| -### `x1e.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|58| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|923374Mi| - |pods|58| -### `x1e.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|234| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x1e.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1845905Mi| - |pods|234| -### `x1e.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|234| - |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|127510m| - |ephemeral-storage|18Gi| - |memory|3694839Mi| - |pods|234| -## x2gd Family -### `x2gd.medium` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|1| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|59| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|8| - |karpenter.k8s.aws/instance-size|medium| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.medium| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|840m| - |ephemeral-storage|18Gi| - |memory|14612Mi| - |pods|8| - |vpc.amazonaws.com/pod-eni|10| -### `x2gd.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|118| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|29536Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|9| -### `x2gd.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|237| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|18| -### `x2gd.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|475| - |karpenter.k8s.aws/instance-memory|131072| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|38| -### `x2gd.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |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|15790m| - |ephemeral-storage|18Gi| - |memory|239454Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2gd.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2gd| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2gd.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|arm64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2gd.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2idn Family -### `x2idn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1900| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|961370Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2idn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2idn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2idn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iedn Family -### `x2iedn.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|4| - |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-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|120148Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|11| -### `x2iedn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |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-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|27| -### `x2iedn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |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-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `x2iedn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |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-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iedn.16xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|64| - |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-pods|737| - |karpenter.k8s.aws/instance-size|16xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.16xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|63670m| - |ephemeral-storage|18Gi| - |memory|1931303Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.24xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|96| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|2850| - |karpenter.k8s.aws/instance-memory|3145728| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|24xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.24xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|95590m| - |ephemeral-storage|18Gi| - |memory|2901236Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.32xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |karpenter.k8s.aws/instance-family|x2iedn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|3800| - |karpenter.k8s.aws/instance-memory|4194304| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|32xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.32xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iedn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|128| - |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-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iedn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|127510m| - |ephemeral-storage|18Gi| - |memory|3871169Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## x2iezn Family -### `x2iezn.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|262144| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|241390Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|62| -### `x2iezn.4xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|16| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|524288| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|4xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.4xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|15790m| - |ephemeral-storage|18Gi| - |memory|481937Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|786432| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|724420Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.8xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|32| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1048576| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|8xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.8xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|31750m| - |ephemeral-storage|18Gi| - |memory|966903Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|114| -### `x2iezn.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `x2iezn.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|x| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|x2iezn| - |karpenter.k8s.aws/instance-generation|2| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-memory|1572864| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|x2iezn.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|1446337Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -## z1d Family -### `z1d.large` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|2| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|75| - |karpenter.k8s.aws/instance-memory|16384| - |karpenter.k8s.aws/instance-pods|29| - |karpenter.k8s.aws/instance-size|large| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.large| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|1830m| - |ephemeral-storage|18Gi| - |memory|14381Mi| - |pods|29| - |vpc.amazonaws.com/pod-eni|13| -### `z1d.xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|4| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|150| - |karpenter.k8s.aws/instance-memory|32768| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|3820m| - |ephemeral-storage|18Gi| - |memory|29217Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|28| -### `z1d.2xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|8| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|300| - |karpenter.k8s.aws/instance-memory|65536| - |karpenter.k8s.aws/instance-pods|58| - |karpenter.k8s.aws/instance-size|2xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.2xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|7810m| - |ephemeral-storage|18Gi| - |memory|59527Mi| - |pods|58| - |vpc.amazonaws.com/pod-eni|58| -### `z1d.3xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|12| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|450| - |karpenter.k8s.aws/instance-memory|98304| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|3xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.3xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|11800m| - |ephemeral-storage|18Gi| - |memory|87902Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.6xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|24| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|900| - |karpenter.k8s.aws/instance-memory|196608| - |karpenter.k8s.aws/instance-pods|234| - |karpenter.k8s.aws/instance-size|6xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.6xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|23770m| - |ephemeral-storage|18Gi| - |memory|178833Mi| - |pods|234| - |vpc.amazonaws.com/pod-eni|54| -### `z1d.12xlarge` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|nitro| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|12xlarge| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.12xlarge| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| -### `z1d.metal` -#### Labels - | Label | Value | - |--|--| - |karpenter.k8s.aws/instance-category|z| - |karpenter.k8s.aws/instance-cpu|48| - |karpenter.k8s.aws/instance-family|z1d| - |karpenter.k8s.aws/instance-generation|1| - |karpenter.k8s.aws/instance-hypervisor|| - |karpenter.k8s.aws/instance-local-nvme|1800| - |karpenter.k8s.aws/instance-memory|393216| - |karpenter.k8s.aws/instance-pods|737| - |karpenter.k8s.aws/instance-size|metal| - |kubernetes.io/arch|amd64| - |kubernetes.io/os|linux| - |node.kubernetes.io/instance-type|z1d.metal| -#### Resources - | Resource | Quantity | - |--|--| - |cpu|47710m| - |ephemeral-storage|18Gi| - |memory|355162Mi| - |pods|737| - |vpc.amazonaws.com/pod-eni|107| diff --git a/website/content/en/v0.22.0/concepts/metrics.md b/website/content/en/v0.22.0/concepts/metrics.md deleted file mode 100644 index a4c8d0f0678e..000000000000 --- a/website/content/en/v0.22.0/concepts/metrics.md +++ /dev/null @@ -1,93 +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.karpenter.svc.cluster.local:8080/metrics` configurable via the `METRICS_PORT` environment variable documented [here](../settings) -## Deprovisioning Metrics - -### `karpenter_deprovisioning_actions_performed` -Number of deprovisioning actions performed. Labeled by action. - -### `karpenter_deprovisioning_evaluation_duration_seconds` -Duration of the deprovisioning evaluation process in seconds. - -### `karpenter_deprovisioning_replacement_node_initialized_seconds` -Amount of time required for a replacement node to become initialized. - -## Interruption Metrics - -### `karpenter_interruption_actions_performed` -Number of notification actions performed. Labeled by action - -### `karpenter_interruption_deleted_messages` -Count of messages deleted from the SQS queue. - -### `karpenter_interruption_message_latency_time_seconds` -Length of time between message creation in queue and an action taken on the message by the controller. - -### `karpenter_interruption_received_messages` -Count of messages received from the SQS queue. Broken down by message type and whether the message was actionable. - -## Provisioner Metrics - -### `karpenter_provisioner_limit` -The Provisioner Limits are the limits specified on the provisioner that restrict the quantity of resources provisioned. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage` -The Provisioner Usage is the amount of resources that have been provisioned by a particular provisioner. Labeled by provisioner name and resource type. - -### `karpenter_provisioner_usage_pct` -The Provisioner Usage Percentage is the percentage of each resource used based on the resources provisioned and the limits that have been configured in the range [0,100]. Labeled by provisioner name and resource type. - -## Nodes Metrics - -### `karpenter_nodes_allocatable` -Node allocatable are the resources allocatable by nodes. - -### `karpenter_nodes_created` -Number of nodes created in total by Karpenter. Labeled by reason the node was created. - -### `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. - -### `karpenter_nodes_terminated` -Number of nodes terminated in total by Karpenter. Labeled by reason the node was terminated. - -### `karpenter_nodes_termination_time_seconds` -The time taken between a node's deletion request and the removal of its finalizer - -### `karpenter_nodes_total_daemon_limits` -Node total daemon limits are the resources specified by DaemonSet pod limits. - -### `karpenter_nodes_total_daemon_requests` -Node total daemon requests are the resource requested by DaemonSet pods bound to nodes. - -### `karpenter_nodes_total_pod_limits` -Node total pod limits are the resources specified by non-DaemonSet pod limits. - -### `karpenter_nodes_total_pod_requests` -Node total pod requests are the resources requested by non-DaemonSet pods bound to nodes. - -## Pods Metrics - -### `karpenter_pods_startup_time_seconds` -The time from pod creation until the pod is running. - -### `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, provisioner name, zone, architecture, capacity type, instance type and pod phase. - -## Cloudprovider Metrics - -### `karpenter_cloudprovider_duration_seconds` -Duration of cloud provider method calls. Labeled by the controller, method name and provider. - -## Allocation Controller Metrics - -### `karpenter_allocation_controller_scheduling_duration_seconds` -Duration of scheduling process in seconds. Broken down by provisioner and error. - diff --git a/website/content/en/v0.22.0/concepts/node-templates.md b/website/content/en/v0.22.0/concepts/node-templates.md deleted file mode 100644 index e79623270187..000000000000 --- a/website/content/en/v0.22.0/concepts/node-templates.md +++ /dev/null @@ -1,468 +0,0 @@ ---- -title: "Node Templates" -linkTitle: "Node Templates" -weight: 2 -description: > - Configure AWS specific settings ---- - -Node Templates enable configuration of AWS specific settings. -Each provisioner must reference an AWSNodeTemplate using `spec.providerRef`. -Multiple provisioners may point to the same AWSNodeTemplate. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - providerRef: - name: default ---- -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: default -spec: - subnetSelector: { ... } # required, discovers tagged subnets to attach to instances - securityGroupSelector: { ... } # required, discovers tagged security groups to attach to instances - instanceProfile: "..." # optional, overrides the node's identity from global settings - amiFamily: "..." # optional, resolves a default ami and userdata - amiSelector: { ... } # optional, discovers tagged amis to override the amiFamily's default - userData: "..." # optional, overrides autogenerated userdata with a merge semantic - tags: { ... } # optional, propagates tags to underlying EC2 resources - metadataOptions: { ... } # optional, configures IMDS for the instance - blockDeviceMappings: [ ... ] # optional, configures storage devices for the instance - -``` -Refer to the [Provisioner docs]({{}}) for settings applicable to all providers. -See below for other AWS provider-specific parameters. - -## spec.subnetSelector - -The `AWSNodeTemplate` discovers subnets using [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html). -Subnets may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. -Subnet IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. -When launching nodes, a subnet is automatically chosen that matches the desired zone. -If multiple subnets exist for a zone, the one with the most available IP addresses will be used. - -**Examples** - -Select all with a specified tag key: -```yaml -spec: - subnetSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select by name and tag (all criteria must match):: -```yaml -spec: - subnetSelector: - Name: my-subnet - MyTag: '' # matches all resources with the tag -``` - -Select using comma separated tag values: -```yaml -spec: - subnetSelector: - Name: "my-subnet-1,my-subnet-2" -``` - -Select using wildcards: -```yaml -spec: - subnetSelector: - Name: "*Public*" - -``` - -Select by ID: -```yaml -spec: - subnetSelector: - aws-ids: "subnet-09fa4a0a8f233a921,subnet-0471ca205b8a129ae" -``` - -## spec.securityGroupSelector - -The security group of an instance is comparable to a set of firewall rules. -EKS creates at least two security groups by default, [review the documentation](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) for more info. -Security groups may be specified by any AWS tag, including "Name". Selecting tags using wildcards (`*`) is supported. - -{{% alert title="Note" color="primary" %}} -When launching nodes, Karpenter uses all of the security groups that match the selector. If multiple security groups with the tag `karpenter.sh/discovery/MyClusterName` match the selector, this may result in failures using the AWS Load Balancer controller. The Load Balancer controller only supports a single security group having that tag key. See this [issue](https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2367) for more details. -{{% /alert %}} - -To verify if this restriction affects you, run the following commands. -```bash -CLUSTER_VPC_ID="$(aws eks describe-cluster --name $CLUSTER_NAME --query cluster.resourcesVpcConfig.vpcId --output text)" - -aws ec2 describe-security-groups --filters Name=vpc-id,Values=$CLUSTER_VPC_ID Name=tag-key,Values=karpenter.sh/discovery/$CLUSTER_NAME --query 'SecurityGroups[].[GroupName]' --output text -``` - -If multiple securityGroups are printed, you will need a more specific securityGroupSelector. - -**Examples** - -Select all with a specified tag key: -```yaml -spec: - securityGroupSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select by name and tag (all criteria must match): -```yaml -spec: - securityGroupSelector: - Name: my-security-group - MyTag: '' # matches all resources with the tag -``` - -Select by comma-separated tag values: -```yaml -spec: - securityGroupSelector: - Name: "my-security-group-1,my-security-group-2" -``` - -Select by name using a wildcard: -```yaml -spec: - securityGroupSelector: - Name: "*Public*" -``` - -Select by ID: -```yaml -spec: - securityGroupSelector: - aws-ids: "sg-063d7acfb4b06c82c,sg-06e0cf9c198874591" -``` - -## spec.instanceProfile - -An `InstanceProfile` is a way to pass a single IAM role to EC2 instance launched the provisioner. -A default profile is configured in global settings, but may be overriden here. -The `AWSNodeTemplate` will not create an `InstanceProfile` automatically. -The `InstanceProfile` must refer to a `Role` that has permission to connect to the cluster. -``` -spec: - instanceProfile: MyInstanceProfile -``` - -## spec.amiFamily - -The AMI used when provisioning nodes can be controlled by the `amiFamily` field. Based on the value set for `amiFamily`, Karpenter will automatically query for the appropriate [EKS optimized AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-amis.html) via AWS Systems Manager (SSM). When an `amiFamily` of `Custom` is chosen, then an `amiSelector` must be specified that informs Karpenter on which custom AMIs are to be used. - -Currently, Karpenter supports `amiFamily` values `AL2`, `Bottlerocket`, `Ubuntu` and `Custom`. GPUs are only supported with `AL2` and `Bottlerocket`. - -``` -spec: - amiFamily: Bottlerocket -``` - -## spec.amiSelector - -AMISelector is used to configure custom AMIs for Karpenter to use, where the AMIs are discovered through [AWS tags](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html), similar to `subnetSelector`. This field is optional, and Karpenter will use the latest EKS-optimized AMIs if an amiSelector is not specified. - -EC2 AMIs may be specified by any AWS tag, including `Name`. Selecting tag values using wildcards (`*`) is supported. - -EC2 AMI IDs may be specified by using the key `aws-ids` and then passing the IDs as a comma-separated string value. - -### AMI Selection - -If an `amiSelector` matches more than one AMI, Karpenter will automatically determine which AMI best fits the workloads on the launched worker node under the following constraints: - -* When launching nodes, Karpenter automatically determines which architecture a custom AMI is compatible with and will use images that match an instanceType's requirements. -* If multiple AMIs are found that can be used, Karpenter will choose the latest one. -* If no AMIs are found that can be used, then no nodes will be provisioned. - -If you need to express other constraints for an AMI beyond architecture, you can express these constraints as tags on the AMI. For example, if you want to limit an EC2 AMI to only be used with instanceTypes that have an `nvidia` GPU, you can specify an EC2 tag with a key of `karpenter.k8s.aws/instance-gpu-manufacturer` and value `nvidia` on that AMI. - -All labels defined [in the scheduling documentation](./scheduling#supported-labels) can be used as requirements for an EC2 AMI. - -```bash -> aws ec2 describe-images --image-id ami-123 --query Images[0].Tags -[ - { - "Key": "karpenter.sh/discovery", - "Value": "my-cluster" - }, - { - "Key": "Name", - "Value": "amazon-eks-node-1.21-customized-v0" - }, - { - "Key": "karpenter.k8s.aws/instance-gpu-manufacturer", - "Value": "nvidia" - } -] -``` - -#### Examples - -Select all AMIs with a specified tag: -``` - amiSelector: - karpenter.sh/discovery/MyClusterName: '*' -``` - -Select AMIs by name: -``` - amiSelector: - Name: my-ami -``` - -Select AMIs by an arbitrary AWS tag key/value pair: -``` - amiSelector: - MyAMITag: value -``` - -Specify AMIs explicitly by ID: -```yaml - amiSelector: - aws-ids: "ami-123,ami-456" -``` - -## spec.tags - -Karpenter adds tags to all resources it creates, including EC2 Instances, EBS volumes, and Launch Templates. The default set of AWS tags are listed below. - -``` -Name: karpenter.sh/provisioner-name/ -karpenter.sh/provisioner-name: -kubernetes.io/cluster/: owned -``` - -Additional tags can be added in the AWSNodeTemplate tags section which are merged with and can override the default tag values. -``` -spec: - tags: - InternalAccountingTag: 1234 - dev.corp.net/app: Calculator - dev.corp.net/team: MyTeam -``` - -## spec.metadataOptions - -Control the exposure of [Instance Metadata Service](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) on EC2 Instances launched by this provisioner using a generated launch template. - -Refer to [recommended, security best practices](https://aws.github.io/aws-eks-best-practices/security/docs/iam/#restrict-access-to-the-instance-profile-assigned-to-the-worker-node) for limiting exposure of Instance Metadata and User Data to pods. - -If metadataOptions are omitted from this provisioner, the following default settings will be used. - -``` -spec: - metadataOptions: - httpEndpoint: enabled - httpProtocolIPv6: disabled - httpPutResponseHopLimit: 2 - httpTokens: required -``` - -## spec.blockDeviceMappings - -The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs. - -Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -spec: - blockDeviceMappings: - - deviceName: /dev/xvda - ebs: - volumeSize: 100Gi - volumeType: gp3 - iops: 10000 - encrypted: true - kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" - deleteOnTermination: true - throughput: 125 - snapshotID: snap-0123456789 -``` - -## spec.userData - -You can control the UserData that is applied to your worker nodes via this field. - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: bottlerocket-example -spec: - amiFamily: Bottlerocket - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - [settings.kubernetes] - kube-api-qps = 30 - [settings.kubernetes.eviction-hard] - "memory.available" = "20%" - amiSelector: - karpenter.sh/discovery: my-cluster -``` - -This example adds SSH keys to allow remote login to the node (replace *my-authorized_keys* with your key file): - -{{% alert title="Note" color="primary" %}} -Instead of using SSH as set up in this example, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "../troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. -{{% /alert %}} - -```yaml -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: al2-example -spec: - amiFamily: AL2 - instanceProfile: MyInstanceProfile - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - mkdir -p ~ec2-user/.ssh/ - touch ~ec2-user/.ssh/authorized_keys - cat >> ~ec2-user/.ssh/authorized_keys < >(tee /var/log/user-data.log|logger -t user-data -s 2>/dev/console) 2>&1 -/etc/eks/bootstrap.sh 'test-cluster' --apiserver-endpoint 'https://test-cluster' --b64-cluster-ca 'ca-bundle' \ ---use-max-pods false \ ---container-runtime containerd \ ---kubelet-extra-args '--node-labels=karpenter.sh/capacity-type=on-demand,karpenter.sh/provisioner-name=test --max-pods=110' ---//-- -``` - -You can also set kubelet-config properties by modifying the kubelet-config.json file before the EKS bootstrap script starts the kubelet: - -``` -apiVersion: karpenter.k8s.aws/v1alpha1 -kind: AWSNodeTemplate -metadata: - name: kubelet-config-example -spec: - subnetSelector: - karpenter.sh/discovery: my-cluster - securityGroupSelector: - karpenter.sh/discovery: my-cluster - userData: | - MIME-Version: 1.0 - Content-Type: multipart/mixed; boundary="BOUNDARY" - - --BOUNDARY - Content-Type: text/x-shellscript; charset="us-ascii" - - #!/bin/bash - echo "$(jq '.kubeAPIQPS=50' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json - - --BOUNDARY-- -``` diff --git a/website/content/en/v0.22.0/concepts/pod-density.md b/website/content/en/v0.22.0/concepts/pod-density.md deleted file mode 100644 index 7eedafdf62c1..000000000000 --- a/website/content/en/v0.22.0/concepts/pod-density.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Control Pod Density" -linkTitle: "Control Pod Density" -weight: 6 -description: > - Learn ways to specify pod density with Karpenter ---- - -Pod density is the number of pods per node. - -Kubernetes has a default limit of 110 pods per node. If you are using the EKS Optimized AMI on AWS, the [number of pods is limited by instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt) in the default configuration. - -## Increase Pod Density - -### Networking Limitations - -*☁️ AWS Specific* - -By default, the number of pods on a node is limited by both the number of networking interfaces (ENIs) that may be attached to an instance type and the number of IP addresses that can be assigned to each ENI. See [IP addresses per network interface per instance type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for a more detailed information on these instance types' limits. - -Karpenter can be configured to disable nodes' ENI-based pod density. This is especially useful for small to medium instance types which have a lower ENI-based pod density. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to more pods per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -### Provisioner-Specific Pod Density - -#### Static Pod Density - -Static pod density can be configured at the provisioner level by specifying `maxPods` within the `.spec.kubeletConfiguration`. All nodes spawned by this provisioner will set this `maxPods` value on their kubelet and will account for this value during scheduling. - -See [Provisioner API Kubelet Configuration](./provisioners/#max-pods) for more details. - -#### Dynamic Pod Density - -Dynamic pod density (density that scales with the instance size) can be configured at the provisioner level by specifying `podsPerCore` within the `.spec.kubeletConfiguration`. Karpenter will calculate the expected pod density for each instance based on the instance's number of logical cores (vCPUs) and will account for this during scheduling. - -See [Provisioner API Kubelet Configuration](../../provisioner/#pods-per-core) for more details. - -### Controller-Wide Pod Density - -{{% alert title="Deprecation Warning" color="warning" %}} -`AWS_ENI_LIMITED_POD_DENSITY` is deprecated in favor of the `.spec.kubeletConfiguration.maxPods` set at the Provisioner-level -{{% /alert %}} - -Set the environment variable `AWS_ENI_LIMITED_POD_DENSITY: "false"` (or the argument `--aws-eni-limited-pod-density=false`) in the Karpenter controller to allow nodes to host up to 110 pods by default. - -Environment variables for the Karpenter controller may be specified as [helm chart values](https://github.com/aws/karpenter/blob/c73f425e924bb64c3f898f30ca5035a1d8591183/charts/karpenter/values.yaml#L15). - - -## Limit Pod Density - -Generally, increasing pod density is more efficient. However, some use cases exist for limiting pod density. - -### Topology Spread - -You can use [topology spread]({{< relref "scheduling.md#topology-spread" >}}) features to reduce blast radius. For example, spreading workloads across EC2 Availability Zones. - - -### Restrict Instance Types - -Exclude large instance sizes to reduce the blast radius of an EC2 instance failure. - -Consider setting up upper or lower boundaries on target instance sizes with the node.kubernetes.io/instance-type key. - -The following example shows how to avoid provisioning large Graviton instances in order to reduce the impact of individual instance failures: - -``` --key: node.kubernetes.io/instance-type - operator: NotIn - values: - 'm6g.16xlarge' - 'm6gd.16xlarge' - 'r6g.16xlarge' - 'r6gd.16xlarge' - 'c6g.16xlarge' -``` diff --git a/website/content/en/v0.22.0/concepts/provisioners.md b/website/content/en/v0.22.0/concepts/provisioners.md deleted file mode 100644 index aa6c4d8be15c..000000000000 --- a/website/content/en/v0.22.0/concepts/provisioners.md +++ /dev/null @@ -1,464 +0,0 @@ ---- -title: "Provisioners" -linkTitle: "Provisioners" -weight: 1 -description: > - Learn about Karpenter Provisioners ---- - -When you first installed Karpenter, you set up a default Provisioner. -The Provisioner sets constraints on the nodes that can be created by Karpenter and the pods that can run on those nodes. -The Provisioner can be set to do things like: - -* Define taints to limit the pods that can run on nodes Karpenter creates -* Define any startup taints to inform Karpenter that it should taint the node initially, but that the taint is temporary. -* Limit node creation to certain zones, instance types, and computer architectures -* Set defaults for node expiration - -You can change your Provisioner or add other Provisioners to Karpenter. -Here are things you should know about Provisioners: - -* Karpenter won't do anything if there is not at least one Provisioner configured. -* Each Provisioner that is configured is looped through by Karpenter. -* If Karpenter encounters a taint in the Provisioner that is not tolerated by a Pod, Karpenter won't use that Provisioner to provision the pod. -* If Karpenter encounters a startup taint in the Provisioner it will be applied to nodes that are provisioned, but pods do not need to tolerate the taint. Karpenter assumes that the taint is temporary and some other system will remove the taint. -* It is recommended to create Provisioners that are mutually exclusive. So no Pod should match multiple Provisioners. If multiple Provisioners are matched, Karpenter will use the Provisioner with the highest [weight](#specweight). - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - # References cloud provider-specific custom resource, see your cloud provider specific documentation - providerRef: - name: default - - # Provisioned nodes will have these taints - # Taints may prevent pods from scheduling if they are not tolerated by the pod. - taints: - - key: example.com/special-taint - effect: NoSchedule - - # Provisioned nodes will have these taints, but pods do not need to tolerate these taints to be provisioned by this - # provisioner. These taints are expected to be temporary and some other entity (e.g. a DaemonSet) is responsible for - # removing the taint after it has finished initializing the node. - startupTaints: - - key: example.com/another-taint - effect: NoSchedule - - # Labels are arbitrary key-values that are applied to all nodes - labels: - billing-team: my-team - - # Requirements that constrain the parameters of provisioned nodes. - # These requirements are combined with pod.spec.affinity.nodeAffinity rules. - # Operators { In, NotIn } are supported to enable including or excluding values - requirements: - - key: "karpenter.k8s.aws/instance-category" - operator: In - values: ["c", "m", "r"] - - key: "karpenter.k8s.aws/instance-cpu" - operator: In - values: ["4", "8", "16", "32"] - - key: "karpenter.k8s.aws/instance-hypervisor" - operator: In - values: ["nitro"] - - key: "topology.kubernetes.io/zone" - operator: In - values: ["us-west-2a", "us-west-2b"] - - key: "kubernetes.io/arch" - operator: In - values: ["arm64", "amd64"] - - key: "karpenter.sh/capacity-type" # If not included, the webhook for the AWS cloud provider will default to on-demand - operator: In - values: ["spot", "on-demand"] - - # Karpenter provides the ability to specify a few additional Kubelet args. - # These are all optional and provide support for additional customization and use cases. - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 - - # Resource limits constrain the total size of the cluster. - # Limits prevent Karpenter from creating new instances once the limit is exceeded. - limits: - resources: - cpu: "1000" - memory: 1000Gi - - # Enables consolidation which attempts to reduce cluster cost by both removing un-needed nodes and down-sizing those - # that can't be removed. Mutually exclusive with the ttlSecondsAfterEmpty parameter. - consolidation: - enabled: true - - # If omitted, the feature is disabled and nodes will never expire. If set to less time than it requires for a node - # to become ready, the node may expire before any pods successfully start. - ttlSecondsUntilExpired: 2592000 # 30 Days = 60 * 60 * 24 * 30 Seconds; - - # If omitted, the feature is disabled, nodes will never scale down due to low utilization - ttlSecondsAfterEmpty: 30 - - # Priority given to the provisioner when the scheduler considers which provisioner - # to select. Higher weights indicate higher priority when comparing provisioners. - # Specifying no weight is equivalent to specifying a weight of 0. - weight: 10 -``` - -## spec.requirements - -Kubernetes defines the following [Well-Known Labels](https://kubernetes.io/docs/reference/labels-annotations-taints/), and cloud providers (e.g., AWS) implement them. They are defined at the "spec.requirements" section of the Provisioner API. - -These well known labels may be specified at the provisioner level, or in a workload definition (e.g., nodeSelector on a pod.spec). Nodes are chosen using both the provisioner's and pod's requirements. If there is no overlap, nodes will not be launched. In other words, a pod's requirements must be within the provisioner's requirements. If a requirement is not defined for a well known label, any value available to the cloud provider may be chosen. - -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 provisioner list and the provisioner has instance type requirements, Karpenter will not create a node or schedule the pod. - -📝 None of these values are required. - -### Instance Types - -- key: `node.kubernetes.io/instance-type` -- key: `karpenter.k8s.aws/instance-family` -- key: `karpenter.k8s.aws/instance-category` -- key: `karpenter.k8s.aws/instance-generation` - -Generally, instance types should be a list and not a single value. Leaving these requirements undefined is recommended, as it maximizes choices for efficiently placing pods. - -Review [AWS instance types](../instance-types). Most instance types are supported with the exclusion of [non-HVM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html). - -{{% alert title="Defaults" color="secondary" %}} -If no instance type constraints are defined, Karpenter will set default instance type constraints on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.k8s.aws/instance-category - operator: In - values: ["c", "m", "r"] - - key: karpenter.k8s.aws/instance-generation - operator: Gt - values: ["2"] -``` -{{% /alert %}} - -### Availability Zones - -- key: `topology.kubernetes.io/zone` -- value example: `us-east-1c` -- value list: `aws ec2 describe-availability-zones --region ` - -Karpenter can be configured to create nodes in a particular zone. Note that the Availability Zone `us-east-1a` for your AWS account might not have the same location as `us-east-1a` for another AWS account. - -[Learn more about Availability Zone -IDs.](https://docs.aws.amazon.com/ram/latest/userguide/working-with-az-ids.html) - -### Architecture - -- key: `kubernetes.io/arch` -- values - - `amd64` - - `arm64` - -Karpenter supports `amd64` nodes, and `arm64` nodes. - -{{% alert title="Defaults" color="secondary" %}} -If no architecture constraint is defined, Karpenter will set the default architecture constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` -{{% /alert %}} - -### Operating System - - key: `kubernetes.io/os` - - values - - `linux` - -Karpenter supports only `linux` nodes at this time. - -{{% alert title="Defaults" color="secondary" %}} -If no operating system constraint is defined, Karpenter will set the default operating system constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: kubernetes.io/os - operator: In - values: ["linux"] -``` -{{% /alert %}} - -### Capacity Type - -- key: `karpenter.sh/capacity-type` -- values - - `spot` - - `on-demand` - -Karpenter supports specifying capacity type, which is analogous to [EC2 purchase options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html). - -Karpenter prioritizes Spot offerings if the provisioner allows Spot and on-demand instances. If the provider API (e.g. EC2 Fleet's API) indicates Spot capacity is unavailable, Karpenter caches that result across all attempts to provision EC2 capacity for that instance type and zone for the next 45 seconds. If there are no other possible offerings available for Spot, Karpenter will attempt to provision on-demand instances, generally within milliseconds. - -Karpenter also allows `karpenter.sh/capacity-type` to be used as a topology key for enforcing topology-spread. - -{{% alert title="Defaults" color="secondary" %}} -If no capacity type constraint is defined, Karpenter will set the default capacity type constraint on your Provisioner that supports most common user workloads: - -```yaml -requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["on-demand"] -``` -{{% /alert %}} - -## spec.weight - -Karpenter allows you to describe provisioner preferences through a `weight` mechanism similar to how weight is described with [pod and node affinities](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity). - -For more information on weighting Provisioners, see the [Weighting Provisioners section](../scheduling#weighting-provisioners) in the scheduling details. - -## spec.kubeletConfiguration - -Karpenter provides the ability to specify a few additional Kubelet args. These are all optional and provide support for -additional customization and use cases. Adjust these only if you know you need to do so. - -```yaml -spec: - ... - kubeletConfiguration: - clusterDNS: ["10.0.1.100"] - containerRuntime: containerd - systemReserved: - cpu: 100m - memory: 100Mi - ephemeral-storage: 1Gi - kubeReserved: - cpu: 200m - memory: 100Mi - ephemeral-storage: 3Gi - evictionHard: - memory.available: 5% - nodefs.available: 10% - nodefs.inodesFree: 10% - evictionSoft: - memory.available: 500Mi - nodefs.available: 15% - nodefs.inodesFree: 15% - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - evictionMaxPodGracePeriod: 3m - podsPerCore: 2 - maxPods: 20 -``` - -☁️ **AWS** - -You can specify the container runtime to be either `dockerd` or `containerd`. By default, `containerd` is used. - -* `containerd` is the only valid container runtime when using the Bottlerocket AMI Family or when using the AL2 AMI Family and K8s version 1.24+ - -### Reserved Resources - -Karpenter will automatically configure the system and kube reserved resource requests on the fly on your behalf. These requests are used to configure your node and to make scheduling decisions for your pods. If you have specific requirements or know that you will have additional capacity requirements, you can optionally override the `--system-reserved` configuration defaults with the `.spec.kubeletConfiguration.systemReserved` values and the `--kube-reserved` configuration defaults with the `.spec.kubeletConfiguration.kubeReserved` values. - -For more information on the default `--system-reserved` and `--kube-reserved` configuration refer to the [Kubelet Docs](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#kube-reserved) - -### Eviction Thresholds - -The kubelet supports eviction thresholds by default. When enough memory or file system pressure is exerted on the node, the kubelet will begin to evict pods to ensure that system daemons and other system processes can continue to run in a healthy manner. - -Kubelet has the notion of [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds). In hard evictions, pods are evicted as soon as a threshold is met, with no grace period to terminate. Soft evictions, on the other hand, provide an opportunity for pods to be terminated gracefully. They do so by sending a termination signal to pods that are planning to be evicted and allowing those pods to terminate up to their grace period. - -Karpenter supports [hard evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#hard-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionHard` field and [soft evictions](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#soft-eviction-thresholds) through the `.spec.kubeletConfiguration.evictionSoft` field. `evictionHard` and `evictionSoft` are configured by listing [signal names](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals) with either percentage values or resource values. - -```yaml -spec: - ... - kubeletConfiguration: - evictionHard: - memory.available: 500Mi - nodefs.available: 10% - nodefs.inodesFree: 10% - imagefs.available: 5% - imagefs.inodesFree: 5% - pid.available: 7% - evictionSoft: - memory.available: 1Gi - nodefs.available: 15% - nodefs.inodesFree: 15% - imagefs.available: 10% - imagefs.inodesFree: 10% - pid.available: 10% -``` - -#### Supported Eviction Signals - -| Eviction Signal | Description | -| --------------- | ----------- | -| memory.available | memory.available := node.status.capacity[memory] - node.stats.memory.workingSet | -| nodefs.available | nodefs.available := node.stats.fs.available | -| nodefs.inodesFree | nodefs.inodesFree := node.stats.fs.inodesFree | -| imagefs.available | imagefs.available := node.stats.runtime.imagefs.available | -| imagefs.inodesFree | imagefs.inodesFree := node.stats.runtime.imagefs.inodesFree | -| pid.available | pid.available := node.stats.rlimit.maxpid - node.stats.rlimit.curproc | - -For more information on eviction thresholds, view the [Node-pressure Eviction](https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction) section of the official Kubernetes docs. - -#### Soft Eviction Grace Periods - -Soft eviction pairs an eviction threshold with a specified grace period. With soft eviction thresholds, the kubelet will only begin evicting pods when the node exceeds its soft eviction threshold over the entire duration of its grace period. For example, if you specify `evictionSoft[memory.available]` of `500Mi` and a `evictionSoftGracePeriod[memory.available]` of `1m30`, the node must have less than `500Mi` of available memory over a minute and a half in order for the kubelet to begin evicting pods. - -Optionally, you can specify an `evictionMaxPodGracePeriod` which defines the administrator-specified maximum pod termination grace period to use during soft eviction. If a namespace-owner had specified a pod `terminationGracePeriodInSeconds` on pods in their namespace, the minimum of `evictionPodGracePeriod` and `terminationGracePeriodInSeconds` would be used. - -```yaml -spec: - ... - kubeletConfiguration: - evictionSoftGracePeriod: - memory.available: 1m - nodefs.available: 1m30s - nodefs.inodesFree: 2m - imagefs.available: 1m30s - imagefs.inodesFree: 2m - pid.available: 2m - evictionMaxPodGracePeriod: 3m -``` - -### Pod Density - -#### Max Pods - -By default, AWS will configure the maximum density of pods on a node [based on the node instance type](https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt). For small instances that require an increased pod density or large instances that require a reduced pod density, you can override this default value with `.spec.kubeletConfiguration.maxPods`. This value will be used during Karpenter pod scheduling and passed through to `--max-pods` on kubelet startup. - -{{% alert title="Note" color="primary" %}} -When using small instance types, it may be necessary to enable [prefix assignment mode](https://aws.amazon.com/blogs/containers/amazon-vpc-cni-increases-pods-per-node-limits/) in the AWS VPC CNI plugin to support a higher pod density per node. Prefix assignment mode was introduced in AWS VPC CNI v1.9 and allows ENIs to manage a broader set of IP addresses. Much higher pod densities are supported as a result. -{{% /alert %}} - -#### Pods Per Core - -An alternative way to dynamically set the maximum density of pods on a node is to use the `.spec.kubeletConfiguration.podsPerCore` value. Karpenter will calculate the pod density during scheduling by multiplying this value by the number of logical cores (vCPUs) on an instance type. This value will also be passed through to the `--pods-per-core` value on kubelet startup to configure the number of allocatable pods the kubelet can assign to the node instance. - -The value generated from `podsPerCore` cannot exceed `maxPods`, meaning, if both are set, the minimum of the `podsPerCore` dynamic pod density and the static `maxPods` value will be used for scheduling. - -{{% alert title="Note" color="primary" %}} -`maxPods` may not be set in the `kubeletConfiguration` of a Provisioner, but may still be restricted by the `ENI_LIMITED_POD_DENSITY` value. You may want to ensure that the `podsPerCore` value that will be used for instance families associated with the Provisioner will not cause unexpected behavior by exceeding the `maxPods` value. -{{% /alert %}} - -{{% alert title="Pods Per Core on Bottlerocket" color="warning" %}} -Bottlerocket AMIFamily currently does not support `podsPerCore` configuration. If a Provisioner contains a `provider` or `providerRef` to a node template that will launch a Bottlerocket instance, the `podsPerCore` value will be ignored for scheduling and for configuring the kubelet. -{{% /alert %}} - -## spec.limits.resources - -The provisioner spec includes a limits section (`spec.limits.resources`), which constrains the maximum amount of resources that the provisioner will manage. - -Karpenter supports limits of any resource type reported by your cloudprovider. It limits instance types when scheduling to those that will not exceed the specified limits. If a limit has been exceeded, nodes provisioning is prevented until some nodes have been terminated. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - memory: 1000Gi - nvidia.com/gpu: 2 -``` - -{{% alert title="Note" color="primary" %}} -Karpenter provisioning is highly parallel. Because of this, limit checking is eventually consistent, which can result in overrun during rapid scale outs. -{{% /alert %}} - -CPU limits are described with a `DecimalSI` value. Note that the Kubernetes API will coerce this into a string, so we recommend against using integers to avoid GitOps skew. - -Memory limits are described with a [`BinarySI` value, such as 1000Gi.](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory) - -You can view the current consumption of cpu and memory on your cluster by running: -``` -kubectl get provisioner -o=jsonpath='{.items[0].status}' -``` - -Review the [Kubernetes core API](https://github.com/kubernetes/api/blob/37748cca582229600a3599b40e9a82a951d8bbbf/core/v1/resource.go#L23) (`k8s.io/api/core/v1`) for more information on `resources`. - -## spec.providerRef - -This field points to the cloud provider-specific custom resource. Learn more about [AWSNodeTemplates](../node-templates/). - -## spec.consolidation - -You can configure Karpenter to deprovision instances through your Provisioner in multiple ways. You can use `spec.TTLSecondsAfterEmpty`, `spec.ttlSecondsUntilExpired` or `spec.consolidation.enabled`. Read [Deprovisioning](../deprovisioning/) for more. - -## Example Use-Cases - -### Isolating Expensive Hardware - -A provisioner can be set up to only provision nodes on particular processor types. -The following example sets a taint that only allows pods with tolerations for Nvidia GPUs to be scheduled: - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - ttlSecondsAfterEmpty: 60 - requirements: - - key: node.kubernetes.io/instance-type - operator: In - values: ["p3.8xlarge", "p3.16xlarge"] - taints: - - key: nvidia.com/gpu - value: "true" - effect: NoSchedule -``` -In order for a pod to run on a node defined in this provisioner, it must tolerate `nvidia.com/gpu` in its pod spec. - -### Cilium Startup Taint - -Per the Cilium [docs](https://docs.cilium.io/en/stable/gettingstarted/taints/), 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. - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: cilium-startup -spec: - ttlSecondsAfterEmpty: 60 - startupTaints: - - key: node.cilium.io/agent-not-ready - value: "true" - effect: NoExecute -``` diff --git a/website/content/en/v0.22.0/concepts/scheduling.md b/website/content/en/v0.22.0/concepts/scheduling.md deleted file mode 100755 index fa231aca13a2..000000000000 --- a/website/content/en/v0.22.0/concepts/scheduling.md +++ /dev/null @@ -1,593 +0,0 @@ ---- -title: "Scheduling" -linkTitle: "Scheduling" -weight: 3 -description: > - Learn about scheduling workloads with Karpenter ---- - -If your pods have no requirements for how or where to run, you can let Karpenter choose nodes from the full range of available cloud provider resources. -However, by taking advantage of Karpenter's model of layered constraints, you can be sure that the precise type and amount of resources needed are available to your pods. -Reasons for constraining where your pods run could include: - -* Needing to run in zones where dependent applications or storage are available -* Requiring certain kinds of processors or other hardware -* Wanting to use techniques like topology spread to help ensure high availability - -Your Cloud Provider defines the first layer of constraints, including all instance types, architectures, zones, and purchase types available to its cloud. -The cluster administrator adds the next layer of constraints by creating one or more provisioners. -The final layer comes from you adding specifications to your Kubernetes pod deployments. -Pod scheduling constraints must fall within a provisioner's constraints or the pods will not deploy. -For example, if the provisioner sets limits that allow only a particular zone to be used, and a pod asks for a different zone, it will not be scheduled. - -Constraints you can request include: - -* **Resource requests**: Request that certain amount of memory or CPU be available. -* **Node selection**: Choose to run on a node that is has a particular label (`nodeSelector`). -* **Node affinity**: Draws a pod to run on nodes with particular attributes (affinity). -* **Topology spread**: Use topology spread to help ensure availability of the application. -* **Pod affinity/anti-affinity**: Draws pods towards or away from topology domains based on the scheduling of other pods. - -Karpenter supports standard Kubernetes scheduling constraints. -This allows you to define a single set of rules that apply to both existing and provisioned capacity. - -{{% alert title="Note" color="primary" %}} -Karpenter supports specific [Well-Known Labels, Annotations and Taints](https://kubernetes.io/docs/reference/labels-annotations-taints/) that are useful for scheduling. -{{% /alert %}} - -## Resource requests - -Within a Pod spec, you can both make requests and set limits on resources a pod needs, such as CPU and memory. -For example: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: myapp -spec: - containers: - - name: app - image: myimage - resources: - requests: - memory: "128Mi" - cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" -``` -In this example, the container is requesting 128MiB of memory and .5 CPU. -Its limits are set to 256MiB of memory and 1 CPU. -Instance type selection math only uses `requests`, but `limits` may be configured to enable resource oversubscription. - - -See [Managing Resources for Containers](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for details on resource types supported by Kubernetes, [Specify a memory request and a memory limit](https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/#specify-a-memory-request-and-a-memory-limit) for examples of memory requests, and [Provisioner Configuration]({{}}) for a list of supported resources. - -### Accelerators/GPU Resources - -Accelerator (e.g., GPU) values include -- `nvidia.com/gpu` -- `amd.com/gpu` -- `aws.amazon.com/neuron` -- `habana.ai/gaudi` - -Karpenter supports accelerators, such as GPUs. - -Additionally, include a resource requirement in the workload manifest. This will cause the GPU dependent pod to be scheduled onto the appropriate node. - -Here is an example of an accelerator resource in a workload manifest (e.g., pod): - -```yaml -spec: - template: - spec: - containers: - - resources: - limits: - nvidia.com/gpu: "1" -``` -{{% alert title="Note" color="primary" %}} -If you are provisioning GPU nodes, you need to deploy an appropriate GPU device plugin daemonset for those nodes. -Without the daemonset running, Karpenter will not see those nodes as initialized. -Refer to general [Kubernetes GPU](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#deploying-amd-gpu-device-plugin) docs and the following specific GPU docs: -* `nvidia.com/gpu`: [NVIDIA device plugin for Kubernetes](https://github.com/NVIDIA/k8s-device-plugin) -* `amd.com/gpu`: [AMD GPU device plugin for Kubernetes](https://github.com/RadeonOpenCompute/k8s-device-plugin) -* `aws.amazon.com/neuron`: [Kubernetes environment setup for Neuron](https://github.com/aws-neuron/aws-neuron-sdk/tree/master/src/k8) -* `habana.ai/gaudi`: [Habana device plugin for Kubernetes](https://docs.habana.ai/en/latest/Orchestration/Gaudi_Kubernetes/Habana_Device_Plugin_for_Kubernetes.html) - {{% /alert %}} - -### Pod ENI Resources (Security Groups for Pods) -[Pod ENI](https://github.com/aws/amazon-vpc-cni-k8s#enable_pod_eni-v170) is a feature of the AWS VPC CNI Plugin which allows an Elastic Network Interface (ENI) to be allocated directly to a Pod. When enabled, the `vpc.amazonaws.com/pod-eni` extended resource is added to supported nodes. The Pod ENI feature can be used independently, but is most often used in conjunction with Security Groups for Pods. Follow the below instructions to enable support for Pod ENI and/or Security Groups for Pods in Karpenter. - -{{% alert title="Note" color="primary" %}} -You must enable Pod ENI support in the AWS VPC CNI Plugin before enabling Pod ENI support in Karpenter. Please refer to the [Security Groups for Pods documentation](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html) for instructions. -{{% /alert %}} - -Now that Pod ENI support is enabled in the AWS VPC CNI Plugin, you can enable Pod ENI support in Karpenter by setting the `settings.aws.enablePodENI` Helm chart value to `true`. - -Here is an example of a pod-eni resource defined in a deployment manifest: -``` -spec: - template: - spec: - containers: - - resources: - limits: - vpc.amazonaws.com/pod-eni: "1" -``` - -## Selecting nodes - -With `nodeSelector` you can ask for a node that matches selected key-value pairs. -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. - -### Labels -Well-known labels may be specified as provisioner requirements or pod scheduling constraints. You can also define your own custom labels by specifying `requirements` or `labels` on your Provisioner and select them using `nodeAffinity` or `nodeSelectors` on your Pods. - -{{% alert title="Warning" color="warning" %}} -Take care to ensure the label domains are correct. A well known label like `karpenter.k8s.aws/instance-family` will enforce node properties, but may be confused with `node.kubernetes.io/instance-family`, which is unknown to Karpenter, and treated as a custom label which will not enforce node properties. -{{% /alert %}} - -#### Well-Known Labels - -| Label | Example | Description | -| ------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| 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/)) | -| kubernetes.io/os | linux | Operating systems are defined by [GOOS values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L10) on the instance | -| kubernetes.io/arch | amd64 | Architectures are defined by [GOARCH values](https://github.com/golang/go/blob/master/src/go/build/syslist.go#L50) on the instance | -| karpenter.sh/capacity-type | spot | Capacity types include `spot`, `on-demand` | -| karpenter.k8s.aws/instance-hypervisor | nitro | [AWS Specific] Instance types that use a specific hypervisor | -| karpenter.k8s.aws/instance-category | g | [AWS Specific] Instance types of the same category, usually the string before the generation number | -| karpenter.k8s.aws/instance-generation | 4 | [AWS Specific] Instance type generation number within an instance category | -| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities | -| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties | -| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance | -| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance | -| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports | -| karpenter.k8s.aws/instance-gpu-name | t4 | [AWS Specific] Name of the GPU on the instance, if available | -| karpenter.k8s.aws/instance-gpu-manufacturer | nvidia | [AWS Specific] Name of the GPU manufacturer | -| karpenter.k8s.aws/instance-gpu-count | 1 | [AWS Specific] Number of GPUs on the instance | -| 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 | - -#### User-Defined Labels - -Karpenter is aware of several well-known labels, deriving them from instance type details. If you specify a `nodeSelector` or a required `nodeAffinity` using a label that is not well-known to Karpenter, it will not launch nodes with these labels and pods will remain pending. For Karpenter to become aware that it can schedule for these labels, you must specify the label in the Provisioner requirements with the `Exists` operator: - -```yaml -requirements: - - key: user.defined.label/type - operator: Exists -``` - -#### Node selectors - -Here is an example of a `nodeSelector` for selecting nodes: - -```yaml -nodeSelector: - topology.kubernetes.io/zone: us-west-2a - karpenter.sh/capacity-type: spot -``` -This example features a well-known label (`topology.kubernetes.io/zone`) and a label that is well known to Karpenter (`karpenter.sh/capacity-type`). - -If you want to create a custom label, you should do that at the provisioner level. -Then the pod can declare that custom label. - - -See [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) in the Kubernetes documentation for details. - -### Node affinity - -Examples below illustrate how to use Node affinity to include (`In`) and exclude (`NotIn`) objects. -See [Node affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity) for details. -When setting rules, the following Node affinity types define how hard or soft each rule is: - -* **requiredDuringSchedulingIgnoredDuringExecution**: This is a hard rule that must be met. -* **preferredDuringSchedulingIgnoredDuringExecution**: This is a preference, but the pod can run on a node where it is not guaranteed. - -The `IgnoredDuringExecution` part of each tells the pod to keep running, even if conditions change on the node so the rules no longer matched. -You can think of these concepts as `required` and `preferred`, since Kubernetes never implemented other variants of these rules. - -All examples below assume that the provisioner doesn't have constraints to prevent those zones from being used. -The first constraint says you could use `us-west-2a` or `us-west-2b`, the second constraint makes it so only `us-west-2b` can be used. - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2b"] -``` - -Changing the second operator to `NotIn` would allow the pod to run in `us-west-2a` only: - -```yaml - - key: "topology.kubernetes.io/zone" - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" - operator: "NotIn" - values: ["us-west-2b"] -``` - -Continuing to add to the example, `nodeAffinity` lets you define terms so if one term doesn't work it goes to the next one. -Here, if `us-west-2a` is not available, the second term will cause the pod to run on a spot instance in `us-west-2d`. - - -```yaml - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: # OR - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2a, us-west-2b"] - - key: "topology.kubernetes.io/zone" # AND - operator: "NotIn" - values: ["us-west-2b"] - - matchExpressions: # OR - - key: "karpenter.sh/capacity-type" # AND - operator: "In" - values: ["spot"] - - key: "topology.kubernetes.io/zone" # AND - operator: "In" - values: ["us-west-2d"] -``` -In general, Karpenter will go through each of the `nodeSelectorTerms` in order and take the first one that works. -However, if Karpenter fails to provision on the first `nodeSelectorTerms`, it will try again using the second one. -If they all fail, Karpenter will fail to provision the pod. -Karpenter will backoff and retry over time. -So if capacity becomes available, it will schedule the pod without user intervention. - -## Taints and tolerations - -Taints are the opposite of affinity. -Setting a taint on a node tells the scheduler to not run a pod on it unless the pod has explicitly said it can tolerate that taint. -This example shows a Provisioner that was set up with a taint for only running pods that require a GPU, such as the following: - - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: gpu -spec: - requirements: - - key: karpenter.k8s.aws/instance-family - operator: In - values: - - p3 - taints: - - key: nvidia.com/gpu - value: true - effect: "NoSchedule" -``` - -For a pod to request to run on a node that has provisioner, it could set a toleration as follows: - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: mygpupod -spec: - containers: - - name: gpuapp - resources: - requests: - nvidia.com/gpu: 1 - limits: - nvidia.com/gpu: 1 - image: mygpucontainer - tolerations: - - key: "nvidia.com/gpu" - operator: "Exists" - effect: "NoSchedule" -``` -See [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) in the Kubernetes documentation for details. - -## Topology Spread - -By using the Kubernetes `topologySpreadConstraints` you can ask the provisioner to have pods push away from each other to limit the blast radius of an outage. -Think of it as the Kubernetes evolution for pod affinity: it lets you relate pods with respect to nodes while still allowing spread. -For example: - -```yaml -spec: - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: "topology.kubernetes.io/zone" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "kubernetes.io/hostname" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - - maxSkew: 1 - topologyKey: "karpenter.sh/capacity-type" - whenUnsatisfiable: ScheduleAnyway - labelSelector: - matchLabels: - dev: jjones - -``` -Adding this to your podspec would result in: - -* Pods being spread across zones, hosts, and capacity-type (`topologyKey`). -* The `dev` `labelSelector` will include all pods with the label of `dev=jjones` in topology calculations. It is recommended to use a selector to match all pods in a deployment. -* No more than one pod difference in the number of pods on each host (`maxSkew`). -For example, if there were three nodes and five pods the pods could be spread 1, 2, 2 or 2, 1, 2 and so on. -If instead the spread were 5, pods could be 5, 0, 0 or 3, 2, 0, or 2, 1, 2 and so on. - -The three supported `topologyKey` values that Karpenter supports are: -- `topology.kubernetes.io/zone` -- `kubernetes.io/hostname` -- `karpenter.sh/capacity-type` - - -See [Pod Topology Spread Constraints](https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/) for details. - -## Pod affinity/anti-affinity - -By using the `podAffinity` and `podAntiAffinity` configuration on a pod spec, you can inform the provisioner of your desire for pods to schedule together or apart with respect to different topology domains. For example: - -```yaml -spec: - affinity: - podAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: system - operator: In - values: - - backend - topologyKey: topology.kubernetes.io/zone - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app: inflate - topologyKey: kubernetes.io/hostname -``` - -The above pod affinity rule would cause the pod to only schedule in zones where a pod with the label `system=backend` is already running. - -The anti-affinity rule would cause it to avoid running on any node with a pod labeled `app=inflate`. If this anti-affinity term was on a deployment pod spec along with a matching `app=inflate` label, it would prevent more than one pod from the deployment from running on any single node. - -See [Inter-pod affinity and anti-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity) in the Kubernetes documentation for details. - -## Persistent Volume Topology - -Karpenter automatically detects storage scheduling requirements and includes them in node launch decisions. - -In the following example, the `StorageClass` defines zonal topologies for `us-west-2a` and `us-west-2b` and [binding mode `WaitForFirstConsumer`](https://kubernetes.io/docs/concepts/storage/storage-classes/#volume-binding-mode). -When the pod is created, Karpenter follows references from the `Pod` to `PersistentVolumeClaim` to `StorageClass` and identifies that this pod requires storage in `us-west-2a` and `us-west-2b`. -It randomly selects `us-west-2a`, provisions a node in that zone, and waits for kube-scheduler to bind the pod to the node. -The CSI driver creates a `PersistentVolume` according to the `PersistentVolumeClaim` and gives it a node affinity rule for `us-west-2a`. - -Later on, the pod is deleted and a new pod is created that requests the same claim. This time, Karpenter identifies that a `PersistentVolume` already exists for the `PersistentVolumeClaim`, and includes its zone `us-west-2a` in the pod's scheduling requirements. - -```yaml -apiVersion: v1 -kind: Pod -metadata: - name: app -spec: - containers: ... - volumes: - - name: storage - persistentVolumeClaim: - claimName: ebs-claim ---- -kind: StorageClass -apiVersion: storage.k8s.io/v1 -metadata: - name: ebs -provisioner: ebs.csi.aws.com -volumeBindingMode: WaitForFirstConsumer -allowedTopologies: -- matchLabelExpressions: - - key: topology.ebs.csi.aws.com/zone - values: ["us-west-2a", "us-west-2b"] ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: ebs-claim -spec: - accessModes: - - ReadWriteOnce - storageClassName: ebs - resources: - requests: - storage: 4Gi -``` - -{{% alert title="Note" color="primary" %}} -☁️ AWS Specific - -The EBS CSI driver uses `topology.ebs.csi.aws.com/zone` instead of the standard `topology.kubernetes.io/zone` label. Karpenter is aware of label aliasing and translates this label into `topology.kubernetes.io/zone` in memory. When configuring a `StorageClass` for the EBS CSI Driver, you must use `topology.ebs.csi.aws.com/zone`. -{{% /alert %}} - -{{% alert title="Note" color="primary" %}} -The topology key `topology.kubernetes.io/region` is not supported. Legacy in-tree CSI providers specify this label. Instead, install an out-of-tree CSI provider. [Learn more about moving to CSI providers.](https://kubernetes.io/blog/2021/12/10/storage-in-tree-to-csi-migration-status-update/#quick-recap-what-is-csi-migration-and-why-migrate) -{{% /alert %}} - -## Weighting Provisioners - -Karpenter allows you to order your provisioners using the `.spec.weight` field so that the node scheduler will deterministically attempt to schedule with one provisioner before another. Below are a few example use-cases that are now supported with the provisioner weighting semantic. - -### Savings Plans and Reserved Instances - -If you have purchased a [Savings Plan](https://aws.amazon.com/savingsplans/) or [Reserved Instances](https://aws.amazon.com/ec2/pricing/reserved-instances/), you may want to tell Karpenter to prioritize this reserved capacity ahead of other instance types. - -To enable this, you will need to tell the Karpenter controllers which instance types to prioritize and what is the maximum amount of capacity that should be provisioned using those instance types. We can set the `.spec.limits` on the provisioner to limit the capacity that can be launched by this provisioner. Combined with the `.spec.weight` value, we can tell Karpenter to pull from instance types in the reserved provisioner before defaulting to generic instance types. - -#### Reserved Instance Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: reserved-instance -spec: - weight: 50 - requirements: - - key: "node.kubernetes.io/instance-type" - operator: In - values: ["c4.large"] - limits: - cpu: 100 -``` - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -### Default Node Configuration - -Pods that do not specify node selectors or affinities can potentially be assigned to any node with any configuration. There may be cases where you require these pods to schedule to a specific capacity type or architecture but assigning the relevant node selectors or affinities to all these workload pods may be too tedious or infeasible. Instead, we want to define a cluster-wide default configuration for nodes launched using Karpenter. - -By assigning a higher `.spec.weight` value and restricting a provisioner to a specific capacity type or architecture, we can set default configuration for the nodes launched by pods that don't have node configuration restrictions. - -#### Default Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - weight: 50 - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["amd64"] -``` - -#### ARM-64 Specific Provisioner - -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: arm64-specific -spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot", "on-demand"] - - key: kubernetes.io/arch - operator: In - values: ["arm64"] - - key: node.kubernetes.io/instance-type - operator: In - values: ["a1.large", "a1.xlarge"] -``` - -{{% alert title="Note" color="primary" %}} -Based on the way that Karpenter performs pod batching and bin packing, it is not guaranteed that Karpenter will always choose the highest priority provisioner given specific requirements. For example, if a pod can't be scheduled with the highest priority provisioner it will force creation of a node using a lower priority provisioner which may allow other pods from that batch to also schedule on that node. The behavior may also occur if existing capacity is available, as the kube-scheduler will schedule the pods instead of allowing Karpenter to provision a new node. -{{% /alert %}} - -## Advanced Scheduling Techniques - -### `Exists` Operator - -The `Exists` operator can be used on a provisioner to provide workload segregation across nodes. - -```yaml -... - requirements: - - key: company.com/team - operator: Exists -... -``` - -With the requirement on the provisioner in place, workloads can optionally specify a custom value as a required node affinity or node selector. Karpenter will then label the nodes it launches for these pods which prevents `kube-scheduler` from scheduling conflicting pods to those nodes. This provides a way to more dynamically isolate workloads without requiring a unique provisioner for each workload subset. - -```yaml - nodeSelector: - company.com/team: team-a -``` -{{% alert title="Note" color="primary" %}} -If a workload matches the provisioner but doesn't specify a label, Karpenter will generate a random label for the node. -{{% /alert %}} - -### On-Demand/Spot Ratio Split - -Taking advantage of Karpenter's ability to assign labels to node and using a topology spread across those labels enables a crude method for splitting a workload across on-demand and spot instances in a desired ratio. - -To do this, we create a provisioner each for spot and on-demand with disjoint values for a unique new label called `capacity-spread`. In the example below, we provide four unique values for the spot provisioner and one value for the on-demand provisioner. When we spread across our new label evenly, we'll end up with a ratio of 4:1 spot to on-demand nodes. - -{{% alert title="Warning" color="warning" %}} -This is not identical to a topology spread with a specified ratio. We are constructing 'virtual domains' to spread evenly across and the ratio of those 'virtual domains' to spot and on-demand happen to coincide with the desired spot to on-demand ratio. As an example, if you launch pods using the provided example, Karpenter will launch nodes with `capacity-spread` labels of 1, 2, 3, 4, and 5. `kube-scheduler` will then schedule evenly across those nodes to give the desired ratio. -{{% /alert %}} - -#### Spot Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "spot"] - - key: capacity-spread - operator: In - values: - - "2" - - "3" - - "4" - - "5" -``` - -#### On-Demand Provisioner -```yaml - requirements: - - key: "karpenter.sh/capacity-type" - operator: In - values: [ "on-demand"] - - key: capacity-spread - operator: In - values: - - "1" -``` - -#### Workload Topology Spread Constraint - -```yaml - topologySpreadConstraints: - - maxSkew: 1 - topologyKey: capacity-spread - whenUnsatisfiable: DoNotSchedule -``` diff --git a/website/content/en/v0.22.0/concepts/settings.md b/website/content/en/v0.22.0/concepts/settings.md deleted file mode 100644 index c77c75917773..000000000000 --- a/website/content/en/v0.22.0/concepts/settings.md +++ /dev/null @@ -1,113 +0,0 @@ ---- -title: "Settings" -linkTitle: "Settings" -weight: 5 -description: > - Configure Karpenter ---- - -There are two main configuration mechanisms that can be used to configure Karpenter: Environment Variables / CLI parameters to the controller and webhook binaries and the `karpenter-global-settings` config-map. - -## Environment Variables / CLI Flags - -[comment]: <> (the content below is generated from hack/docs/configuration_gen_docs.go) - -| Environment Variable | CLI Flag | Description | -|--|--|--| -| DISABLE_WEBHOOK | \-\-disable-webhook | Disable the admission and validation webhooks (default = false)| -| ENABLE_PROFILING | \-\-enable-profiling | Enable the profiling on the metric endpoint (default = false)| -| HEALTH_PROBE_PORT | \-\-health-probe-port | The port the health probe endpoint binds to for reporting controller health (default = 8081)| -| KARPENTER_SERVICE | \-\-karpenter-service | The Karpenter Service name for the dynamic webhook certificate| -| KUBE_CLIENT_BURST | \-\-kube-client-burst | The maximum allowed burst of queries to the kube-apiserver (default = 300)| -| KUBE_CLIENT_QPS | \-\-kube-client-qps | The smoothed rate of qps to kube-apiserver (default = 200)| -| LEADER_ELECT | \-\-leader-elect | Start leader election client and gain leadership before executing the main loop. Enable this when running replicated components for high availability. (default = true)| -| MEMORY_LIMIT | \-\-memory-limit | Memory limit on the container running the controller. The GC soft memory limit is set to 90% of this value. (default = -1)| -| METRICS_PORT | \-\-metrics-port | The port the metric endpoint binds to for operating metrics about the controller itself (default = 8080)| -| WEBHOOK_PORT | \-\-webhook-port | The port the webhook endpoint binds to for validation and mutation of resources (default = 8443)| - -[comment]: <> (end docs generated content from hack/docs/configuration_gen_docs.go) - -## ConfigMap - -Karpenter installs a default configuration via its Helm chart that should work for most. Additional configuration can be performed by editing the `karpenter-global-settings` configmap within the namespace that Karpenter was installed in. - -```yaml -apiVersion: v1 -kind: ConfigMap -metadata: - name: karpenter-global-settings - namespace: karpenter -data: - # The maximum length of a batch window. The longer this is, the more pods we can consider for provisioning at one - # time which usually results in fewer but larger nodes. - batchMaxDuration: 10s - # The maximum amount of time with no new ending pods that if exceeded ends the current batching window. If pods arrive - # faster than this time, the batching window will be extended up to the maxDuration. If they arrive slower, the pods - # will be batched separately. - batchIdleDuration: 1s - # [REQUIRED] The kubernetes cluster name for resource discovery - aws.clusterName: karpenter-cluster - # [REQUIRED] The external kubernetes cluster endpoint for new nodes to connect with - aws.clusterEndpoint: https://00000000000000000000000000000000.gr7.us-west-2.eks.amazonaws.com - # The default instance profile to use when provisioning nodes - aws.defaultInstanceProfile: karpenter-instance-profile - # If true, then instances that support pod ENI will report a vpc.amazonaws.com/pod-eni resource - aws.enablePodENI: "false" - # Indicates whether new nodes should use ENI-based pod density. DEPRECATED: Use `.spec.kubeletConfiguration.maxPods` to set pod density on a per-provisioner basis - aws.enableENILimitedPodDensity: "true" - # If true, then assume we can't reach AWS services which don't have a VPC endpoint - # This also has the effect of disabling look-ups to the AWS pricing endpoint - aws.isolatedVPC: "false" - # The node naming convention (either "ip-name" or "resource-name"; use "ip-name" for resource DNS names such as i-0123456789.ec2.internal and "resource-name" when using the external cloud provider) - aws.nodeNameConvention: ip-name - # The VM memory overhead as a percent that will be subtracted - # from the total memory for all instance types - aws.vmMemoryOverheadPercent: "0.075" - # Interruption Handling is currently in ALPHA and is disabled by default. Enabling interruption handling may - # require additional permissions on the controller service account. Additional permissions are outlined in the docs - aws.interruptionQueueName: karpenter-cluster - # Any global tag value can be specified by including the "aws.tags." prefix - # associated with the value in the key-value tag pair - aws.tags.custom-tag: custom-tag-value - aws.tags.custom-tag2: custom-tag-value -``` - -### Feature Gates -Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features). You can add a feature gate's ConfigKey to the `karpenter-global-settings` ConfigMap above with the desired value. - -| Feature | Default | Config Key | Stage | Since | Until | -|---------|---------|---------------------------|-------|---------|-------| -| Drift | false | featureGates.driftEnabled | Alpha | v0.21.0 | | - - -### Batching Parameters - -The batching parameters control how Karpenter batches an incoming stream of pending pods. Reducing these values may trade off a slightly faster time from pending pod to node launch, in exchange for launching smaller nodes. Increasing the values can do the inverse. Karpenter provides reasonable defaults for these values, but if you have specific knowledge about your workloads you can tweak these parameters to match the expected rate of incoming pods. - -For a standard deployment scale-up, the pods arrive at the QPS setting of the `kube-controller-manager`, and the default values are typically fine. These settings are intended for use cases where other systems may create large numbers of pods over a period of many seconds or minutes and there is a desire to batch them together. - -#### `batchIdleDuration` - -The `batchIdleDuration` is the period of time that a new pending pod extends the current batching window. This can be increased to handle scenarios where pods arrive slower than one second part, but it would be preferable if they were batched together onto a single larger node. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -#### `batchMaxDuration` - -The `batchMaxDuration` is the maximum period of time a batching window can be extended to. Increasing this value will allow the maximum batch window size to increase to collect more pending pods into a single batch at the expense of a longer delay from when the first pending pod was created. - -This value is expressed as a string value like `10s`, `1m` or `2h45m`. The valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. - -### AWS Parameters - -#### `aws.tags.` - -Global tags are applied to __all__ AWS infrastructure resources deployed by Karpenter. These resources include: - -- Launch Templates -- Volumes -- Instances - -{{% alert title="Note" color="primary" %}} -Since you can specify tags at the global level and in the `AWSNodeTemplate` resource, if a key is specified in both locations, the `AWSNodeTemplate` tag value will override the global tag. -{{% /alert %}} diff --git a/website/content/en/v0.22.0/contributing/_index.md b/website/content/en/v0.22.0/contributing/_index.md deleted file mode 100644 index 10bb749d39dc..000000000000 --- a/website/content/en/v0.22.0/contributing/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Contributing" -linkTitle: "Contributing" -weight: 100 -description: > - Learn about how to contribute to Karpenter ---- diff --git a/website/content/en/v0.22.0/contributing/design-guide.md b/website/content/en/v0.22.0/contributing/design-guide.md deleted file mode 100644 index b95b992c1f4c..000000000000 --- a/website/content/en/v0.22.0/contributing/design-guide.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "Design Guide" -linkTitle: "Design Guide" -weight: 20 -description: > - Read this before making large changes to Karpenter ---- - -Technical designs are essential to building robust, intuitive, and performant products that delight users. Writing a design can accelerate decision making and avoid wasting time on an implementation that never lands. But what makes a good design? These guidelines were authored with the Karpenter community in mind, but apply broadly to the development of Kubernetes Operators. - -Designs don’t have to be long or formal, and should match the scope of the problem they’re trying to solve. - -* Are there multiple potential solutions? -* Will users need to be aware of the changes? -* Would it be painful to discard a rejected implementation? -* When in doubt, write a 1 pager. - -## Tell a Story - -A design is a story that connects a user need with a technical direction that solves the need. Designs come in all shapes and sizes, and this document intentionally avoids prescribing a one-size-fits-all template. There’s no substitute for an author thinking deeply about a problem space, and mapping that to a clear story that walks readers through the ideas and helps them reason about a solution space. Keep readers engaged with concise language and make every word count. - -Your story should include, - -* [Context] Include some technical background that helps readers think about your idea in context -* [Problem] Clearly identify the problem to be solved and some guiding principles to help think about the solutions -* [Solutions] Talk through different potential solutions and their tradeoffs. Include diagrams to clarify concepts -* [Recommendation] Make a recommendation, but don’t be overly invested in it - -The best way to improve your story telling skills is to write and review designs. Seek inspiration from recent designs in the project as well as from other domains. Focus on your audience and continuously reread and refine your design with their perspective in mind. - -## Gather Broad Feedback - -The bigger the change, the more likely your design will have broader implications than intended. Be vocal about design ideas as they’re explored and run them by engineering leaders in relevant systems. Surface your design ideas at the Karpenter working group, or asynchronously on the [Kubernetes Slack channel for Karpenter](https://kubernetes.slack.com/archives/C02SFFZSA2K). - -The Kubernetes community is also a valuable source of feedback from both users and Kubernetes developers. Does your design touch scoped owned by any Kubernetes SIGs? Consider discussing the design ideas at the SIG or in their slack channel. Socializing high level ideas before the review gives your audience more time to think about possible interactions with existing and future systems. - -It can be tempting to rush to solutions that unblock user adoption or ease user pain, but the wrong solution can have a greater negative impact on users than it solves. It’s impossible to know all future use cases and how your design choices may impact them, but the more thorough your investigation, the more likely your solution is to deliver long term value. - -## Simple Solutions to Complex Problems - -The best solutions are invisible to users and “Just Work™”. It’s easy to forget that users have business problems to focus on and each parameter and behavior your design introduces increases user cognitive load. Pragmatically, it’s not always possible to meet the broad requirements of Kubernetes without providing options, but solution spaces typically include a spectrum of configuration complexity. Recognize that a solution for one user segment may be directly at odds with another or create long term technical debt for the project. Often, requirements only exist to workaround bugs or missing features in related systems. Deep dive requirements until you’re certain they’re necessary and ensure each bit of complexity justifies its existence. - -## Common Gotchas - -### Does your change introduce new APIs? - -APIs are notoriously hard to get right and even harder to change. Kubernetes defines an [api deprecation policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) that helps systems make backwards incompatible changes to APIs before graduating to a stable API with compatibility guarantees. Once an API is stable, features are typically via [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/), which allows for experimentation and deprecation. - -Think about how your API changes impact existing parameters and their deprecation policies. Consider how the user interacts with the product as a whole and if the feature supersedes or overlaps with existing concepts. Weigh the costs of deprecating existing features to the benefit of simplifying the product for all future users. The answer will change depending on the maturity of the product and breadth of adoption. - -Build minimal and maintainable APIs by: - -* Push back on requirements that introduces concepts for all users to solve problems for a few. -* Identify an opinionated default that solves the majority of use cases. -* Delay introducing a parameter into your API surface until users demand it; you can always add it later. -* Rely on existing concepts and idioms from the Kubernetes ecosystem. Look to [Kubernetes APIs](https://pkg.go.dev/k8s.io/api/core/v1) and projects like [Tekton](https://github.com/tektoncd/cli), [Knative](https://github.com/knative/serving), and [ACK](https://github.com/aws-controllers-k8s) and find concepts that will be familiar to users. -* Take advantage of opportunities to refine APIs while the impact of backwards incompatibility is small - -### Does your change behave differently with different cloud providers? - -Kubernetes is an open standard that users rely on to work across vendors. Users care deeply about this, as it minimizes the technical complexity to operate in different environments. Identify whether or not your feature varies across cloud providers or are bespoke to a specific provider. For some features, it’s possible to rely on existing vendor neutral abstractions. For others, it’s possible to define a neutral abstraction that cloud providers can implement. - -Achieving consensus for new neutral concepts is hard. Often, the best path is to demonstrate value on a single vendor, and work to achieve neutrality as a followup effort. Be cautious about introducing or changing vendor neutral interfaces, as it will require changes from all providers. Similarly, invest heavily in getting these interfaces right in the early stages. As projects mature, these interfaces are rarely changed. - -### Does your change expose details users may rely on? - -Kubernetes based systems often use a layered architectural pattern that exposes underlying layers of abstraction. This approach enables broad extensibility and allows other systems to integrate at multiple layers of the stack. For example, Karpenter creates EC2 instances in your AWS account. This enables you to view logs or react to their creation with other automation without requiring any features from Karpenter. However, Karpenter also applies specific EC2 tags to the EC2 instances. Are the tags an implementation detail or an interface? What can you change without breaking compatibility? - -Be intentional and explicit about the interface and implementation of your design and ensure that this is communicated to users. If implementation details are exposed through other APIs, expect users to rely on them as an interface unless told otherwise. In general, aim to minimize the project’s interface to maximize future flexibility. - -### Does your change have a risk of breaking an undocumented invariant? - -Systems often contain mechanisms that are implicitly assumed as invariant, but may not be obvious, especially over time. Existing mechanisms may not be extensible enough to support your design, and may require them to be rewritten as part of the design scope. Be aware that regression tests never have complete coverage and well intentioned engineers thought carefully about how things were done before your requirements. - -* Identify the fundamental reason the existing mechanism is insufficient and be able to explain it in plain terms. -* Separate the new mechanism from the new feature that relies on it. -* Clean up after yourself and avoid getting stuck halfway between old and new mechanisms. - -### Does your change impact performance? - -Users have high expectations for performance on Kubernetes. Karpenter is especially sensitive, as it has the potential to impact application availability during traffic spikes. Think about how your solution scales, and look for opportunities to improve performance at the design level. Often, good designs don’t require trading-off a great UX for performance. Make it work, make it fast, make it pretty. - -* Beware code that scales linearly with pods or nodes. Milliseconds in testing turn into seconds at scale. -* Cloud provider read APIs can have surprisingly high latency and low limits, use caching to minimize calls. -* Increases to memory and CPU usage increase capex cost for operators. Profile and optimize your implementations. diff --git a/website/content/en/v0.22.0/contributing/development-guide.md b/website/content/en/v0.22.0/contributing/development-guide.md deleted file mode 100644 index 5d8804e4ddd8..000000000000 --- a/website/content/en/v0.22.0/contributing/development-guide.md +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Development Guide" -linkTitle: "Development Guide" -weight: 80 -description: > - Set up a Karpenter development environment ---- - -## Dependencies - -The following tools are required for contributing to the Karpenter project. - -| Package | Version | Install | -| ------------------------------------------------------------------ | -------- | ---------------------------------------------- | -| [go](https://golang.org/dl/) | v1.19+ | [Instructions](https://golang.org/doc/install) | -| [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) | | `brew install kubectl` | -| [helm](https://helm.sh/docs/intro/install/) | | `brew install helm` | -| Other tools | | `make toolchain` | - -## Developing - -### Setup / Teardown - -Based on how you are running your Kubernetes cluster, follow the [Environment specific setup](#environment-specific-setup) to configure your environment before you continue. You can choose to either run the Karpenter controller locally on your machine, pointing to the Kubernetes cluster specified in your `~/.kube/config` or inside the Kubernetes cluster specified in your `~/.kube/config` deployed with [Helm](https://helm.sh/). - -#### Locally - -Once you have your environment set up, run the following commands to run the Karpenter Go binary against the Kubernetes cluster specified in your `~/.kube/config` - -```bash -make run -``` - -#### Inside a Kubernetes Cluster - -Once you have your environment set up, to install Karpenter in the Kubernetes cluster specified in your `~/.kube/config` run the following commands. - -```bash -make apply # Install Karpenter -make delete # Uninstall Karpenter -``` - -### Developer Loop - -* Make sure dependencies are installed - * Run `make codegen` to make sure yaml manifests are generated - * Run `make toolchain` to install cli tools for building and testing the project -* You will need a personal development image repository (e.g. ECR) - * Make sure you have valid credentials to your development repository. - * `$KO_DOCKER_REPO` must point to your development repository - * Your cluster must have permissions to read from the repository - -### Build and Deploy - -*Note: these commands do not rely on each other and may be executed independently* - -```bash -make apply # quickly deploy changes to your cluster -make presubmit # run codegen, lint, and tests -``` - -If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run - -```bash -make build # build and push the karpenter images -``` - -### Testing - -```bash -make test # E2E correctness tests -make battletest # More rigorous tests run in CI environment -``` - -### Change Log Level - -```bash -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level -kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level -``` - -### Debugging Metrics - -OSX: - -```bash -open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -Linux: - -```bash -gio open http://localhost:8080/metrics && kubectl port-forward service/karpenter -n karpenter 8080 -``` - -### Tailing Logs - -While you can tail Karpenter's logs with kubectl, there's a number of tools out there that enhance the experience. We recommend [Stern](https://pkg.go.dev/github.com/planetscale/stern#section-readme): - -```bash -stern -n karpenter -l app.kubernetes.io/name=karpenter -``` - -## Environment specific setup - -### AWS - -For local development on Karpenter you will need a Docker repo which can manage your images for Karpenter components. -You can use the following command to provision an ECR repository. - -```bash -aws ecr create-repository \ - --repository-name karpenter/controller \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -aws ecr create-repository \ - --repository-name karpenter/webhook \ - --image-scanning-configuration scanOnPush=true \ - --region "${AWS_DEFAULT_REGION}" -``` - -Once you have your ECR repository provisioned, configure your Docker daemon to authenticate with your newly created repository. - -```bash -export KO_DOCKER_REPO="${AWS_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/karpenter" -aws ecr get-login-password --region "${AWS_DEFAULT_REGION}" | docker login --username AWS --password-stdin "${KO_DOCKER_REPO}" -``` - -Finally, to deploy the correct IAM permissions, including the instance profile for provisioned nodes, run - -```bash -make setup -``` - -## Profiling memory -Karpenter exposes a pprof endpoint on its metrics port. - -Learn about profiling with pprof: https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ - -### Prerequisites -``` -brew install graphviz -go install github.com/google/pprof@latest -``` - -### Get a profile -``` -# Connect to the metrics endpoint -kubectl port-forward service/karpenter -n karpenter 8080 -open http://localhost:8080/debug/pprof/ -# Visualize the memory -go tool pprof -http 0.0.0.0:9000 localhost:8080/debug/pprof/heap -``` diff --git a/website/content/en/v0.22.0/contributing/working-group.md b/website/content/en/v0.22.0/contributing/working-group.md deleted file mode 100644 index c0910e6e9657..000000000000 --- a/website/content/en/v0.22.0/contributing/working-group.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Working Group" -linkTitle: "Working Group" -weight: 10 -description: > - Join the Karpenter Working Group ---- - -Karpenter's community is open to everyone. - -- All invites are managed through our [Calendar](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ). -- Alternatively, you can use our [iCal Export](https://calendar.google.com/calendar/ical/7qfdeof5hebdf6i2rk2jeg5jbk%40group.calendar.google.com/public/basic.ics) to add the events to Outlook or other email providers. -- Add future questions or read past discussions in our [Working Group Log](https://docs.google.com/document/d/18BT0AIMugpNpiSPJNlcAL2rv69yAE6Z06gUVj7v_clg). diff --git a/website/content/en/v0.22.0/faq.md b/website/content/en/v0.22.0/faq.md deleted file mode 100644 index ae7b4f550bec..000000000000 --- a/website/content/en/v0.22.0/faq.md +++ /dev/null @@ -1,220 +0,0 @@ ---- -title: "FAQs" -linkTitle: "FAQs" -weight: 90 -description: > - Review Karpenter Frequently Asked Questions ---- -## General - -### How does a provisioner decide to manage a particular node? -See [Configuring provisioners]({{< ref "./concepts/#configuring-provisioners" >}}) for information on how Karpenter provisions and manages nodes. - -### What cloud providers are supported? -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-core/tree{{< githubRelRef >}}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? -By default, Karpenter uses Amazon Linux 2 images. - -### Can I provide my own custom operating system images? -Karpenter has multiple mechanisms for configuring the [operating system]({{< ref "./concepts/node-templates/#spec-amiselector" >}}) for your nodes. - -### Can Karpenter deal with workloads for mixed architecture cluster (arm vs. amd)? -Karpenter is flexible to multi architecture configurations using [well known labels]({{< ref "./concepts/scheduling/#supported-labels">}}). - -### What RBAC access is required? -All of the required RBAC rules can be found in the helm chart template. -See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob{{< githubRelRef >}}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. - -## Compatibility - -### Which versions of Kubernetes does Karpenter support? -Karpenter is tested with Kubernetes v1.20-v1.24. - -### What Kubernetes distributions are supported? -Karpenter documents integration with a fresh install of the latest AWS Elastic Kubernetes Service (EKS). -Existing EKS distributions can be used, but this use case has not yet been documented. -Other Kubernetes distributions (KOPs, etc.) can be used, but setting up cloud provider permissions for those distributions has not been documented. - -### How does Karpenter interact with AWS node group features? -Provisioners are designed to work alongside static capacity management solutions like EKS Managed Node Groups and EC2 Auto Scaling Groups. -You can manage all capacity using provisioners, use a mixed model with dynamic and statically managed capacity, or use a fully static approach. -We expect most users will use a mixed approach in the near term and provisioner-managed in the long term. - - -### How does Karpenter interact with Kubernetes features? -* Kubernetes Cluster Autoscaler: Karpenter can work alongside cluster autoscaler. -See [Kubernetes cluster autoscaler]({{< ref "./concepts/#kubernetes-cluster-autoscaler" >}}) for details. -* Kubernetes Scheduler: Karpenter focuses on scheduling pods that the Kubernetes scheduler has marked as unschedulable. -See [Scheduling]({{< ref "./concepts/scheduling" >}}) for details on how Karpenter interacts with the Kubernetes scheduler. - -## Provisioning - -### What features does the Karpenter provisioner support? -See [Provisioner API]({{< ref "./concepts/provisioners" >}}) for provisioner examples and descriptions of features. - -### Can I create multiple (team-based) provisioners on a cluster? -Yes, provisioners can identify multiple teams based on labels. -See [Provisioner API]({{< ref "./concepts/provisioners" >}}) for details. - -### If multiple provisioners are defined, which will my pod use? - -Pending pods will be handled by any Provisioner that matches the requirements of the pod. -There is no ordering guarantee if multiple provisioners match pod requirements. -We recommend that Provisioners are setup to be mutually exclusive. -Read more about this recommendation in the [EKS Best Practices Guide for Karpenter](https://aws.github.io/aws-eks-best-practices/karpenter/#create-provisioners-that-are-mutually-exclusive). -To select a specific provisioner, use the node selector `karpenter.sh/provisioner-name: my-provisioner`. - -### How can I configure Karpenter to only provision pods for a particular namespace? - -There is no native support for namespaced based provisioning. -Karpenter can be configured to provision a subset of pods based on a combination of taints/tolerations and node selectors. -This allows Karpenter to work in concert with the `kube-scheduler` in that the same mechanisms that `kube-scheduler` uses to determine if a pod can schedule to an existing node are also used for provisioning new nodes. -This avoids scenarios where pods are bound to nodes that were provisioned by Karpenter which Karpenter would not have bound itself. -If this were to occur, a node could remain non-empty and have its lifetime extended due to a pod that wouldn't have caused the node to be provisioned had the pod been unschedulable. - -We recommend using Kubernetes native scheduling constraints to achieve namespace based scheduling segregation. Using native scheduling constraints ensures that Karpenter, `kube-scheduler` and any other scheduling or auto-provisioning mechanism all have an identical understanding of which pods can be scheduled on which nodes. This can be enforced via policy agents, an example of which can be seen [here](https://blog.mikesir87.io/2022/01/creating-tenant-node-pools-with-karpenter/). - -### Can I add SSH keys to a provisioner? - -Karpenter does not offer a way to add SSH keys via provisioners or secrets to the nodes it manages. -However, you can use Session Manager (SSM) or EC2 Instance Connect to gain shell access to Karpenter nodes. -See [Node NotReady]({{< ref "./troubleshooting/#node-notready" >}}) troubleshooting for an example of starting an SSM session from the command line or [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html) documentation to connect to nodes using SSH. - -Though not recommended, if you need to access Karpenter-managed nodes without AWS credentials, you can add SSH keys using AWSNodeTemplate. -See [Custom User Data]({{< ref "./concepts/node-templates/#spec-userdata" >}}) for details. - -### Can I set total limits of CPU and memory for a provisioner? -Yes, the setting is provider-specific. -See examples in [Accelerators, GPU]({{< ref "./concepts/scheduling/#accelerators-gpu-resources" >}}) Karpenter documentation. - -### Can I mix spot and on-demand EC2 run types? -Yes, see [Provisioning]({{< ref "./concepts/provisioners#examples" >}}) for an example. - -### Can I restrict EC2 instance types? - -* Attribute-based requests are currently not possible. -* You can select instances with special hardware, such as gpu. - -### Can I use Bare Metal instance types? - -Yes, Karpenter supports provisioning metal instance types when a Provisioner's `node.kubernetes.io/instance-type` Requirements only include `metal` instance types. If other instance types fulfill pod requirements, then Karpenter will prioritize all non-metal instance types before metal ones are provisioned. - -### How does Karpenter dynamically select instance types? - -Karpenter batches pending pods and then binpacks them based on CPU, memory, and GPUs required, taking into account node overhead, VPC CNI resources required, and daemonsets that will be packed when bringing up a new node. -By default Karpenter uses C, M, and R >= Gen 3 instance types, but it can be constrained in the provisioner spec with the [instance-type](https://kubernetes.io/docs/reference/labels-annotations-taints/#nodekubernetesioinstance-type) well-known label in the requirements section. -After the pods are binpacked on the most efficient instance type (i.e. the smallest instance type that can fit the pod batch), Karpenter takes 59 other instance types that are larger than the most efficient packing, and passes all 60 instance type options to an API called Amazon EC2 Fleet. -The EC2 fleet API attempts to provision the instance type based on an allocation strategy. -If you are using the on-demand capacity type, then Karpenter uses the `lowest-price` allocation strategy. -So fleet will provision the lowest priced instance type it can get from the 60 instance types Karpenter passed to the EC2 fleet API. -If the instance type is unavailable for some reason, then fleet will move on to the next cheapest instance type. -If you are using the spot capacity type, Karpenter uses the price-capacity-optimized allocation strategy. This tells fleet to find the instance type that EC2 has the most capacity for while also considering price. This allocation strategy will balance cost and decrease the probability of a spot interruption happening in the near term. -See [Choose the appropriate allocation strategy](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html#ec2-fleet-allocation-use-cases) for information on fleet optimization. - -### What if there is no Spot capacity? Will Karpenter use On-Demand? - -The best defense against running out of Spot capacity is to allow Karpenter to provision as many different instance types as possible. -Even instance types that have higher specs, e.g. vCPU, memory, etc., than what you need can still be cheaper in the Spot market than using On-Demand instances. -When Spot capacity is constrained, On-Demand capacity can also be constrained since Spot is fundamentally spare On-Demand capacity. -Allowing Karpenter to provision nodes from a large, diverse set of instance types will help you to stay on Spot longer and lower your costs due to Spot’s discounted pricing. -Moreover, if Spot capacity becomes constrained, this diversity will also increase the chances that you’ll be able to continue to launch On-Demand capacity for your workloads. - -If your Karpenter Provisioner specifies flexibility to both Spot and On-Demand capacity, Karpenter will attempt to provision On-Demand capacity if there is no Spot capacity available. -However, it’s strongly recommended that you specify at least 20 instance types in your Provisioner (or none and allow Karpenter to pick the best instance types) as our research indicates that this additional diversity increases the chances that your workloads will not need to launch On-Demand capacity at all. -Today, Karpenter will warn you if the number of instances in your Provisioner isn’t sufficiently diverse. - -Technically, Karpenter has a concept of an “offering” for each instance type, which is a combination of zone and capacity type (equivalent in the AWS cloud provider to an EC2 purchase option – Spot or On-Demand). -Whenever the Fleet API returns an insufficient capacity error for Spot instances, those particular offerings are temporarily removed from consideration (across the entire provisioner) so that Karpenter can make forward progress with different options. - -### Does Karpenter support IPv6? - -Yes! Karpenter dynamically discovers if you are running in an IPv6 cluster by checking the kube-dns service's cluster-ip. When using an AMI Family such as `AL2`, Karpenter will automatically configure the EKS Bootstrap script for IPv6. Some EC2 instance types do not support IPv6 and the Amazon VPC CNI only supports instance types that run on the Nitro hypervisor. It's best to add a requirement to your Provisioner to only allow Nitro instance types: - -``` -kind: Provisioner -... -spec: - requirements: - - key: karpenter.k8s.aws/instance-hypervisor - operator: In - values: - - nitro -``` - -For more documentation on enabling IPv6 with the Amazon VPC CNI, see the [docs](https://docs.aws.amazon.com/eks/latest/userguide/cni-ipv6.html). - -## Scheduling - -### When using preferred scheduling constraints, Karpenter launches the correct number of nodes at first. Why do they then sometimes get consolidated immediately? - -`kube-scheduler` is responsible for the scheduling of pods, while Karpenter launches the capacity. When using any sort of preferred scheduling constraint, `kube-scheduler` will schedule pods to nodes anytime it is possible. - -As an example, suppose you scale up a deployment with a preferred zonal topology spread and none of the newly created pods can run on your existing cluster. Karpenter will then launch multiple nodes to satisfy that preference. If a) one of the nodes becomes ready slightly faster than other nodes and b) has enough capacity for multiple pods, `kube-scheduler` will schedule as many pods as possible to the single ready node so they won't remain unschedulable. It doesn't consider the in-flight capacity that will be ready in a few seconds. If all of the pods fit on the single node, the remaining nodes that Karpenter has launched aren't needed when they become ready and consolidation will delete them. - -## Workloads - -### How can someone deploying pods take advantage of Karpenter? - -See [Application developer]({{< ref "./concepts/#application-developer" >}}) for descriptions of how Karpenter matches nodes with pod requests. - -### Can I use Karpenter with EBS disks per availability zone? -Yes. See [Persistent Volume Topology]({{< ref "./concepts/scheduling#persistent-volume-topology" >}}) for details. - -### Can I set `--max-pods` on my nodes? -Not yet. - -## Deprovisioning -### How does Karpenter deprovision nodes? -See [Deprovisioning nodes]({{< ref "./concepts/deprovisioning" >}}) for information on how Karpenter deprovisions nodes. - -## Upgrading - -### How do I upgrade Karpenter? -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -Karpenter requires proper permissions in the `KarpenterNode IAM Role` and the `KarpenterController IAM Role`. -To upgrade Karpenter to version `$VERSION`, make sure that the `KarpenterNode IAM Role` and the `KarpenterController IAM Role` have the right permission described in `https://karpenter.sh/$VERSION/getting-started/getting-started-with-eksctl/cloudformation.yaml`. -Next, locate `KarpenterController IAM Role` ARN (i.e., ARN of the resource created in [Create the KarpenterController IAM Role](../getting-started/getting-started-with-eksctl/#create-the-karpentercontroller-iam-role)) and the cluster endpoint, and pass them to the helm upgrade command -{{% script file="./content/en/preview/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -For information on upgrading Karpenter, see the [Upgrade Guide]({{< ref "./upgrade-guide/" >}}). - -### Why do I get an `unknown field "startupTaints"` error when creating a provisioner with startupTaints? - -```bash -error: error validating "provisioner.yaml": error validating data: ValidationError(Provisioner.spec): unknown field "startupTaints" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -The `startupTaints` parameter was added in v0.10.0. Helm upgrades do not upgrade the CRD describing the provisioner, so it must be done manually. For specific details, see the [Upgrade Guide]({{< ref "./upgrade-guide/#upgrading-to-v0100" >}}) - -## Interruption Handling - -### Should I use Karpenter interruption handling alongside Node Termination Handler? -No. We recommend against using Node Termination Handler alongside Karpenter due to conflicts that could occur from the two components handling the same events. - -### Why should I migrate from Node Termination Handler? -Karpenter's native interruption handling offers two main benefits over the standalone Node Termination Handler component: -1. You don't have to manage and maintain a separate component to exclusively handle interruption events. -2. Karpenter's native interruption handling coordinates with other deprovisoining so that consolidation, expiration, etc. can be aware of interruption events and vice-versa. - -### Why am I receiving QueueNotFound errors when I set `aws.interruptionQueueName`? -Karpenter requires a queue to exist that receives event messages from EC2 and health services in order to handle interruption messages properly for nodes. - -Details on the types of events that Karpenter handles can be found in the [Interruption Handling Docs]({{< ref "./concepts/deprovisioning/#interruption" >}}). - -Details on provisioning the SQS queue and EventBridge rules can be found in the [Getting Started Guide]({{< ref "./getting-started/getting-started-with-eksctl/#create-the-karpenter-infrastructure-and-iam-roles" >}}). - -## Consolidation - -### Why do I sometimes see an extra node get launched when updating a deployment that remains empty and is later removed? - -Consolidation packs pods tightly onto nodes which can leave little free allocatable CPU/memory on your nodes. If a deployment uses a deployment strategy with a non-zero `maxSurge`, such as the default 25%, those surge pods may not have anywhere to run. In this case, Karpenter will launch a new node so that the surge pods can run and then remove it soon after if it's not needed. diff --git a/website/content/en/v0.22.0/getting-started/_index.md b/website/content/en/v0.22.0/getting-started/_index.md deleted file mode 100644 index 1b4bf2410d44..000000000000 --- a/website/content/en/v0.22.0/getting-started/_index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Getting Started" -linkTitle: "Getting Started" -weight: 1 -description: > - Choose from different methods to get started with Karpenter -cascade: - type: docs ---- - -Learn more about Karpenter and how to get started below. - -* [Karpenter EKS Best Practices](https://aws.github.io/aws-eks-best-practices/karpenter/) guide -* [EC2 Spot Workshop for Karpenter](https://ec2spotworkshops.com/karpenter.html) -* [EKS Karpenter Workshop](https://www.eksworkshop.com/beginner/085_scaling_karpenter/set_up_the_provisioner/) diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/_index.md b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/_index.md deleted file mode 100644 index d455c831a3cd..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/_index.md +++ /dev/null @@ -1,191 +0,0 @@ - ---- -title: "Getting Started with eksctl" -linkTitle: "Getting Started with eksctl" -weight: 10 -description: > - Set up Karpenter with an eksctl cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a Helm chart. - -Karpenter requires cloud provider permissions to provision nodes, for AWS IAM -Roles for Service Accounts (IRSA) should be used. IRSA permits Karpenter -(within the cluster) to make privileged requests to AWS (as the cloud provider) -via a ServiceAccount. - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `eksctl` - [the CLI for AWS EKS](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) -4. `helm` - [the package manager for Kubernetes](https://helm.sh/docs/intro/install/) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Environment Variables - -After setting up the tools, set the following environment variable to the Karpenter version you -would like to install. - -```bash -export KARPENTER_VERSION=v0.22.0 -``` - -Also set the following environment variables to store commonly used values. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step01-config.sh" language="bash"%}} - -{{% alert title="Warning" color="warning" %}} -If you open a new shell to run steps in this procedure, you need to set some or all of the environment variables again. -To remind yourself of these values, type: - -```bash -echo $KARPENTER_VERSION $CLUSTER_NAME $AWS_DEFAULT_REGION $AWS_ACCOUNT_ID -``` - -{{% /alert %}} - - -### Create a Cluster - -Create a basic cluster with `eksctl`. -Each of the two examples set up an IAM OIDC provider for the cluster to enable IAM roles for pods. -The first uses [AWS EKS managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) for the kube-system and karpenter namespaces, while the second uses Fargate for both namespaces. - -**Example 1: Create basic cluster** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh" language="bash"%}} - -**Example 2: Create basic cluster with Karpenter on Fargate** - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh" language="bash"%}} - -Karpenter itself can run anywhere, including on [self-managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/worker.html), [managed node groups](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html) (Example 1), or [AWS Fargate](https://aws.amazon.com/fargate/)(Example 2). - -Karpenter will provision EC2 instances in your account. - -### Create the Karpenter Infrastructure and IAM Roles - -Karpenter requires IAM permissions to launch and connect instances and requires infrastructure to monitor [interruption events]({{}}). This command provisions the relevant infrastrucutre and IAM roles using Cloudformation. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh" language="bash"%}} - -### Grant Access to Nodes to Join the Cluster - -Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. This command adds the Karpenter node role to your aws-auth configmap, allowing nodes to connect. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh" language="bash"%}} - -Now, Karpenter can launch new EC2 instances and those instances can connect to your cluster. - -### Create the KarpenterController IAM Role - -Karpenter requires permissions like launching instances. This will create an AWS IAM Role, Kubernetes service account, and associate them using [IRSA](https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh" language="bash"%}} - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh" language="bash"%}} - -### Install Karpenter Helm Chart - -Use Helm to deploy Karpenter to the cluster. - -Install the chart passing in the cluster details and the Karpenter role ARN. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh" language="bash"%}} - -### Optional Configuration - -This section describes optional ways to configure Karpenter to enhance its capabilities. - -#### Deploy a temporary Prometheus and Grafana stack (optional) - -The following commands will deploy a Prometheus and Grafana stack that is suitable for this guide but does not include persistent storage or other configurations that would be necessary for monitoring a production deployment of Karpenter. This deployment includes two Karpenter dashboards that are automatically onboarded to Grafana. They provide a variety of visualization examples on Karpenter metrics. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh" language="bash"%}} - -The Grafana instance may be accessed using port forwarding. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh" language="bash"%}} - -The new stack has only one user, `admin`, and the password is stored in a secret. The following command will retrieve the password. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh" language="bash"%}} - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. -This provisioner uses `securityGroupSelector` and `subnetSelector` to discover resources used to launch nodes. -We applied the tag `karpenter.sh/discovery` in the `eksctl` command above. -Depending how these resources are shared between clusters, you may need to use different tagging schemes. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh" language="bash"%}} - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step13-automatic-node-provisioning.sh" language="bash"%}} - -### Automatic Node Termination - -Now, delete the deployment. After 30 seconds (`ttlSecondsAfterEmpty`), -Karpenter should terminate the now empty nodes. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step14-deprovisioning.sh" language="bash"%}} - -### Manual Node Termination - -If you delete a node with kubectl, Karpenter will gracefully cordon, drain, -and shutdown the corresponding instance. Under the hood, Karpenter adds a -finalizer to the node object, which blocks deletion until all pods are -drained and the instance is terminated. Keep in mind, this only works for -nodes provisioned by Karpenter. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step15-delete-node.sh" language="bash"%}} - -## Cleanup - -To avoid additional charges, remove the demo infrastructure from your AWS account. - -{{% script file="./content/en/{VERSION}/getting-started/getting-started-with-eksctl/scripts/step16-cleanup.sh" language="bash"%}} diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/cloudformation.yaml b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/cloudformation.yaml deleted file mode 100644 index 90c9d35f1dc2..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/cloudformation.yaml +++ /dev/null @@ -1,139 +0,0 @@ -AWSTemplateFormatVersion: "2010-09-09" -Description: Resources used by https://github.com/aws/karpenter -Parameters: - ClusterName: - Type: String - Description: "EKS cluster name" -Resources: - KarpenterNodeInstanceProfile: - Type: "AWS::IAM::InstanceProfile" - Properties: - InstanceProfileName: !Sub "KarpenterNodeInstanceProfile-${ClusterName}" - Path: "/" - Roles: - - Ref: "KarpenterNodeRole" - KarpenterNodeRole: - Type: "AWS::IAM::Role" - Properties: - RoleName: !Sub "KarpenterNodeRole-${ClusterName}" - Path: / - AssumeRolePolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Principal: - Service: - !Sub "ec2.${AWS::URLSuffix}" - Action: - - "sts:AssumeRole" - ManagedPolicyArns: - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKS_CNI_Policy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEKSWorkerNodePolicy" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly" - - !Sub "arn:${AWS::Partition}:iam::aws:policy/AmazonSSMManagedInstanceCore" - KarpenterControllerPolicy: - Type: AWS::IAM::ManagedPolicy - Properties: - ManagedPolicyName: !Sub "KarpenterControllerPolicy-${ClusterName}" - PolicyDocument: - Version: "2012-10-17" - Statement: - - Effect: Allow - Resource: "*" - Action: - # Write Operations - - ec2:CreateFleet - - ec2:CreateLaunchTemplate - - ec2:CreateTags - - ec2:DeleteLaunchTemplate - - ec2:RunInstances - - ec2:TerminateInstances - # Read Operations - - ec2:DescribeAvailabilityZones - - ec2:DescribeImages - - ec2:DescribeInstances - - ec2:DescribeInstanceTypeOfferings - - ec2:DescribeInstanceTypes - - ec2:DescribeLaunchTemplates - - ec2:DescribeSecurityGroups - - ec2:DescribeSpotPriceHistory - - ec2:DescribeSubnets - - pricing:GetProducts - - ssm:GetParameter - - Effect: Allow - Action: - # Write Operations - - sqs:DeleteMessage - # Read Operations - - sqs:GetQueueAttributes - - sqs:GetQueueUrl - - sqs:ReceiveMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - - Effect: Allow - Action: - - iam:PassRole - Resource: !Sub "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/KarpenterNodeRole-${ClusterName}" - KarpenterInterruptionQueue: - Type: AWS::SQS::Queue - Properties: - QueueName: !Sub "${ClusterName}" - MessageRetentionPeriod: 300 - KarpenterInterruptionQueuePolicy: - Type: AWS::SQS::QueuePolicy - Properties: - Queues: - - !Ref KarpenterInterruptionQueue - PolicyDocument: - Id: EC2InterruptionPolicy - Statement: - - Effect: Allow - Principal: - Service: - - events.amazonaws.com - - sqs.amazonaws.com - Action: sqs:SendMessage - Resource: !GetAtt KarpenterInterruptionQueue.Arn - ScheduledChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.health - detail-type: - - AWS Health Event - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - SpotInterruptionRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Spot Instance Interruption Warning - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - RebalanceRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance Rebalance Recommendation - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn - InstanceStateChangeRule: - Type: 'AWS::Events::Rule' - Properties: - EventPattern: - source: - - aws.ec2 - detail-type: - - EC2 Instance State-change Notification - Targets: - - Id: KarpenterInterruptionQueueTarget - Arn: !GetAtt KarpenterInterruptionQueue.Arn diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/grafana-values.yaml b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/grafana-values.yaml deleted file mode 100644 index 0d92f83860a3..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/grafana-values.yaml +++ /dev/null @@ -1,27 +0,0 @@ -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - version: 1 - url: http://prometheus-server:80 - access: proxy -dashboardProviders: - dashboardproviders.yaml: - apiVersion: 1 - providers: - - name: 'default' - orgId: 1 - folder: '' - type: file - disableDeletion: false - editable: true - options: - path: /var/lib/grafana/dashboards/default -dashboards: - default: - capacity-dashboard: - url: https://karpenter.sh/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json - performance-dashboard: - url: https://karpenter.sh/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json deleted file mode 100644 index 177344b3c5ce..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-capacity-dashboard.json +++ /dev/null @@ -1,1440 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 2, - "id": 6, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 13, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "exemplar": false, - "expr": "sum by(action, cluster) (karpenter_deprovisioning_actions_performed)", - "format": "time_series", - "instant": false, - "legendFormat": "{{cluster}}: {{action}}", - "range": true, - "refId": "A" - } - ], - "title": "Deprovisioning Actions Performed", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 14, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_created)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Created", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 15, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "builder", - "expr": "sum by(cluster) (karpenter_nodes_terminated)", - "format": "time_series", - "legendFormat": "{{cluster}}", - "range": true, - "refId": "A" - } - ], - "title": "Nodes Terminated", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 15 - }, - "id": 12, - "options": { - "legend": { - "calcs": [ - "last" - ], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by(phase)(karpenter_pods_state)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Phase", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 21 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "table", - "placement": "right" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum by ($distribution_filter)(\n karpenter_pods_state{arch=~\"$arch\", capacity_type=~\"$capacity_type\", instance_type=~\"$instance_type\", provisioner=~\"$provisioner\"}\n)", - "legendFormat": "{{label_name}}", - "range": true, - "refId": "A" - } - ], - "title": "Pod Distribution: $distribution_filter", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization$" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "max", - "value": 1 - }, - { - "id": "unit", - "value": "percentunit" - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Memory Provisioned" - }, - "properties": [ - { - "id": "unit", - "value": "bytes" - } - ] - } - ] - }, - "gridPos": { - "h": 11, - "w": 18, - "x": 0, - "y": 29 - }, - "id": 10, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_provisioner_usage{resource_type=\"cpu\"} / karpenter_provisioner_limit{resource_type=\"cpu\"}", - "format": "table", - "instant": true, - "legendFormat": "CPU Limit Utilization", - "range": false, - "refId": "CPU Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "count by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"}) # Selects a single resource type to get node count", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Node Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "(karpenter_provisioner_usage{resource_type=\"memory\"} / karpenter_provisioner_limit{resource_type=\"memory\"}) or karpenter_provisioner_limit*0", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Limit Utilization", - "range": false, - "refId": "Memory Limit Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"cpu\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "CPU Capacity" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "sum by (provisioner)(karpenter_nodes_allocatable{provisioner!=\"N/A\",resource_type=\"memory\"})", - "format": "table", - "hide": false, - "instant": true, - "range": false, - "refId": "Memory Capacity" - } - ], - "title": "Provisioner Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "provisioner" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Time 5": true, - "__name__": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "job": true, - "job 1": true, - "job 2": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true - }, - "indexByName": { - "Time 1": 6, - "Time 2": 7, - "Time 3": 11, - "Time 4": 15, - "Time 5": 16, - "Value #CPU Capacity": 2, - "Value #CPU Limit Utilization": 3, - "Value #Memory Capacity": 4, - "Value #Memory Limit Utilization": 5, - "Value #Node Count": 1, - "instance 1": 8, - "instance 2": 12, - "job 1": 9, - "job 2": 13, - "provisioner": 0, - "resource_type 1": 10, - "resource_type 2": 14 - }, - "renameByName": { - "Time 1": "", - "Value": "CPU Utilization", - "Value #CPU Capacity": "CPU Provisioned", - "Value #CPU Limit Utilization": "CPU Limit Utilization", - "Value #CPU Utilization": "CPU Limit Utilization", - "Value #Memory Capacity": "Memory Provisioned", - "Value #Memory Limit Utilization": "Memory Limit Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Node Count": "Node Count", - "instance": "", - "instance 1": "", - "job": "", - "provisioner": "Provisioner" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "max": 1, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 6, - "x": 18, - "y": 29 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "hidden", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "(count(karpenter_nodes_allocatable{arch=~\"$arch\",capacity_type=\"spot\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}) or vector(0)) / count(karpenter_nodes_allocatable{arch=~\"$arch\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"})", - "legendFormat": "Percentage", - "range": true, - "refId": "A" - } - ], - "title": "Spot Node Percentage", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "node_name" - }, - "properties": [ - { - "id": "custom.width", - "value": 333 - } - ] - }, - { - "matcher": { - "id": "byRegexp", - "options": ".*Utilization" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "gradient-gauge" - }, - { - "id": "unit", - "value": "percentunit" - }, - { - "id": "min", - "value": 0 - }, - { - "id": "thresholds", - "value": { - "mode": "percentage", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 75 - } - ] - } - }, - { - "id": "max", - "value": 1 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Uptime" - }, - "properties": [ - { - "id": "unit", - "value": "s" - }, - { - "id": "decimals", - "value": 0 - } - ] - } - ] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 40 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Uptime" - } - ] - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"cpu\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "CPU Utilization", - "range": false, - "refId": "CPU Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "((karpenter_nodes_total_daemon_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0) + \n(karpenter_nodes_total_pod_requests{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} or karpenter_nodes_allocatable*0)) / \nkarpenter_nodes_allocatable{resource_type=\"memory\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Memory Utilization" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "karpenter_nodes_total_daemon_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"} + \nkarpenter_nodes_total_pod_requests{resource_type=\"pods\",arch=~\"$arch\",capacity_type=~\"$capacity_type\",instance_type=~\"$instance_type\",provisioner=~\"$provisioner\",zone=~\"$zone\"}", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Memory Utilization", - "range": false, - "refId": "Pod Count" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "exemplar": false, - "expr": "label_replace(\n sum by (node)(node_time_seconds) - sum by (node)(node_boot_time_seconds),\n \"node_name\", \"$1\", \"node\", \"(.+)\"\n)", - "format": "table", - "hide": false, - "instant": true, - "legendFormat": "Uptime", - "range": false, - "refId": "Uptime" - } - ], - "title": "Node Summary", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "node_name" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "Time": true, - "Time 1": true, - "Time 2": true, - "Time 3": true, - "Time 4": true, - "Value": false, - "Value #Pod Count": false, - "__name__": true, - "arch": true, - "arch 1": true, - "arch 2": true, - "arch 3": true, - "capacity_type 2": true, - "capacity_type 3": true, - "instance": true, - "instance 1": true, - "instance 2": true, - "instance 3": true, - "instance_category 1": true, - "instance_category 2": true, - "instance_category 3": true, - "instance_cpu": true, - "instance_cpu 1": true, - "instance_cpu 2": true, - "instance_cpu 3": true, - "instance_family": true, - "instance_family 1": true, - "instance_family 2": true, - "instance_family 3": true, - "instance_generation 1": true, - "instance_generation 2": true, - "instance_generation 3": true, - "instance_gpu_count": true, - "instance_gpu_count 1": true, - "instance_gpu_count 2": true, - "instance_gpu_count 3": true, - "instance_gpu_manufacturer": true, - "instance_gpu_manufacturer 1": true, - "instance_gpu_manufacturer 2": true, - "instance_gpu_manufacturer 3": true, - "instance_gpu_memory": true, - "instance_gpu_memory 1": true, - "instance_gpu_memory 2": true, - "instance_gpu_memory 3": true, - "instance_gpu_name": true, - "instance_gpu_name 1": true, - "instance_gpu_name 2": true, - "instance_gpu_name 3": true, - "instance_hypervisor": true, - "instance_hypervisor 1": true, - "instance_hypervisor 2": true, - "instance_hypervisor 3": true, - "instance_local_nvme 1": true, - "instance_local_nvme 2": true, - "instance_local_nvme 3": true, - "instance_memory": true, - "instance_memory 1": true, - "instance_memory 2": true, - "instance_memory 3": true, - "instance_pods": true, - "instance_pods 1": true, - "instance_pods 2": true, - "instance_pods 3": true, - "instance_size": true, - "instance_size 1": true, - "instance_size 2": true, - "instance_size 3": true, - "instance_type 1": false, - "instance_type 2": true, - "instance_type 3": true, - "job": true, - "job 1": true, - "job 2": true, - "job 3": true, - "node": true, - "os": true, - "os 1": true, - "os 2": true, - "os 3": true, - "provisioner 1": false, - "provisioner 2": true, - "provisioner 3": true, - "resource_type": true, - "resource_type 1": true, - "resource_type 2": true, - "resource_type 3": true, - "zone 1": false, - "zone 2": true, - "zone 3": true - }, - "indexByName": { - "Time 1": 1, - "Time 2": 25, - "Time 3": 45, - "Time 4": 65, - "Value #CPU Utilization": 10, - "Value #Memory Utilization": 11, - "Value #Pod Count": 9, - "Value #Uptime": 8, - "arch 1": 5, - "arch 2": 26, - "arch 3": 46, - "capacity_type 1": 6, - "capacity_type 2": 27, - "capacity_type 3": 47, - "instance 1": 4, - "instance 2": 28, - "instance 3": 48, - "instance_cpu 1": 12, - "instance_cpu 2": 29, - "instance_cpu 3": 49, - "instance_family 1": 13, - "instance_family 2": 30, - "instance_family 3": 50, - "instance_gpu_count 1": 14, - "instance_gpu_count 2": 31, - "instance_gpu_count 3": 51, - "instance_gpu_manufacturer 1": 15, - "instance_gpu_manufacturer 2": 32, - "instance_gpu_manufacturer 3": 52, - "instance_gpu_memory 1": 16, - "instance_gpu_memory 2": 33, - "instance_gpu_memory 3": 53, - "instance_gpu_name 1": 17, - "instance_gpu_name 2": 34, - "instance_gpu_name 3": 54, - "instance_hypervisor 1": 18, - "instance_hypervisor 2": 35, - "instance_hypervisor 3": 55, - "instance_memory 1": 19, - "instance_memory 2": 36, - "instance_memory 3": 56, - "instance_pods 1": 20, - "instance_pods 2": 37, - "instance_pods 3": 57, - "instance_size 1": 21, - "instance_size 2": 38, - "instance_size 3": 58, - "instance_type 1": 3, - "instance_type 2": 39, - "instance_type 3": 59, - "job 1": 22, - "job 2": 40, - "job 3": 60, - "node": 66, - "node_name": 0, - "os 1": 23, - "os 2": 41, - "os 3": 61, - "provisioner 1": 2, - "provisioner 2": 42, - "provisioner 3": 62, - "resource_type 1": 24, - "resource_type 2": 43, - "resource_type 3": 63, - "zone 1": 7, - "zone 2": 44, - "zone 3": 64 - }, - "renameByName": { - "Time": "", - "Time 1": "", - "Value": "CPU Utilization", - "Value #Allocatable": "", - "Value #CPU Utilization": "CPU Utilization", - "Value #Memory Utilization": "Memory Utilization", - "Value #Pod CPU": "", - "Value #Pod Count": "Pods", - "Value #Uptime": "Uptime", - "arch": "Architecture", - "arch 1": "Arch", - "capacity_type": "Capacity Type", - "capacity_type 1": "Capacity Type", - "instance 1": "Instance", - "instance_cpu 1": "vCPU", - "instance_type": "Instance Type", - "instance_type 1": "Instance Type", - "node_name": "Node Name", - "provisioner 1": "Provisioner", - "zone 1": "Zone" - } - } - } - ], - "type": "table" - } - ], - "refresh": false, - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, provisioner)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, zone)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "zone", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, zone)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, arch)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "arch", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, arch)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, capacity_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "capacity_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, capacity_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(karpenter_nodes_allocatable, instance_type)", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "instance_type", - "options": [], - "query": { - "query": "label_values(karpenter_nodes_allocatable, instance_type)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - }, - { - "current": { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "distribution_filter", - "options": [ - { - "selected": false, - "text": "arch", - "value": "arch" - }, - { - "selected": false, - "text": "capacity_type", - "value": "capacity_type" - }, - { - "selected": false, - "text": "instance_type", - "value": "instance_type" - }, - { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "node", - "value": "node" - }, - { - "selected": true, - "text": "provisioner", - "value": "provisioner" - }, - { - "selected": false, - "text": "zone", - "value": "zone" - } - ], - "query": "arch,capacity_type,instance_type,namespace,node,provisioner,zone", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Capacity", - "uid": "ta8I9Q67z", - "version": 4, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json deleted file mode 100644 index a2fbaaa6e3ed..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers-allocation.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636732403925, - "links": [], - "panels": [ - { - "datasource": null, - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 5, - "options": { - "content": "Displays information about Allocation controller processes.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "targets": [ - { - "queryType": "randomWalk", - "refId": "A" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "About this dashboard", - "type": "text" - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "min": null, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all bind operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of bind operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 2, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_bind_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "instant": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "All Binds" - } - ], - "title": "Bind duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all binpack operations of the Allocation controller.\n\nThe color of each \"bucket\" is a visual clue to the number of binpack operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 12 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 7, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_binpacking_duration_seconds_bucket[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Binpacking Duration" - } - ], - "title": "Binpack duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateInferno", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of all scheduling operations of the Allocation controller for provisioner $provisioner.\n\nThe color of each \"bucket\" is a visual clue to the number of scheduling operations that completed within that duration range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 20 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 9, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "7.5.0", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(karpenter_allocation_controller_scheduling_duration_seconds_bucket{provisioner=\"$provisioner\"}[$__interval])) by (le)", - "format": "heatmap", - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "Scheduling Duration" - } - ], - "title": "Scheduling duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": null, - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": null, - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "description": "Karpenter provisioner", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Provisioner", - "multi": false, - "name": "provisioner", - "options": [], - "query": { - "query": "label_values(karpenter_allocation_controller_scheduling_duration_seconds_bucket, provisioner)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "type": "query" - } - ] - }, - "time": { - "from": "now-3h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers / Allocation", - "uid": "fs47R-Dnz", - "version": 9 -} diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json deleted file mode 100644 index ca7c44862ecf..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-controllers.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "__inputs": [ - { - "name": "DS_PROMETHEUS", - "label": "Prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "8.1.6" - }, - { - "type": "panel", - "id": "graph", - "name": "Graph (old)", - "version": "" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "id": null, - "iteration": 1636733515850, - "links": [], - "panels": [ - { - "datasource": null, - "description": "", - "gridPos": { - "h": 4, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 99, - "options": { - "content": "Displays information collected by the Kubernetes controller-runtime.\n\nSee the information icon of each panel for a description.\n\nSuggest improvements and additions [here](https://github.com/aws/karpenter/issues/new?labels=dashboard).", - "mode": "markdown" - }, - "pluginVersion": "8.1.6", - "title": "About this dashboard", - "type": "text" - }, - { - "aliasColors": { - "items": "light-blue" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "", - "fill": 1, - "fillGradient": 2, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 4 - }, - "hiddenSeries": false, - "id": 14, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "workqueue_depth{name=\"$controller\"}", - "interval": "", - "legendFormat": "items", - "queryType": "randomWalk", - "refId": "Work Queue Depth" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Items in Work Queue", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 0, - "format": "short", - "label": "", - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": { - "error": "red", - "requeue": "orange", - "requeue_after": "semi-dark-purple", - "success": "green" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "${DS_PROMETHEUS}", - "description": "The rate of completed reconciliations per minute broken out by result status.", - "fill": 1, - "fillGradient": 1, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 4 - }, - "hiddenSeries": false, - "id": 76, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "alertThreshold": true - }, - "percentage": false, - "pluginVersion": "8.1.6", - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "exemplar": true, - "expr": "rate(controller_runtime_reconcile_total{controller=\"$controller\"}[$trailing]) * 60", - "interval": "", - "legendFormat": "{{result}}", - "queryType": "randomWalk", - "refId": "Reconciliations per minute" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Reconciliations per minute", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "$$hashKey": "object:566", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": "0", - "show": true - }, - { - "$$hashKey": "object:567", - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cards": { - "cardPadding": null, - "cardRound": null - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateMagma", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": "${DS_PROMETHEUS}", - "description": "Aggregates the duration of the reconciliation process.\n\nThe color of each \"bucket\" is a visual clue to the number of reconciliations that completed within that time range.\n\nMouse-over a bucket to display exact values.", - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 4 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 126, - "legend": { - "show": true - }, - "maxDataPoints": 25, - "pluginVersion": "8.1.6", - "reverseYBuckets": false, - "targets": [ - { - "exemplar": true, - "expr": "sum(increase(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[$__interval])) by (le)", - "format": "heatmap", - "hide": false, - "interval": "", - "legendFormat": "{{le}}", - "queryType": "randomWalk", - "refId": "p100" - } - ], - "timeFrom": null, - "timeShift": null, - "title": "Reconciliation duration", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "xBucketNumber": null, - "xBucketSize": null, - "yAxis": { - "decimals": 0, - "format": "s", - "logBase": 1, - "max": null, - "min": "0", - "show": true, - "splitFactor": null - }, - "yBucketBound": "auto", - "yBucketNumber": null, - "yBucketSize": null - } - ], - "refresh": "1m", - "schemaVersion": 30, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "allValue": "", - "current": {}, - "datasource": "${DS_PROMETHEUS}", - "definition": "label_values(controller_runtime_reconcile_errors_total, controller)", - "description": "Kubernetes controller", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Controller", - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_errors_total, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": null, - "current": { - "selected": true, - "text": "10m", - "value": "10m" - }, - "description": "Trailing aggregation window", - "error": null, - "hide": 0, - "includeAll": false, - "label": "Trailing", - "multi": false, - "name": "trailing", - "options": [ - { - "selected": false, - "text": "30s", - "value": "30s" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": true, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - } - ], - "query": "30s,1m,5m,10m,30m,1h", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-1h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Controllers", - "uid": "-Yw9ShDnz", - "version": 15 -} diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json deleted file mode 100644 index 74c75216e058..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/karpenter-performance-dashboard.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 7, - "links": [], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0\"}", - "legendFormat": "Min", - "range": true, - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_nodes_termination_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "E" - } - ], - "title": "Node Termination Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 24, - "x": 0, - "y": 9 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0\"}", - "format": "time_series", - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.5\"}", - "hide": false, - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.9\"}", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"0.99\"}", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "karpenter_pods_startup_time_seconds{quantile=\"1\"}", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Pod Startup Latency", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 13, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Min", - "range": true, - "refId": "Minimum" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.5, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "legendFormat": "P50", - "range": true, - "refId": "Median" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.9, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P90", - "range": true, - "refId": "P90" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(0.99, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "P99", - "range": true, - "refId": "P99" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "histogram_quantile(1, rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"$controller\"}[10m]))", - "hide": false, - "legendFormat": "Max", - "range": true, - "refId": "Maximum" - } - ], - "title": "Controller Reconciliation Latency [$controller]", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "reqps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 11, - "x": 13, - "y": 17 - }, - "id": 8, - "options": { - "displayMode": "gradient", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true - }, - "pluginVersion": "9.0.5", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "editorMode": "code", - "expr": "sum(rate(controller_runtime_reconcile_total[10m])) by (controller)", - "legendFormat": "{{controller}}", - "range": true, - "refId": "A" - } - ], - "title": "Controller Reconciliation Rate", - "type": "bargauge" - } - ], - "refresh": "5s", - "schemaVersion": 36, - "style": "dark", - "tags": [], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "provisioning", - "value": "provisioning" - }, - "datasource": { - "type": "prometheus", - "uid": "${datasource}" - }, - "definition": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "hide": 0, - "includeAll": false, - "multi": false, - "name": "controller", - "options": [], - "query": { - "query": "label_values(controller_runtime_reconcile_time_seconds_count, controller)", - "refId": "StandardVariableQuery" - }, - "refresh": 2, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" - }, - { - "current": { - "selected": false, - "text": "Prometheus", - "value": "Prometheus" - }, - "hide": 2, - "includeAll": false, - "label": "Data Source", - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Karpenter Performance", - "uid": "_bdgC2g4z", - "version": 3, - "weekStart": "" -} \ No newline at end of file diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml deleted file mode 100644 index 4cd78495351b..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/prometheus-values.yaml +++ /dev/null @@ -1,20 +0,0 @@ -alertmanager: - persistentVolume: - enabled: false - -server: - fullnameOverride: prometheus-server - persistentVolume: - enabled: false - -extraScrapeConfigs: | - - job_name: karpenter - kubernetes_sd_configs: - - role: endpoints - namespaces: - names: - - karpenter - relabel_configs: - - source_labels: [__meta_kubernetes_endpoint_port_name] - regex: http-metrics - action: keep diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh deleted file mode 100755 index 6d2332b06be2..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-monitoring.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: add-monitoring.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step09-add-prometheus-grafana.sh - step10-add-grafana-port-forward.sh - step11-grafana-get-password.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh deleted file mode 100755 index 51f286de0c3c..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-provisioner.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -declare -a steps=( - step01-config.sh - step12-add-provisioner.sh - step13-automatic-node-provisioning.sh - step14-automatic-node-termination.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh deleted file mode 100755 index cf0656f3db3d..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/add-roles.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: setup-roles.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 -SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) - -declare -a steps=( - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source "$SCRIPT_DIR/$step" -done diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh deleted file mode 100755 index 52851e7f975a..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/cleanup.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -declare -a steps=( - step01-config.sh - step16-cleanup.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/install.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/install.sh deleted file mode 100755 index e0ebfb32e511..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/install.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -set -euo pipefail #fail if one step fails - -if [ "$#" -ne 1 ] -then - echo "Missing required Karpenter version. Usage: install.sh v0.0.1" - exit 1 -fi - -export KARPENTER_VERSION=$1 - -declare -a steps=( - step01-config.sh - step02-create-cluster.sh - step03-iam-cloud-formation.sh - step04-grant-access.sh - step05-controller-iam.sh - step06-add-spot-role.sh - step08-apply-helm-chart.sh -) - -for step in "${steps[@]}"; do - echo "$step" - source $step -done diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh deleted file mode 100755 index 5792c574690e..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step01-config.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CLUSTER_NAME="${USER}-karpenter-demo" -export AWS_DEFAULT_REGION="us-west-2" -export AWS_ACCOUNT_ID="$(aws sts get-caller-identity --query Account --output text)" diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh deleted file mode 100755 index e4d466c519dc..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster-fargate.sh +++ /dev/null @@ -1,19 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -fargateProfiles: - - name: karpenter - selectors: - - namespace: karpenter -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh deleted file mode 100755 index 9b4c1ec311fc..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step02-create-cluster.sh +++ /dev/null @@ -1,22 +0,0 @@ -eksctl create cluster -f - << EOF ---- -apiVersion: eksctl.io/v1alpha5 -kind: ClusterConfig -metadata: - name: ${CLUSTER_NAME} - region: ${AWS_DEFAULT_REGION} - version: "1.23" - tags: - karpenter.sh/discovery: ${CLUSTER_NAME} -managedNodeGroups: - - instanceType: m5.large - amiFamily: AmazonLinux2 - name: ${CLUSTER_NAME}-ng - desiredCapacity: 2 - minSize: 1 - maxSize: 10 -iam: - withOIDC: true -EOF - -export CLUSTER_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} --query "cluster.endpoint" --output text)" diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh deleted file mode 100755 index dce544c1a557..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step03-iam-cloud-formation.sh +++ /dev/null @@ -1,8 +0,0 @@ -TEMPOUT=$(mktemp) - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/cloudformation.yaml > $TEMPOUT \ -&& aws cloudformation deploy \ - --stack-name "Karpenter-${CLUSTER_NAME}" \ - --template-file "${TEMPOUT}" \ - --capabilities CAPABILITY_NAMED_IAM \ - --parameter-overrides "ClusterName=${CLUSTER_NAME}" diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh deleted file mode 100755 index f98a75a50011..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step04-grant-access.sh +++ /dev/null @@ -1,6 +0,0 @@ -eksctl create iamidentitymapping \ - --username system:node:{{EC2PrivateDNSName}} \ - --cluster "${CLUSTER_NAME}" \ - --arn "arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterNodeRole-${CLUSTER_NAME}" \ - --group system:bootstrappers \ - --group system:nodes diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh deleted file mode 100755 index 32673a49c9e0..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,8 +0,0 @@ -eksctl create iamserviceaccount \ - --cluster "${CLUSTER_NAME}" --name karpenter --namespace karpenter \ - --role-name "${CLUSTER_NAME}-karpenter" \ - --attach-policy-arn "arn:aws:iam::${AWS_ACCOUNT_ID}:policy/KarpenterControllerPolicy-${CLUSTER_NAME}" \ - --role-only \ - --approve - -export KARPENTER_IAM_ROLE_ARN="arn:aws:iam::${AWS_ACCOUNT_ID}:role/${CLUSTER_NAME}-karpenter" diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh deleted file mode 100755 index 3cb0510b905b..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step06-add-spot-role.sh +++ /dev/null @@ -1,3 +0,0 @@ -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com || true -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh deleted file mode 100755 index 5f82aefc95a3..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh +++ /dev/null @@ -1,8 +0,0 @@ -docker logout public.ecr.aws -helm upgrade --install karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter --create-namespace \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=${KARPENTER_IAM_ROLE_ARN} \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set settings.aws.clusterEndpoint=${CLUSTER_ENDPOINT} \ - --set settings.aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \ - --set settings.aws.interruptionQueueName=${CLUSTER_NAME} \ - --wait diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh deleted file mode 100755 index 1b028b23c8ed..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step09-add-prometheus-grafana.sh +++ /dev/null @@ -1,11 +0,0 @@ -helm repo add grafana-charts https://grafana.github.io/helm-charts -helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm repo update - -kubectl create namespace monitoring - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/prometheus-values.yaml | tee prometheus-values.yaml -helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml - -curl -fsSL https://karpenter.sh/"${KARPENTER_VERSION}"/getting-started/getting-started-with-eksctl/grafana-values.yaml | tee grafana-values.yaml -helm install --namespace monitoring grafana grafana-charts/grafana --values grafana-values.yaml diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh deleted file mode 100755 index 85d4028642b6..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step10-add-grafana-port-forward.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl port-forward --namespace monitoring svc/grafana 3000:80 diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh deleted file mode 100755 index cdf4f61d3775..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step11-grafana-get-password.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode diff --git a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh b/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh deleted file mode 100755 index e778b1410313..000000000000 --- a/website/content/en/v0.22.0/getting-started/getting-started-with-eksctl/scripts/step12-add-provisioner.sh +++ /dev/null @@ -1,27 +0,0 @@ -cat < - Set up Karpenter with a kOps cluster ---- - -In this example, the cluster will be running on Amazon Web Services (AWS) managed by [kOps](https://kops.sigs.k8s.io/). -Karpenter is designed to be cloud provider agnostic, but currently only supports AWS. Contributions are welcomed - -Karpenter is supported on kOps as of 1.24.0-alpha.2, but sits behind a feature flag as the interface between kOps and Karpenter is -still work in progress and is likely to change significantly. This guide is intended for users that wants to test Karpenter on kOps and provide feedback to Karpenter and kOps developers. -Read more about how Karpenter works on kOps and the current limitations in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/). - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -This guide assumes you already have a kOps state store and a hosted zone. If you do not have one, -run through the [kOps getting started on AWS documentation](https://kops.sigs.k8s.io/getting_started/aws/) up until "Creating your first cluster". - -## Install - -Karpenter is installed in clusters as a managed addon. kOps will automatically create -and manage the necessary the IAM roles and policies Karpenter needs. - -### Required Utilities - -Install these tools before proceeding: - -1. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -2. `kops` - [kubectl, but for clusters](https://kops.sigs.k8s.io/getting_started/install/) v1.24.0 or later - -### Environment Variables - -After setting up the tools, set the following environment variables used by kOps. - -```bash -export KOPS_FEATURE_FLAGS=Karpenter -export CLUSTER_NAME=${USER}-karpenter-demo.example.com -export ZONES=us-west-2a -export KOPS_STATE_STORE=s3://prefix-example-com-state-store -export KOPS_OIDC_STORE=s3://prefix-example-com-oidc-store/discovery -``` - -### Create a Cluster - -kOps installs Karpenter on the control plane. Once the control plane is running, Karpenter will provision the -the worker nodes needed for non-Control Plane Deployments such as CoreDNS and CSI drivers. - -The following command will launch a cluster with Karpenter-managed worker nodes: - -```bash -kops create cluster \ - --zones=$ZONES \ - --discovery-store=${KOPS_OIDC_STORE} \ - --instance-manager=karpenter \ - --networking=amazonvpc \ - ${CLUSTER_NAME} \ - --yes -``` - -Note: we are using AWS VPC CNI for networking as Karpenter's binpacking logic assumes ENI-based networking. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different InstanceGroups. - -kOps manage provisioners through InstanceGroups. Your cluster will already have -one Provisioner that will contain a suitable set of instance types for Karpenter to -choose from. - -Managing Provisioner resources directly is possible, but not straight-forward. Read -more about managing provisioners in the [kOPs Karpenter documentation](https://kops.sigs.k8s.io/operations/karpenter/) - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -As mentioned above, you should already have some Karpenter-managed nodes in your cluster used by -other kOps addons. Create additional pods using a Deployment, and watch Karpenter provision nodes in response. - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Set up Karpenter with a Terraform cluster ---- - -Karpenter automatically provisions new nodes in response to unschedulable -pods. Karpenter does this by observing events within the Kubernetes cluster, -and then sending commands to the underlying cloud provider. - -In this example, the cluster is running on Amazon Web Services (AWS) Elastic -Kubernetes Service (EKS). Karpenter is designed to be cloud provider agnostic, -but currently only supports AWS. Contributions are welcomed. - -This guide should take less than 1 hour to complete, and cost less than $0.25. -Follow the clean-up instructions to reduce any charges. - -## Install - -Karpenter is installed in clusters with a helm chart. In this example, an EKS Managed Node group -is provisioned to support Karpenter. For running Karpenter on EKS Fargate Profiles, see -[this example](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/examples/karpenter). - -Karpenter additionally requires IAM Roles for Service Accounts (IRSA). IRSA -permits Karpenter (within the cluster) to make privileged requests to AWS (as -the cloud provider). - -### Required Utilities - -Install these tools before proceeding: - -1. [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) -2. `kubectl` - [the Kubernetes CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) -3. `terraform` - [infrastructure-as-code tool made by HashiCorp](https://learn.hashicorp.com/tutorials/terraform/install-cli) - -[Configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) -with a user that has sufficient privileges to create an EKS cluster. Verify that the CLI can -authenticate properly by running `aws sts get-caller-identity`. - -### Setting up Variables - -After setting up the tools, set the following environment variables to store -commonly used values. - -```bash -export AWS_DEFAULT_REGION="us-east-1" -``` - -The first thing we need to do is create our `main.tf` file and place the following in it. - -```hcl -terraform { - required_version = "~> 1.0" - - required_providers { - aws = { - source = "hashicorp/aws" - version = "~> 4.0" - } - helm = { - source = "hashicorp/helm" - version = "~> 2.5" - } - kubectl = { - source = "gavinbunney/kubectl" - version = "~> 1.14" - } - } -} - -provider "aws" { - region = "us-east-1" -} - -locals { - cluster_name = "karpenter-demo" - - # Used to determine correct partition (i.e. - `aws`, `aws-gov`, `aws-cn`, etc.) - partition = data.aws_partition.current.partition - - vpc_cidr = "10.0.0.0/16" - azs = slice(data.aws_availability_zones.available.names, 0, 3) -} - -data "aws_partition" "current" {} -data "aws_availability_zones" "available" {} -data "aws_ecrpublic_authorization_token" "token" {} -``` - -### Create a Cluster - -We're going to use three different Terraform modules to create our cluster -1. [`eks`](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest) which creates the EKS cluster and associated cluster resources -2. [`karpenter`](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest/submodules/karpenter) which creates Karpenter IAM role(s), instance profile, SQS queue, and EvnetBridge rules -3. [`vpc`](https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest) which creates a VPC suitable for provisioning our cluster - - -Add the following to your `main.tf` to create the VPC and EKS cluster. - -```hcl -module "vpc" { - # https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/latest - source = "terraform-aws-modules/vpc/aws" - version = "3.18.1" - - name = local.cluster_name - cidr = local.vpc_cidr - - azs = local.azs - private_subnets = [for k, v in local.azs : cidrsubnet(local.vpc_cidr, 4, k)] - public_subnets = [for k, v in local.azs : cidrsubnet(local.vpc_cidr, 8, k + 48)] - - enable_nat_gateway = true - single_nat_gateway = true - enable_dns_hostnames = true - - public_subnet_tags = { - "kubernetes.io/role/elb" = 1 - } - - private_subnet_tags = { - "kubernetes.io/role/internal-elb" = 1 - # Tags subnets for Karpenter auto-discovery - "karpenter.sh/discovery" = "true" - } -} - -module "eks" { - # https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest - source = "terraform-aws-modules/eks/aws" - version = "18.31.0" - - cluster_name = local.cluster_name - cluster_version = "1.24" - - vpc_id = module.vpc.vpc_id - subnet_ids = module.vpc.private_subnets - - # Required for Karpenter role below - enable_irsa = true - - node_security_group_additional_rules = { - ingress_nodes_karpenter_port = { - description = "Cluster API to Node group for Karpenter webhook" - protocol = "tcp" - from_port = 8443 - to_port = 8443 - type = "ingress" - source_cluster_security_group = true - } - } - - node_security_group_tags = { - # NOTE - if creating multiple security groups with this module, only tag the - # security group that Karpenter should utilize with the following tag - # (i.e. - at most, only one security group should have this tag in your account) - "karpenter.sh/discovery" = local.cluster_name - } - - # Only need one node to get Karpenter up and running. - # This ensures core services such as VPC CNI, CoreDNS, etc. are up and running - # so that Karpenter can be deployed and start managing compute capacity as required - eks_managed_node_groups = { - initial = { - instance_types = ["m5.large"] - # Not required nor used - avoid tagging two security groups with same tag as well - create_security_group = false - - # Ensure enough capacity to run 2 Karpenter pods - min_size = 2 - max_size = 3 - desired_size = 2 - } - } -} -``` - -At this point, go ahead and apply what we've done to create the VPC and -EKS cluster. This will take approximately 12-15 minutes to create. - -```bash -terraform init -terraform apply -``` - -### Create the EC2 Spot Service Linked Role - -This step is only necessary if this is the first time you're using EC2 Spot in this account. More details are available [here](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). - -```bash -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -# If the role has already been successfully created, you will see: -# An error occurred (InvalidInput) when calling the CreateServiceLinkedRole operation: Service role name AWSServiceRoleForEC2Spot has been taken in this account, please try a different suffix. -``` - -### Create the Karpenter AWS Resources - -The EKS module creates an IAM role for the EKS managed node group nodes. We'll use that for -Karpenter (so we don't have to reconfigure the aws-auth ConfigMap for a new role), but we need -to create an instance profile we can reference. We will utilize the `karpenter` sub-module to -create the necessary AWS resources required by Karpenter, including those necessary to support -node termination handling (SQS queue and EventBridge rules). - -Add the following to your `main.tf` to create: -- AWS IAM instance profile Karpenter will assign to nodes created -- AWS IAM role for service accounts (IRSA) used by the Karpenter controller -- AWS SQS queue and EventBridge rules for node termination handling - -```hcl -module "karpenter" { - source = "terraform-aws-modules/eks/aws//modules/karpenter" - version = "18.31.0" - - cluster_name = module.eks.cluster_name - - irsa_oidc_provider_arn = module.eks.oidc_provider_arn - irsa_namespace_service_accounts = ["karpenter:karpenter"] - - # Since Karpenter is running on an EKS Managed Node group, - # we can re-use the role that was created for the node group - create_iam_role = false - iam_role_arn = module.eks.eks_managed_node_groups["initial"].iam_role_arn -} -``` - -Go ahead and apply the changes. - -```bash -terraform init -terraform apply -``` - -### Install Karpenter Helm Chart - -We are going to use the `helm_release` Terraform resource to do the deploy and pass -in the cluster details and IAM role Karpenter needs to assume. - -Add the following to your `main.tf` to provision Karpenter via its Helm chart. - -```hcl -provider "helm" { - kubernetes { - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name] - } - } -} - -resource "helm_release" "karpenter" { - namespace = "karpenter" - create_namespace = true - - name = "karpenter" - repository = "oci://public.ecr.aws/karpenter" - repository_username = data.aws_ecrpublic_authorization_token.token.user_name - repository_password = data.aws_ecrpublic_authorization_token.token.password - chart = "karpenter" - version = "v0.22.0" - - set { - name = "settings.aws.clusterName" - value = module.eks.cluster_name - } - - set { - name = "settings.aws.clusterEndpoint" - value = module.eks.cluster_endpoint - } - - set { - name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn" - value = module.karpenter.irsa_arn - } - - set { - name = "settings.aws.defaultInstanceProfile" - value = module.karpenter.instance_profile_name - } - - set { - name = "settings.aws.interruptionQueueName" - value = module.karpenter.queue_name - } -} -``` - -Since we've added a new provider (helm), you'll need to run `terraform init` again -before applying the changes to deploy Karpenter. - -```bash -terraform init -terraform apply -``` - -### Enable Debug Logging (optional) - -The global log level can be modified with the `logLevel` chart value (e.g. `--set logLevel=debug`) or the individual components can have their log level set with `controller.logLevel` or `webhook.logLevel` chart values. - -### Provisioner - -A single Karpenter provisioner is capable of handling many different pod -shapes. Karpenter makes scheduling and provisioning decisions based on pod -attributes such as labels and affinity. In other words, Karpenter eliminates -the need to manage many different node groups. - -Create a default provisioner using the command below. This provisioner -configures instances to connect to your cluster's endpoint and discovers -resources like subnets and security groups using the cluster's name. - -The `ttlSecondsAfterEmpty` value configures Karpenter to terminate empty nodes. -This behavior can be disabled by leaving the value undefined. - -Review the [provisioner CRD]({{}}) for more information. For example, -`ttlSecondsUntilExpired` configures Karpenter to terminate nodes when a maximum age is reached. - -Add the following to your `main.tf` to deploy the Karpenter provisioner. - -Note: This provisioner will create capacity as long as the sum of all created capacity is less than the specified limit. - -```hcl -provider "kubectl" { - apply_retry_count = 5 - host = module.eks.cluster_endpoint - cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data) - load_config_file = false - - exec { - api_version = "client.authentication.k8s.io/v1beta1" - command = "aws" - args = ["eks", "get-token", "--cluster-name", module.eks.cluster_name] - } -} - -resource "kubectl_manifest" "karpenter_provisioner" { - yaml_body = <<-YAML - apiVersion: karpenter.sh/v1alpha5 - kind: Provisioner - metadata: - name: default - spec: - requirements: - - key: karpenter.sh/capacity-type - operator: In - values: ["spot"] - limits: - resources: - cpu: 1000 - providerRef: - name: default - ttlSecondsAfterEmpty: 30 - YAML - - depends_on = [ - helm_release.karpenter - ] -} - -resource "kubectl_manifest" "karpenter_node_template" { - yaml_body = <<-YAML - apiVersion: karpenter.k8s.aws/v1alpha1 - kind: AWSNodeTemplate - metadata: - name: default - spec: - subnetSelector: - karpenter.sh/discovery: "true" - securityGroupSelector: - karpenter.sh/discovery: ${module.eks.cluster_name} - tags: - karpenter.sh/discovery: ${module.eks.cluster_name} - YAML - - depends_on = [ - helm_release.karpenter - ] -} -``` - -Since we've added a new provider (kubectl), you'll need to run `terraform init` again -before applying the changes to deploy the Karpenter provisioner. - -```bash -terraform init -terraform apply -``` - -## First Use - -Karpenter is now active and ready to begin provisioning nodes. -Create some pods using a deployment, and watch Karpenter provision nodes in response. - -Before we can start interacting with the cluster, we need to update our local kubeconfig: - -```bash -aws eks update-kubeconfig --name karpenter-demo -``` - -### Automatic Node Provisioning - -This deployment uses the [pause image](https://www.ianlewis.org/en/almighty-pause-container) and starts with zero replicas. - -```bash -cat < - Migrate to Karpenter from Cluster Autoscaler ---- - -This guide will show you how to switch from the [Kubernetes Cluster Autoscaler](https://github.com/kubernetes/autoscaler) to Karpenter for automatic node provisioning. -We will make the following assumptions in this guide - -* You will use an existing EKS cluster -* You will use existing VPC and subnets -* You will use existing security groups -* Your nodes are part of one or more node groups -* Your workloads have pod disruption budgets that adhere to [EKS best practices](https://aws.github.io/aws-eks-best-practices/karpenter/) -* Your cluster has an [OIDC provider](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for service accounts - -This guide will also assume you have the `aws` CLI installed. -You can also perform many of these steps in the console, but we will use the command line for simplicity. - -## Create IAM roles - -To get started with our migration we first need to create two new IAM roles for nodes provisioned with Karpenter and the Karpenter controller. - -To create the Karpenter node role we will use the following policy and commands. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step01-node-iam.sh" language="bash" %}} - -Now attach the required policies to the role - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step02-node-policies.sh" language="bash" %}} - -Attach the IAM role to an EC2 instance profile. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh" language="bash" %}} - -Now we need to create an IAM role that the Karpenter controller will use to provision new instances. -The controller will be using [IAM Roles for Service Accounts (IRSA)](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) which requires an OIDC endpoint. - -If you have another option for using IAM credentials with workloads (e.g. [kube2iam](https://github.com/jtblin/kube2iam)) your steps will be different. - -Set a variable for your cluster name. - -```bash -CLUSTER_NAME= -``` - -Set other variables from your cluster configuration. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step04-env.sh" language="bash" %}} - -Use that information to create our IAM role, inline policy, and trust relationship. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh" language="bash" %}} - -## Add tags to subnets and security groups - -We need to add tags to our nodegroup subnets so Karpenter will know which subnets to use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh" language="bash" %}} - -Add tags to our security groups. -This command only tags the security groups for the first nodegroup in the cluster. -If you have multiple nodegroups or multiple security groups you will need to decide which one Karpenter should use. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh" language="bash" %}} - -## Update aws-auth ConfigMap - -We need to allow nodes that are using the node IAM role we just created to join the cluster. -To do that we have to modify the `aws-auth` ConfigMap in the cluster. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh" language="bash" %}} - -You will need to add a section to the mapRoles that looks something like this. -Replace the `${AWS_ACCOUNT_ID}` variable with your account, but do not replace the `{{EC2PrivateDNSName}}`. -``` - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterInstanceNodeRole - username: system:node:{{EC2PrivateDNSName}} -``` - -The full aws-auth configmap should have two groups. -One for your Karpenter node role and one for your existing node group. - -## Deploy Karpenter - -First set the Karpenter release you want to deploy. -```bash -export KARPENTER_VERSION=v0.22.0 -``` - -We can now generate a full Karpenter deployment yaml from the helm chart. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh" language="bash" %}} - -Modify the following lines in the karpenter.yaml file. - -### Set node affinity - -Edit the karpenter.yaml file and find the karpenter deployment affinity rules. -Modify the affinity so karpenter will run on one of the existing node group nodes. - -The rules should look something like this. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: karpenter.sh/provisioner-name - operator: DoesNotExist - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -Now that our deployment is ready we can create the karpenter namespace, create the provisioner CRD, and then deploy the rest of the karpenter resources. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step10-deploy.sh" language="bash" %}} - -## Create default provisioner - -We need to create a default provisioner so Karpenter knows what types of nodes we want for unscheduled workloads. -You can refer to some of the [example provisioners](https://github.com/aws/karpenter/tree{{< githubRelRef >}}examples/provisioner) for specific needs. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh" language="bash" %}} - -## Set nodeAffinity for critical workloads (optional) - -You may also want to set a nodeAffinity for other critical cluster workloads. - -Some examples are - -* coredns -* metric-server - -You can edit them with `kubectl edit deploy ...` and you should add node affinity for your static node group instances. -Modify the value to match your `$NODEGROUP`. - -``` - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: eks.amazonaws.com/nodegroup - operator: In - values: - - ${NODEGROUP} -``` - -## Remove CAS - -Now that karpenter is running we can disable the cluster autoscaler. -To do that we will scale the number of replicas to zero. - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step12-scale-cas.sh" language="bash" %}} - -To get rid of the instances that were added from the node group we can scale our nodegroup down to a minimum size to support Karpenter and other critical services. -We suggest a minimum of 2 nodes for the node group. - -> Note: If your workloads do not have [pod disruption budgets](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) set, -> the following command **will cause workloads to be unavailable.** - -{{% script file="./content/en/{VERSION}/getting-started/migrating-from-cas/scripts/step13-scale-ng.sh" language="bash" %}} - -If you have a lot of nodes or workloads you may want to slowly scale down your node groups by a few instances at a time. -It is recommended to watch the transition carefully for workloads that may not have enough replicas running or disruption budgets configured. - -## Verify Karpenter - -As nodegroup nodes are drained you can verify that Karpenter is creating nodes for your workloads. - -```bash -kubectl logs -f -n karpenter -c controller -l app.kubernetes.io/name=karpenter -``` - -You should also see new nodes created in your cluster as the old nodes are removed - -```bash -kubectl get nodes -``` diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh deleted file mode 100644 index 9946254d957a..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step01-node-iam.sh +++ /dev/null @@ -1,15 +0,0 @@ -echo '{ - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ec2.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] -}' > node-trust-policy.json - -aws iam create-role --role-name KarpenterInstanceNodeRole \ - --assume-role-policy-document file://node-trust-policy.json diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh deleted file mode 100644 index c7cf247b86d0..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step02-node-policies.sh +++ /dev/null @@ -1,11 +0,0 @@ -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEKS_CNI_Policy - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly - -aws iam attach-role-policy --role-name KarpenterInstanceNodeRole \ - --policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh deleted file mode 100644 index 276ba81b6c7c..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step03-instance-profile.sh +++ /dev/null @@ -1,6 +0,0 @@ -aws iam create-instance-profile \ - --instance-profile-name KarpenterInstanceProfile - -aws iam add-role-to-instance-profile \ - --instance-profile-name KarpenterInstanceProfile \ - --role-name KarpenterInstanceNodeRole diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step04-env.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step04-env.sh deleted file mode 100644 index f688a5256f2d..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step04-env.sh +++ /dev/null @@ -1,7 +0,0 @@ -CLUSTER_ENDPOINT="$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.endpoint" \ - --output text)" -OIDC_ENDPOINT="$(aws eks describe-cluster --name ${CLUSTER_NAME} \ - --query "cluster.identity.oidc.issuer" --output text)" -AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query 'Account' \ - --output text) diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh deleted file mode 100644 index 70b31fcaaf1c..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step05-controller-iam.sh +++ /dev/null @@ -1,66 +0,0 @@ -echo "{ - \"Version\": \"2012-10-17\", - \"Statement\": [ - { - \"Effect\": \"Allow\", - \"Principal\": { - \"Federated\": \"arn:aws:iam::${AWS_ACCOUNT_ID}:oidc-provider/${OIDC_ENDPOINT#*//}\" - }, - \"Action\": \"sts:AssumeRoleWithWebIdentity\", - \"Condition\": { - \"StringEquals\": { - \"${OIDC_ENDPOINT#*//}:aud\": \"sts.amazonaws.com\", - \"${OIDC_ENDPOINT#*//}:sub\": \"system:serviceaccount:karpenter:karpenter\" - } - } - } - ] -}" > controller-trust-policy.json - -aws iam create-role --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --assume-role-policy-document file://controller-trust-policy.json - -echo '{ - "Statement": [ - { - "Action": [ - "ssm:GetParameter", - "iam:PassRole", - "ec2:DescribeImages", - "ec2:RunInstances", - "ec2:DescribeSubnets", - "ec2:DescribeSecurityGroups", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeInstances", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstanceTypeOfferings", - "ec2:DescribeAvailabilityZones", - "ec2:DeleteLaunchTemplate", - "ec2:CreateTags", - "ec2:CreateLaunchTemplate", - "ec2:CreateFleet", - "ec2:DescribeSpotPriceHistory", - "pricing:GetProducts" - ], - "Effect": "Allow", - "Resource": "*", - "Sid": "Karpenter" - }, - { - "Action": "ec2:TerminateInstances", - "Condition": { - "StringLike": { - "ec2:ResourceTag/Name": "*karpenter*" - } - }, - "Effect": "Allow", - "Resource": "*", - "Sid": "ConditionalEC2Termination" - } - ], - "Version": "2012-10-17" -}' > controller-policy.json - -aws iam put-role-policy --role-name KarpenterControllerRole-${CLUSTER_NAME} \ - --policy-name KarpenterControllerPolicy-${CLUSTER_NAME} \ - --policy-document file://controller-policy.json diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh deleted file mode 100644 index de972ea2bddd..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step06-tag-subnets.sh +++ /dev/null @@ -1,6 +0,0 @@ -for NODEGROUP in $(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups' --output text); do aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources $(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name $NODEGROUP --query 'nodegroup.subnets' --output text ) -done diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh deleted file mode 100644 index cbeaf0909797..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step07-tag-security-groups.sh +++ /dev/null @@ -1,22 +0,0 @@ -NODEGROUP=$(aws eks list-nodegroups --cluster-name ${CLUSTER_NAME} \ - --query 'nodegroups[0]' --output text) - -LAUNCH_TEMPLATE=$(aws eks describe-nodegroup --cluster-name ${CLUSTER_NAME} \ - --nodegroup-name ${NODEGROUP} --query 'nodegroup.launchTemplate.{id:id,version:version}' \ - --output text | tr -s "\t" ",") - -# If your EKS setup is configured to use only Cluster security group, then please execute - - -SECURITY_GROUPS=$(aws eks describe-cluster \ - --name ${CLUSTER_NAME} --query "cluster.resourcesVpcConfig.clusterSecurityGroupId") - -# If your setup uses the security groups in the Launch template of a managed node group, then : - -SECURITY_GROUPS=$(aws ec2 describe-launch-template-versions \ - --launch-template-id ${LAUNCH_TEMPLATE%,*} --versions ${LAUNCH_TEMPLATE#*,} \ - --query 'LaunchTemplateVersions[0].LaunchTemplateData.[NetworkInterfaces[0].Groups||SecurityGroupIds]' \ - --output text) - -aws ec2 create-tags \ - --tags "Key=karpenter.sh/discovery,Value=${CLUSTER_NAME}" \ - --resources ${SECURITY_GROUPS} diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh deleted file mode 100644 index 740eae66f345..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step08-edit-aws-auth.sh +++ /dev/null @@ -1 +0,0 @@ -kubectl edit configmap aws-auth -n kube-system diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh deleted file mode 100644 index 1bf08235bb00..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step09-generate-chart.sh +++ /dev/null @@ -1,6 +0,0 @@ -helm template karpenter oci://public.ecr.aws/karpenter/karpenter --version ${KARPENTER_VERSION} --namespace karpenter \ - --set settings.aws.defaultInstanceProfile=KarpenterInstanceProfile \ - --set settings.aws.clusterEndpoint="${CLUSTER_ENDPOINT}" \ - --set settings.aws.clusterName=${CLUSTER_NAME} \ - --set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"="arn:aws:iam::${AWS_ACCOUNT_ID}:role/KarpenterControllerRole-${CLUSTER_NAME}" \ - --version ${KARPENTER_VERSION} > karpenter.yaml diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh deleted file mode 100644 index 20bd80c02f61..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step10-deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -kubectl create namespace karpenter -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.sh_provisioners.yaml -kubectl create -f \ - https://raw.githubusercontent.com/aws/karpenter/${KARPENTER_VERSION}/pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -kubectl apply -f karpenter.yaml diff --git a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh b/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh deleted file mode 100644 index 76642ce51122..000000000000 --- a/website/content/en/v0.22.0/getting-started/migrating-from-cas/scripts/step11-create-provisioner.sh +++ /dev/null @@ -1,26 +0,0 @@ -cat < - Troubleshoot Karpenter problems ---- - -## Installation - -### Installation Webhook Timeout on v0.19.0+ - -If you're upgrading from before `v0.19.0` to `v0.19.0+`, are using ArgoCD, and are unable to call your webhook with the following error, your ArgoCD sync may be trying to check for webhooks that no longer exist, since the name has changed. - -`Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` - -Delete the stale webhooks. After the following, sync ArgoCD once again. -``` -kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh -kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh -``` - -### Missing Service Linked Role -Unless your AWS account has already onboarded to EC2 Spot, you will need to create the service linked role to avoid `ServiceLinkedRoleCreationNotPermitted`. -``` -AuthFailure.ServiceLinkedRoleCreationNotPermitted: The provided credentials do not have permission to create the service-linked role for EC2 Spot Instances -``` -This can be resolved by creating the [Service Linked Role](https://docs.aws.amazon.com/batch/latest/userguide/spot_fleet_IAM_role.html). -``` -aws iam create-service-linked-role --aws-service-name spot.amazonaws.com -``` - -### Terraform fails to create instance profile when name is too long - -In the Getting Started with Terraform instructions to [Configure the KarpenterNode IAM Role]({{}}), the name assigned to the aws_iam_instance_profile cannot exceed 38 characters. If it does, it will fail with a message similar to: - -```text -Error: expected length of name_prefix to be in the range (1 - 38), got with module.eks.aws_iam_role.cluster[0], -on .terraform/modules/eks/main.tf line 131, in resource "aws_iam_role" "cluster": -131: name_prefix = var.cluster_iam_role_name != "" ? null : var.cluster_name -``` - -Note that it can be easy to run over the 38-character limit considering that the example includes KarpenterNodeInstanceProfile- (29 characters) and -karpenter-demo (15 characters). -That leaves only four characters for your user name. -You can reduce the number of characters consumed by changing `KarpenterNodeInstanceProfile-` to something like `KarpenterNode-`. - -### Karpenter Role names exceeding 64-character limit - -If you use a tool such as AWS CDK to generate your Kubernetes cluster name, when you add Karpenter to your cluster you could end up with a cluster name that is too long to incorporate into your KarpenterNodeRole name (which is limited to 64 characters). - -Node role names for Karpenter are created in the form `KarpenterNodeRole-${Cluster_Name}` in the [Create the KarpenterNode IAM Role]({{}}) section of the getting started guide. -If a long cluster name causes the Karpenter node role name to exceed 64 characters, creating that object will fail. - -Keep in mind that `KarpenterNodeRole-` is just a recommendation from the getting started guide. -Instead using of the eksctl role, you can shorten the name to anything you like, as long as it has the right permissions. - -### Unknown field in Provisioner spec - -If you are upgrading from an older version of Karpenter, there may have been changes in the CRD between versions. Attempting to utilize newer functionality which is surfaced in newer versions of the CRD may result in the following error message: - -``` -error: error validating "STDIN": error validating data: ValidationError(Provisioner.spec): unknown field "" in sh.karpenter.v1alpha5.Provisioner.spec; if you choose to ignore these errors, turn validation off with --validate=false -``` - -If you see this error, you can solve the problem by following the [Custom Resource Definition Upgrade Guidance](../upgrade-guide/#custom-resource-definition-crd-upgrades). - -Info on whether there has been a change to the CRD between versions of Karpenter can be found in the [Release Notes](../upgrade-guide/#released-upgrade-notes) - -### Unable to schedule pod due to insufficient node group instances - -v0.16.0 changed the default replicas from 1 to 2. - -Karpenter won't launch capacity to run itself (log related to the `karpenter.sh/provisioner-name DoesNotExist requirement`) -so it can't provision for the second Karpenter pod. - -To solve this you can either reduce the replicas back from 2 to 1, or ensure there is enough capacity that isn't being managed by Karpenter -(these are instances with the name `karpenter.sh/provisioner-name/`) to run both pods. - -To do so on AWS increase the `minimum` and `desired` parameters on the node group autoscaling group to launch at lease 2 instances. - -### Helm Error When Pulling the Chart - -If Helm is showing an error when trying to install Karpenter helm charts: - -- Ensure you are using a newer Helm version, Helm started supporting OCI images since v3.8.0. -- Helm does not have an `helm repo add` concept in OCI, so to install Karpenter you no longer need this -- Verify that the image you are trying to pull actually exists in [gallery.ecr.aws/karpenter](https://gallery.ecr.aws/karpenter/karpenter) -- Sometimes Helm generates a generic error, you can add the --debug switch to any of the helm commands in this doc for more verbose error messages -- If you are getting a 403 forbidden error, you can try `docker logout public.ecr.aws` as explained [here](https://docs.aws.amazon.com/AmazonECR/latest/public/public-troubleshooting.html) -- If you are receiving this error: `Error: failed to download "oci://public.ecr.aws/karpenter/karpenter" at version "0.17.0"`, then you need to prepend a `v` to the version number: `v0.17.0`. Before Karpenter moved to OCI helm charts (pre-v0.17.0), both `v0.16.0` and `0.16.0` would work, but OCI charts require an exact version match. - -## Uninstallation - -### Unable to delete nodes after uninstalling Karpenter -Karpenter adds a [finalizer](https://github.com/aws/karpenter/pull/466) to nodes that it provisions to support graceful node termination. If Karpenter is uninstalled, these finalizers will cause the API Server to block deletion until the finalizers are removed. - -You can fix this by patching the node objects: -- `kubectl edit node ` and remove the line that says `karpenter.sh/termination` in the finalizers field. -- Run the following script that gets all nodes with the finalizer and removes all the finalizers from those nodes. - - NOTE: this will remove ALL finalizers from nodes with the karpenter finalizer. -```{bash} -kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{"\n"}' | grep "karpenter.sh/termination" | cut -d ':' -f 1 | xargs kubectl patch node --type='json' -p='[{"op": "remove", "path": "/metadata/finalizers"}]' -``` - -## Webhooks - -### Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" - -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` - -Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) -```text -kubectl get po -A -l app.kubernetes.io/name=karpenter -NAME READY STATUS RESTARTS AGE -karpenter-7b46fb5c-gcr9z 2/2 Running 0 17h -``` - -Karpenter service has endpoints assigned to it -```text -kubectl get ep -A -l app.kubernetes.io/name=karpenter -NAMESPACE NAME ENDPOINTS AGE -karpenter karpenter 192.168.39.88:8443,192.168.39.88:8080 16d -``` - -Your security groups are not blocking you from reaching your webhook. - -This is especially relevant if you have used `terraform-eks-module` version `>=18` since that version changed its security -approach, and now it's much more restrictive. - -## Provisioning - -### DaemonSets can result in deployment failures - -For Karpenter versions 0.5.3 and earlier, DaemonSets were not properly considered when provisioning nodes. -This sometimes caused nodes to be deployed that could not meet the needs of the requested DaemonSets and workloads. -This issue no longer occurs after Karpenter version 0.5.3 (see [PR #1155](https://github.com/aws/karpenter/pull/1155)). - -If you are using a pre-0.5.3 version of Karpenter, one workaround is to set your provisioner to only use larger instance types that you know will be big enough for the DaemonSet and the workload. -For more information, see [Issue #1084](https://github.com/aws/karpenter/issues/1084). -Examples of this behavior are included in [Issue #1180](https://github.com/aws/karpenter/issues/1180). - -### Unspecified resource requests cause scheduling/bin-pack failures - -Not using the Kubernetes [LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) feature to enforce minimum resource request sizes will allow pods with very low or non-existent resource requests to be scheduled. -This can cause issues as Karpenter bin-packs pods based on the resource requests. - -If the resource requests do not reflect the actual resource usage of the pod, Karpenter will place too many of these pods onto the same node resulting in the pods getting CPU throttled or terminated due to the OOM killer. -This behavior is not unique to Karpenter and can also occur with the standard `kube-scheduler` with pods that don't have accurate resource requests. - -To prevent this, you can set LimitRanges on pod deployments on a per-namespace basis. -See the Karpenter [Best Practices Guide](https://aws.github.io/aws-eks-best-practices/karpenter/#use-limitranges-to-configure-defaults-for-resource-requests-and-limits) for further information on the use of LimitRanges. - -### Missing subnetSelector and securityGroupSelector tags causes provisioning failures - -Starting with Karpenter v0.5.5, if you are using Karpenter-generated launch template, provisioners require that [subnetSelector]({{}}) and [securityGroupSelector]({{}}) tags be set to match your cluster. -The [Provisioner]({{}}) section in the Karpenter Getting Started Guide uses the following example: - -```text -kind: AWSNodeTemplate -spec: - subnetSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} - securityGroupSelector: - karpenter.sh/discovery: ${CLUSTER_NAME} -``` -To check your subnet and security group selectors, type the following: - -```bash -aws ec2 describe-subnets --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns subnets matching the selector* - -```bash -aws ec2 describe-security-groups --filters Name=tag:karpenter.sh/discovery,Values=${CLUSTER_NAME} -``` -*Returns security groups matching the selector* - -Provisioners created without those tags and run in more recent Karpenter versions will fail with this message when you try to run the provisioner: - -```text - field(s): spec.provider.securityGroupSelector, spec.provider.subnetSelector -``` - -### Pods using Security Groups for Pods stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running" - -When leveraging [Security Groups for Pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html), Karpenter will launch nodes as expected but pods will be stuck in "ContainerCreating" state for up to 30 minutes before transitioning to "Running". This is related to an interaction between Karpenter and the [amazon-vpc-resource-controller](https://github.com/aws/amazon-vpc-resource-controller-k8s) when a pod requests `vpc.amazonaws.com/pod-eni` resources. More info can be found in [issue #1252](https://github.com/aws/karpenter/issues/1252). - -To workaround this problem, add the `vpc.amazonaws.com/has-trunk-attached: "false"` label in your Karpenter Provisioner spec and ensure instance-type requirements include [instance-types which support ENI trunking](https://github.com/aws/amazon-vpc-resource-controller-k8s/blob/master/pkg/aws/vpc/limits.go). -```yaml -apiVersion: karpenter.sh/v1alpha5 -kind: Provisioner -metadata: - name: default -spec: - labels: - vpc.amazonaws.com/has-trunk-attached: "false" - ttlSecondsAfterEmpty: 30 -``` - -## Deprovisioning - -### Nodes not deprovisioned - -There are a few cases where requesting to deprovision a Karpenter node will fail or will never be attempted. These cases are outlined below in detail. - -#### Initialization - -Karpenter determines the nodes that it can begin to consider for deprovisioning by looking at the `karpenter.sh/initialized` node label. If this node label is not set on a Node, Karpenter will not consider it for any automatic deprovisioning. For more details on what may be preventing nodes from being initialized, see [Nodes not initialized]({{}}). - -#### Disruption budgets - -Karpenter respects Pod Disruption Budgets (PDBs) by using a backoff retry eviction strategy. Pods will never be forcibly deleted, so pods that fail to shut down will prevent a node from deprovisioning. -Kubernetes PDBs let you specify how much of a Deployment, ReplicationController, ReplicaSet, or StatefulSet must be protected from disruptions when pod eviction requests are made. - -PDBs can be used to strike a balance by protecting the application's availability while still allowing a cluster administrator to manage the cluster. -Here is an example where the pods matching the label `myapp` will block node termination if evicting the pod would reduce the number of available pods below 4. - -```yaml -apiVersion: policy/v1 -kind: PodDisruptionBudget -metadata: - name: myapp-pdb -spec: - minAvailable: 4 - selector: - matchLabels: - app: myapp -``` - -You can set `minAvailable` or `maxUnavailable` as integers or as a percentage. -Review what [disruptions are](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/), and [how to configure them](https://kubernetes.io/docs/tasks/run-application/configure-pdb/). - -#### `karpenter.sh/do-not-evict` Annotation - -If a pod exists with the annotation `karpenter.sh/do-not-evict: true` on a node, and a request is made to delete the node, Karpenter will not drain any pods from that node or otherwise try to delete the node. Nodes that have pods with a `do-not-evict` annotation are not considered for consolidation, though their unused capacity is considered for the purposes of running pods from other nodes which can be consolidated. - -If you want to terminate a node with a `do-not-evict` pod, you can simply remove the annotation and the deprovisioning process will continue. - -#### Scheduling Constraints (Consolidation Only) - -Consolidation will be unable to consolidate a node if, as a result of its scheduling simulation, it determines that the pods on a node cannot run on other nodes due to inter-pod affinity/anti-affinity, topology spread constraints, or some other scheduling restriction that couldn't be fulfilled. - -## Node Launch/Readiness - -### Node not created - -In some circumstances, Karpenter controller can fail to start up a node. -For example, providing the wrong block storage device name in a custom launch template can result in a failure to start the node and an error similar to: - -```bash -2022-01-19T18:22:23.366Z ERROR controller.provisioning Could not launch node, launching instances, with fleet error(s), InvalidBlockDeviceMapping: Invalid device name /dev/xvda; ... -``` - -You can see errors like this by viewing Karpenter controller logs: -```bash -kubectl get pods -A | grep karpenter -``` -```bash -karpenter karpenter-XXXX 2/2 Running 2 21d -``` -```bash -kubectl logs karpenter-XXXX -c controller -n karpenter | less -``` - -### Nodes not initialized - -Karpenter uses node initialization to understand when to begin using the real node capacity and allocatable details for scheduling. It also utilizes initialization to determine when it can being consolidating nodes managed by Karpenter. - -Karpenter determines node initialization using three factors: -1. Node readiness -2. Expected resources are registered -3. Provisioner startup taints are removed - -#### Node Readiness - -Karpenter checks the `Ready` condition type and expects it to be `True`. - -To see troubleshooting around what might be preventing nodes from becoming ready, see [Node NotReady]({{}}) - -#### Expected resources are registered - -Karpenter pull instance type information, including all expected resources that should register to your node. It then expects all these resources to properly register to a non-zero quantity in node `.status.allocatable`. - -Common resources that don't register and leave nodes in a non-initialized state: -1. `nvidia.com/gpu` (or any gpu-based resource): A GPU instance type that supports the `nvidia.com/gpu` resource is launched but the daemon/daemonset to register the resource on the node doesn't exist -2. `vpc.amazonaws.com/pod-eni`: An instance type is launched by the `ENABLE_POD_ENI` value is set to `false` in the `vpc-cni` plugin. Karpenter will expect that the `vpc.amazonaws.com/pod-eni` will be registered, but it never will. - -#### Provisioner startup taints are removed - -Karpenter expects all startup taints specified in `.spec.startupTaints` of the provisioner to be completely removed from node `.spec.taints` before it will consider the node initialized. - -### Node NotReady - -There are cases where the node starts, but fails to join the cluster and is marked "Node NotReady". -Reasons that a node can fail to join the cluster include: -- Permissions -- Security Groups -- Networking - -The easiest way to start debugging is to connect to the instance and get the Kubelet logs. For an AL2 based node: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Check Kubelet logs -sudo journalctl -u kubelet -``` - -For Bottlerocket, you'll need to get access to the root filesystem: -```bash -# List the nodes managed by Karpenter -kubectl get node -l karpenter.sh/provisioner-name -# Extract the instance ID (replace with a node name from the above listing) -INSTANCE_ID=$(kubectl get node -ojson | jq -r ".spec.providerID" | cut -d \/ -f5) -# Connect to the instance -aws ssm start-session --target $INSTANCE_ID -# Enter the admin container -enter-admin-container -# Run sheltie -sudo sheltie -# Check Kubelet logs -journalctl -u kubelet -``` - -Here are examples of errors from Node NotReady issues that you might see from `journalctl`: - -* The runtime network not being ready can reflect a problem with IAM role permissions: - - ``` - KubeletNotReady runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized - ``` - See [Amazon EKS node IAM role](https://docs.aws.amazon.com/eks/latest/userguide/create-node-role.html) for details. If you’re using `eksctl`, the VPC CNI pods may be given permissions through IRSA instead. Verify that this set up is working as intended. You can also look at the logs for your CNI plugin from the `aws-node` pod: - - ```bash - kubectl get pods -n kube-system | grep aws-node - ``` - ``` - aws-node-????? 1/1 Running 2 20d - ``` - ```bash - kubectl logs aws-node-????? -n kube-system - ``` - -* Not being able to register the node with the Kubernetes API server indicates an error condition like the following: - - ``` - Attempting to register node" node="ip-192-168-67-130.ec2.internal" - Unable to register node with API server" err="Unauthorized" node="ip-192-168-67-130.ec2.internal" - Error getting node" err="node \"ip-192-168-67-130.ec2.internal\" not found - Failed to contact API server when waiting for CSINode publishing: Unauthorized - ``` - - Check the ConfigMap to check whether or not the correct node role is there. For example: - - ```bash - $ kubectl get configmaps -n kube-system aws-auth -o yaml - ``` - ```yaml - apiVersion: v1 - data: - mapRoles: | - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/eksctl-johnw-karpenter-demo-NodeInstanceRole-72CV61KQNOYS - username: system:node:{{EC2PrivateDNSName}} - - groups: - - system:bootstrappers - - system:nodes - rolearn: arn:aws:iam::973227887653:role/KarpenterNodeRole-johnw-karpenter-demo - username: system:node:{{EC2PrivateDNSName}} - mapUsers: | - [] - kind: ConfigMap - ... - ``` - -If you are not able to resolve the Node NotReady issue on your own, run the [EKS Logs Collector](https://github.com/awslabs/amazon-eks-ami/blob/master/log-collector-script/linux/README.md) (if it’s an EKS optimized AMI) and look in the following places in the log: - -* Your UserData (in `/var_log/cloud-init-output.log` and `/var_log/cloud-init.log`) -* Your kubelets (`/kubelet/kubelet.log`) -* Your networking pod logs (`/var_log/aws-node`) - -Reach out to the Karpenter team on [Slack](https://kubernetes.slack.com/archives/C02SFFZSA2K) or [GitHub](https://github.com/aws/karpenter/) if you are still stuck. - -### Nodes stuck in pending and not running the kubelet due to outdated CNI -If you have an EC2 instance get launched that is stuck in pending and ultimately not running the kubelet, you may see a message like this in your `/var/log/user-data.log`: - -> No entry for c6i.xlarge in /etc/eks/eni-max-pods.txt - -This means that your CNI plugin is out of date. You can find instructions on how to update your plugin [here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html). - -### Node terminates before ready on failed encrypted EBS volume -If you are using a custom launch template and an encrypted EBS volume, the IAM principal launching the node may not have sufficient permissions to use the KMS customer managed key (CMK) for the EC2 EBS root volume. -This issue also applies to [Block Device Mappings]({{}}) specified in the Provisioner. -In either case, this results in the node terminating almost immediately upon creation. - -Keep in mind that it is possible that EBS Encryption can be enabled without your knowledge. -EBS encryption could have been enabled by an account administrator or by default on a per region basis. -See [Encryption by default](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) for details. - -To correct the problem if it occurs, you can use the approach that AWS EBS uses, which avoids adding particular roles to the KMS policy. Below is an example of a policy applied to the KMS key: - -```json -[ - { - "Sid": "Allow access through EBS for all principals in the account that are authorized to use EBS", - "Effect": "Allow", - "Principal": { - "AWS": "*" - }, - "Action": [ - "kms:Encrypt", - "kms:Decrypt", - "kms:ReEncrypt", - "kms:GenerateDataKey*", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "Resource": "", - "Condition": { - "StringEquals": { - "kms:ViaService": "ec2.${AWS_REGION}.amazonaws.com", - "kms:CallerAccount": "${AWS_ACCOUNT_ID}" - } - } - }, - { - "Sid": "Allow direct access to key metadata to the account", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${AWS_ACCOUNT_ID}:root" - }, - "Action": [ - "kms:Describe", - "kms:Get*", - "kms:List*", - "kms:RevokeGrant" - ], - "Resource": "*" - } -] -``` - -### Node is not deleted, even though `ttlSecondsUntilExpired` is set or the node is empty - -This typically occurs when the node has not been considered fully initialized for some reason. If you look at the logs, you may see something related to an `Inflight check failed for node...` that gives more information about why the node is not considered initialized. - -### Log message of `inflight check failed for node, Expected resource "vpc.amazonaws.com/pod-eni" didn't register on the node` is reported - -This error indicates that the `vpc.amazonaws.com/pod-eni` resource was never reported on the node. If you've enabled Pod ENI for Karpenter nodes via the `aws.enablePodENI` setting, you will need to make the corresponding change to the VPC CNI to enable [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html) which will cause the resource to be registered. - -## Pricing - -### Stale pricing data on isolated subnet - -The following pricing-related error occurs if you are running Karpenter in an isolated private subnet (no Internet egress via IGW or NAT gateways): - -```text -ERROR controller.aws.pricing updating on-demand pricing, RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout; RequestError: send request failed -caused by: Post "https://api.pricing.us-east-1.amazonaws.com/": dial tcp 52.94.231.236:443: i/o timeout, using existing pricing data from 2022-08-17T00:19:52Z {"commit": "4b5f953"} -``` -This network timeout occurs because there is no VPC endpoint available for the [Price List Query API.](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html). -To workaround this issue, Karpenter ships updated on-demand pricing data as part of the Karpenter binary; however, this means that pricing data will only be updated on Karpenter version upgrades. -To disable pricing lookups and avoid the error messages, set the AWS_ISOLATED_VPC environment variable (or the `--aws-isolated-vpc` option) to true. -See [Environment Variables / CLI Flags]({{}}) for details. diff --git a/website/content/en/v0.22.0/upgrade-guide.md b/website/content/en/v0.22.0/upgrade-guide.md deleted file mode 100644 index 72f64e419de7..000000000000 --- a/website/content/en/v0.22.0/upgrade-guide.md +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: "Upgrade Guide" -linkTitle: "Upgrade Guide" -weight: 10 -description: > - Learn about upgrading Karpenter ---- - -Karpenter is a controller that runs in your cluster, but it is not tied to a specific Kubernetes version, as the Cluster Autoscaler is. -Use your existing upgrade mechanisms to upgrade your core add-ons in Kubernetes and keep Karpenter up to date on bug fixes and new features. - -To make upgrading easier we aim to minimize introduction of breaking changes with the followings: - -# Compatibility issues - -To make upgrading easier, we aim to minimize the introduction of breaking changes with the followings components: - -* Provisioner API -* Helm Chart - -We try to maintain compatibility with: - -* The application itself -* The documentation of the application - -When we introduce a breaking change, we do so only as described in this document. - -Karpenter follows [Semantic Versioning 2.0.0](https://semver.org/) in its stable release versions, while in -major version zero (v0.y.z) [anything may change at any time](https://semver.org/#spec-item-4). -However, to further protect users during this phase we will only introduce breaking changes in minor releases (releases that increment y in x.y.z). -Note this does not mean every minor upgrade has a breaking change as we will also increment the -minor version when we release a new feature. - -Users should therefore check to see if there is a breaking change every time they are upgrading to a new minor version. - -## Custom Resource Definition (CRD) Upgrades - -Karpenter ships with a few Custom Resource Definitions (CRDs). These CRDs are part of the helm chart [here](https://github.com/aws/karpenter/blob/main/charts/karpenter/crds). Helm [does not manage the lifecycle of CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/), the tool will only install the CRD during the first installation of the helm chart. Subsequent chart upgrades will not add or remove CRDs, even if the CRDs have changed. When CRDs are changed, we will make a note in the version's upgrade guide. - -In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -## How Do We Break Incompatibility? - -When there is a breaking change we will: - -* Increment the minor version when in major version 0 -* Add a permanent separate section named `upgrading to vx.y.z+` under [released upgrade notes](#released-upgrade-notes) - clearly explaining the breaking change and what needs to be done on the user side to ensure a safe upgrade -* Add the sentence “This is a breaking change, please refer to the above link for upgrade instructions” to the top of the release notes and in all our announcements - -## How Do We Find Incompatibilities - -Besides the peer review process for all changes to the code base we also do the followings in order to find -incompatibilities: -* (To be implemented) To check the compatibility of the application, we will automate tests for installing, uninstalling, upgrading from an older version, and downgrading to an older version -* (To be implemented) To check the compatibility of the documentation with the application, we will turn the commands in our documentation into scripts that we can automatically run - -## Security Patches - -While we are in major version 0 we will not release security patches to older versions. -Rather we provide the patches in the latest versions. -When at major version 1 we will have an EOL (end of life) policy where we provide security patches -for a subset of older versions and deprecate the others. - -# Release Types - -Karpenter offers four types of releases. This section explains the purpose of each release type and how the images for each release type are tagged in our [public image repository](https://gallery.ecr.aws/karpenter). - -## Stable Releases - -Stable releases are the most reliable releases that are released with weekly cadence. Stable releases are our only recommended versions for production environments. -Sometimes we skip a stable release because we find instability or problems that need to be fixed before having a stable release. -Stable releases are tagged with Semantic Versioning. For example `v0.13.0`. - -## Snapshot Releases - -We release a snapshot release for every commit that gets merged into the main repository. This enables our users to immediately try a new feature or fix right after it's merged rather than waiting days or weeks for release. -Snapshot releases are suitable for testing, and troubleshooting but users should exercise great care if they decide to use them in production environments. -Snapshot releases are tagged with the git commit hash prefixed by the Karpenter major version. For example `v0-fc17bfc89ebb30a3b102a86012b3e3992ec08adf`. For more detailed examples on how to use snapshot releases look under "Usage" in [Karpenter Helm Chart](https://gallery.ecr.aws/karpenter/karpenter). - -## Release Candidates - -We consider having release candidates for major and important minor versions. Our release candidates are tagged like `vx.y.z-rc.0`, `vx.y.z-rc.1`. The release candidate will then graduate to `vx.y.z` as a normal stable release. -By adopting this practice we allow our users who are early adopters to test out new releases before they are available to the wider community, thereby providing us with early feedback resulting in more stable releases. - -# Released Upgrade Notes - -## Upgrading to v0.22.0+ -* Do not upgrade to this version unless you are on Kubernetes >= v1.21. Karpenter no longer supports Kubernetes v1.20, but now supports Kubernetes v1.25. This change is due to the v1 PDB API, which was introduced in K8s v1.20 and subsequent removal of the v1beta1 API in K8s v1.25. - -## Upgrading to v0.20.0+ -* Prior to v0.20.0, Karpenter would prioritize certain instance type categories absent of any requirements in the Provisioner. v0.20.0+ removes prioritizing these instance type categories ("m", "c", "r", "a", "t", "i") in code. Bare Metal and GPU instance types are still deprioritized and only used if no other instance types are compatible with the node requirements. Since Karpenter does not prioritize any instance types, if you do not want exotic instance types and are not using the runtime Provisioner defaults, you will need to specify this in the Provisioner. - -## Upgrading to v0.19.0+ -* The karpenter webhook and controller containers are combined into a single binary, which requires changes to the helm chart. If your Karpenter installation (helm or otherwise) currently customizes the karpenter webhook, your deployment tooling may require minor changes. -* Karpenter now supports native interruption handling. If you were previously using Node Termination Handler for spot interruption handling and health events, you will need to remove the component from your cluster before enabling `aws.interruptionQueueName`. For more details on Karpenter's interruption handling, see the [Interruption Handling Docs]({{< ref "./concepts/deprovisioning/#interruption" >}}). For common questions on the migration process, see the [FAQ]({{< ref "./faq/#interruption-handling" >}}) -* Instance category defaults are now explicitly persisted in the Provisioner, rather than handled implicitly in memory. By default, Provisioners will limit instance category to c,m,r. If any instance type constraints are applied, it will override this default. If you have created Provisioners in the past with unconstrained instance type, family, or category, Karpenter will now more flexibly use instance types than before. If you would like to apply these constraints, they must be included in the Provisioner CRD. -* Karpenter CRD raw YAML URLs have migrated from `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}charts/karpenter/crds/...` to `https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/...`. If you reference static Karpenter CRDs or rely on `kubectl replace -f` to apply these CRDs from their remote location, you will need to migrate to the new location. -* Pods without an ownerRef (also called "controllerless" or "naked" pods) will now be evicted by default during node termination and consolidation. Users can prevent controllerless pods from being voluntarily disrupted by applying the `karpenter.sh/do-not-evict: true` annotation to the pods in question. -* The following CLI options/environment variables are now removed and replaced in favor of pulling settings dynamically from the `karpenter-global-settings` ConfigMap. See the [Settings docs]({{}}) for more details on configuring the new values in the ConfigMap. - - * `CLUSTER_NAME` -> `aws.clusterName` - * `CLUSTER_ENDPOINT` -> `aws.clusterEndpoint` - * `AWS_DEFAULT_INSTANCE_PROFILE` -> `aws.defaultInstanceProfile` - * `AWS_ENABLE_POD_ENI` -> `aws.enablePodENI` - * `AWS_ENI_LIMITED_POD_DENSITY` -> `aws.enableENILimitedPodDensity` - * `AWS_ISOLATED_VPC` -> `aws.isolatedVPC` - * `AWS_NODE_NAME_CONVENTION` -> `aws.nodeNameConvention` - * `VM_MEMORY_OVERHEAD` -> `aws.vmMemoryOverheadPercent` - -## Upgrading to v0.18.0+ -* v0.18.0 removes the `karpenter_consolidation_nodes_created` and `karpenter_consolidation_nodes_terminated` prometheus metrics in favor of the more generic `karpenter_nodes_created` and `karpenter_nodes_terminated` metrics. You can still see nodes created and terminated by consolidation by checking the `reason` label on the metrics. Check out all the metrics published by Karpenter [here]({{}}). - -## Upgrading to v0.17.0+ -Karpenter's Helm chart package is now stored in [Karpenter's OCI (Open Container Initiative) registry](https://gallery.ecr.aws/karpenter/karpenter). The Helm CLI supports the new format since [v3.8.0+](https://helm.sh/docs/topics/registries/). -With this change [charts.karpenter.sh](https://charts.karpenter.sh/) is no longer updated but preserved to allow using older Karpenter versions. For examples on working with the Karpenter helm charts look at [Install Karpenter Helm Chart]({{< ref "./getting-started/getting-started-with-eksctl/#install-karpenter-helm-chart" >}}). - -Users who have scripted the installation or upgrading of Karpenter need to adjust their scripts with the following changes: -1. There is no longer a need to add the Karpenter helm repo to helm -2. The full URL of the Helm chart needs to be present when using the helm commands -3. If you were not prepending a `v` to the version (i.e. `0.17.0`), you will need to do so with the OCI chart, `v0.17.0`. - -## Upgrading to v0.16.2+ -* v0.16.2 adds new kubeletConfiguration fields to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.2/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.16.0+ -* v0.16.0 adds a new weight field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.16.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.15.0+ -* v0.15.0 adds a new consolidation field to the `provisioners.karpenter.sh` v1alpha5 CRD. The CRD will need to be updated to use the new parameters: -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.15.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.14.0+ -* v0.14.0 adds new fields to the `provisioners.karpenter.sh` v1alpha5 and `awsnodetemplates.karpenter.k8s.aws` v1alpha1 CRDs. The CRDs will need to be updated to use the new parameters: - -```bash -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml - -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.14.0/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml -``` - -* v0.14.0 changes the way Karpenter discovers its dynamically generated AWS launch templates to use a tag rather than a Name scheme. The previous name scheme was `Karpenter-${CLUSTER_NAME}-*` which could collide with user created launch templates that Karpenter should not manage. The new scheme uses a tag on the launch template `karpenter.k8s.aws/cluster: ${CLUSTER_NAME}`. As a result, Karpenter will not clean-up dynamically generated launch templates using the old name scheme. You can manually clean these up with the following commands: - -```bash -## Find launch templates that match the naming pattern and you do not want to keep -aws ec2 describe-launch-templates --filters="Name=launch-template-name,Values=Karpenter-${CLUSTER_NAME}-*" - -## Delete launch template(s) that match the name but do not have the "karpenter.k8s.aws/cluster" tag -aws ec2 delete-launch-template --launch-template-id -``` - -* v0.14.0 introduces additional instance type filtering if there are no `node.kubernetes.io/instance-type` or `karpenter.k8s.aws/instance-family` or `karpenter.k8s.aws/instance-category` requirements that restrict instance types specified on the provisioner. This prevents Karpenter from launching bare metal and some older non-current generation instance types unless the provisioner has been explicitly configured to allow them. If you specify an instance type or family requirement that supplies a list of instance-types or families, that list will be used regardless of filtering. The filtering can also be completely eliminated by adding an `Exists` requirement for instance type or family. -```yaml - - key: node.kubernetes.io/instance-type - operator: Exists -``` - -* v0.14.0 introduces support for custom AMIs without the need for an entire launch template. You must add the `ec2:DescribeImages` permission to the Karpenter Controller Role for this feature to work. This permission is needed for Karpenter to discover custom images specified. Read the [Custom AMI documentation here]({{}}) to get started -* v0.14.0 adds an an additional default toleration (CriticalAddonOnly=Exists) to the Karpenter helm chart. This may cause Karpenter to run on nodes with that use this Taint which previously would not have been schedulable. This can be overridden by using `--set tolerations[0]=null`. - -* v0.14.0 deprecates the `AWS_ENI_LIMITED_POD_DENSITY` environment variable in-favor of specifying `spec.kubeletConfiguration.maxPods` on the Provisioner. `AWS_ENI_LIMITED_POD_DENSITY` will continue to work when `maxPods` is not set on the Provisioner. If `maxPods` is set, it will override `AWS_ENI_LIMITED_POD_DENSITY` on that specific Provisioner. - -## Upgrading to v0.13.0+ -* v0.13.0 introduces a new CRD named `AWSNodeTemplate` which can be used to specify AWS Cloud Provider parameters. Everything that was previously specified under `spec.provider` in the Provisioner resource, can now be specified in the spec of the new resource. The use of `spec.provider` is deprecated but will continue to function to maintain backwards compatibility for the current API version (v1alpha5) of the Provisioner resource. v0.13.0 also introduces support for custom user data that doesn't require the use of a custom launch template. The user data can be specified in-line in the AWSNodeTemplate resource. Read the [UserData documentation here](../aws/operating-systems) to get started. - - If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.13.2/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.13.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. -* v0.13.0 also adds EC2/spot price fetching to Karpenter to allow making more accurate decisions regarding node deployments. Our getting started guide documents this, but if you are upgrading Karpenter you will need to modify your Karpenter controller policy to add the `pricing:GetProducts` and `ec2:DescribeSpotPriceHistory` permissions. - - -## Upgrading to v0.12.0+ -* v0.12.0 adds an OwnerReference to each Node created by a provisioner. Previously, deleting a provisioner would orphan nodes. Now, deleting a provisioner will cause Kubernetes [cascading delete](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion) logic to gracefully terminate the nodes using the Karpenter node finalizer. You may still orphan nodes by removing the owner reference. -* If you are upgrading from v0.10.1 - v0.11.1, a new CRD `awsnodetemplate` was added. In v0.12.0, this crd was renamed to `awsnodetemplates`. Since helm does not manage the lifecycle of CRDs, you will need to perform a few manual steps for this CRD upgrade: - 1. Make sure any `awsnodetemplate` manifests are saved somewhere so that they can be reapplied to the cluster. - 2. `kubectl delete crd awsnodetemplate` - 3. `kubectl apply -f https://raw.githubusercontent.com/aws/karpenter/v0.12.1/charts/karpenter/crds/karpenter.k8s.aws_awsnodetemplates.yaml` - 4. Perform the Karpenter upgrade to v0.12.x, which will install the new `awsnodetemplates` CRD. - 5. Reapply the `awsnodetemplate` manifests you saved from step 1, if applicable. - -## Upgrading to v0.11.0+ - -v0.11.0 changes the way that the `vpc.amazonaws.com/pod-eni` resource is reported. Instead of being reported for all nodes that could support the resources regardless of if the cluster is configured to support it, it is now controlled by a command line flag or environment variable. The parameter defaults to false and must be set if your cluster uses [security groups for pods](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html). This can be enabled by setting the environment variable `AWS_ENABLE_POD_ENI` to true via the helm value `controller.env`. - -Other extended resources must be registered on nodes by their respective device plugins which are typically installed as DaemonSets (e.g. the `nvidia.com/gpu` resource will be registered by the [NVIDIA device plugin](https://github.com/NVIDIA/k8s-device-plugin). Previously, Karpenter would register these resources on nodes at creation and they would be zeroed out by `kubelet` at startup. By allowing the device plugins to register the resources, pods will not bind to the nodes before any device plugin initialization has occurred. - -v0.11.0 adds a `providerRef` field in the Provisioner CRD. To use this new field you will need to replace the Provisioner CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.11.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -## Upgrading to v0.10.0+ - -v0.10.0 adds a new field, `startupTaints` to the provisioner spec. Standard Helm upgrades [do not upgrade CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) so the field will not be available unless the CRD is manually updated. This can be performed prior to the standard upgrade by applying the new CRD manually: - -```shell -kubectl replace -f https://raw.githubusercontent.com/aws/karpenter/v0.10.0/charts/karpenter/crds/karpenter.sh_provisioners.yaml -``` - -📝 If you don't perform this manual CRD update, Karpenter will work correctly except for rejecting the creation/update of provisioners that use `startupTaints`. - -## Upgrading to v0.6.2+ - -If using Helm, the variable names have changed for the cluster's name and endpoint. You may need to update any configuration -that sets the old variable names. - -- `controller.clusterName` is now `clusterName` -- `controller.clusterEndpoint` is now `clusterEndpoint` diff --git a/website/content/en/v0.22.1/troubleshooting.md b/website/content/en/v0.22.1/troubleshooting.md index b29d68127153..2f57252fed8f 100644 --- a/website/content/en/v0.22.1/troubleshooting.md +++ b/website/content/en/v0.22.1/troubleshooting.md @@ -104,9 +104,21 @@ kubectl get nodes -ojsonpath='{range .items[*].metadata}{@.name}:{@.finalizers}{ ## Webhooks -### Failed calling webhook "defaulting.webhook.provisioners.karpenter.sh" +### Failed calling webhook "validation.webhook.provisioners.karpenter.sh" -If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.provisioners.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` +If you are not able to create a provisioner due to `Internal error occurred: failed calling webhook "validation.webhook.provisioners.karpenter.sh":` + +Webhooks were renamed in v0.19.0. There's a bug in ArgoCD's upgrade workflow where webhooks are leaked. This results in Provisioner's failing to be validated, since the validation server no longer corresponds to the webhook definition. + +Delete the stale webhooks. +``` +kubectl delete mutatingwebhookconfigurations defaulting.webhook.provisioners.karpenter.sh +kubectl delete validatingwebhookconfiguration validation.webhook.provisioners.karpenter.sh +``` + +### Failed calling webhook "defaulting.webhook.karpenter.sh" + +If you are not able to create a provisioner due to `Error from server (InternalError): error when creating "provisioner.yaml": Internal error occurred: failed calling webhook "defaulting.webhook.karpenter.sh": Post "https://karpenter-webhook.karpenter.svc:443/default-resource?timeout=10s": context deadline exceeded` Verify that the karpenter pod is running (should see 2/2 containers with a "Ready" status) ```text