Skip to content

Commit

Permalink
Fixed a typo in getting started (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Aug 10, 2021
1 parent 4814654 commit 9e47c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Now, Karpenter can launch new EC2 instances and those instances can connect to y
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).

```
eksctl create iamserviceaccount
eksctl create iamserviceaccount \
--cluster $CLUSTER_NAME --name karpenter --namespace karpenter \
--attach-policy-arn arn:aws:iam::$AWS_ACCOUNT_ID:policy/KarpenterControllerPolicy-$CLUSTER_NAME \
--approve
Expand Down

0 comments on commit 9e47c73

Please sign in to comment.