Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 18, 2024
1 parent ccf4381 commit a27c036
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions platform/integrations/karpenter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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-<eks-cluster-name>`


```yaml

apiVersion: storage.k8s.io/v1
Expand All @@ -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-<eks-cluster-name>`

## 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"
Expand Down

0 comments on commit a27c036

Please sign in to comment.