Skip to content

Commit

Permalink
Fixed a broken docs link (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jul 27, 2021
1 parent cb6d8e9 commit 3499a42
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 @@ -51,7 +51,7 @@ AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)

### Create a Cluster

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.
Create a cluster with `eksctl`. The [example configuration](eksctl.yaml) file specifies a basic cluster (name, region), and an IAM role for Karpenter to use.

```bash
curl -fsSL https://karpenter.sh/docs/getting-started/eksctl.yaml \
Expand Down

0 comments on commit 3499a42

Please sign in to comment.