Skip to content

Commit

Permalink
fix link to eks-config.yaml (#539)
Browse files Browse the repository at this point in the history
change link to non-fargate version, also use shorter link
  • Loading branch information
geoffcline committed Jul 23, 2021
1 parent 9e7823a commit 88ebdf3
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 @@ -57,7 +57,7 @@ KARPENTER_VERSION=$(curl -fsSL \
Create a cluster with `eksctl`. The [example configuration](eks-config.yaml) file specifies a basic cluster (name, region), and an IAM role for Karpenter to use.

```bash
curl -fsSL https://raw.githubusercontent.com/awslabs/karpenter/"${KARPENTER_VERSION}"/pkg/cloudprovider/aws/docs/eks-config.yaml \
curl -fsSL https://www.karpenter.sh/docs/getting-started/eks-config.yaml \
| envsubst \
| eksctl create cluster -f -
```
Expand Down

0 comments on commit 88ebdf3

Please sign in to comment.