Skip to content

Commit

Permalink
Update some minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 17, 2023
1 parent 2f0a545 commit b62ca8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/en/preview/upgrade/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Add `~/go/bin` to your $PATH, if you have not already done so.
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.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
--set settings.aws.clusterName=${CLUSTER_NAME} \
--set settings.aws.interruptionQueueName=${CLUSTER_NAME} \
--set controller.resources.requests.cpu=1 \
Expand All @@ -120,7 +121,7 @@ Add `~/go/bin` to your $PATH, if you have not already done so.

8. Edit the converted EC2NodeClass file manually:

* Specify your AWS role where there is a `KARPENTER_NODE_ROLE` placeholder. For example, if you created your cluster using the [Getting Started with Karpenter](https://karpenter.sh/docs/getting-started/getting-started-with-karpenter/) guide, you would use the name `KarpenterNodeRole-<cluster>`, substituting your cluster name for `<cluster>`.
* Specify your AWS role where there is a `$KARPENTER_NODE_ROLE` placeholder. For example, if you created your cluster using the [Getting Started with Karpenter](https://karpenter.sh/docs/getting-started/getting-started-with-karpenter/) guide, you would use the name `KarpenterNodeRole-$CLUSTER_NAME`, substituting your cluster name for `$CLUSTER_NAME`.
* Otherwise, check the file for accuracy.

9. When you are satisfied with your EC2NodeClass file, apply it as follows:
Expand Down

0 comments on commit b62ca8a

Please sign in to comment.