diff --git a/platform/integrations/karpenter.mdx b/platform/integrations/karpenter.mdx index 98506843c..064c85f09 100644 --- a/platform/integrations/karpenter.mdx +++ b/platform/integrations/karpenter.mdx @@ -52,10 +52,6 @@ Much of this article borrows and builds upon the [Getting Started with Karpenter 1. EBS driver installed. [Get the Amazon EBS CSI driver add-on](https://docs.aws.amazon.com/eks/latest/userguide/managing-ebs-csi.html#adding-ebs-csi-eks-add-on). 2. Delete the gp2 StorageClass with `kubectl delete storageclass gp2` and replace with gp3 by applying following yaml: -5. EKS specific requirements for integration instructions: - 1. You will need to know the node role created by karpenter. It should be of the form `KarpenterNodeRole-` - - ```yaml apiVersion: storage.k8s.io/v1 @@ -72,6 +68,9 @@ allowVolumeExpansion: true ``` +5. EKS specific requirements for integration instructions: + 1. You will need to know the node role created by karpenter. It should be of the form `KarpenterNodeRole-` + ## Setup Designated Node Pool for a vCluster This section utilizes taints and tolerations to guide virtual cluster pods to the desired node. This works best if every node pool or node utilizes a taint. Otherwise, the pods may be scheduled on non-tainted nodes. 1. Select "Create Virtual Cluster"