Skip to content

Commit

Permalink
Require version 1.21 for Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Jul 23, 2021
1 parent 9219bc3 commit f72e168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ Additionally, the configuration file sets up [IAM Roles for Service Accounts](ht

### Setup an IAM InstanceProfile for your Nodes

Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`. First, create the IAM resources using AWS CloudFormation.
Instances launched by Karpenter must run with an InstanceProfile that grants permissions necessary to run containers and configure networking. Karpenter discovers the InstanceProfile using the name `KarpenterNodeRole-${ClusterName}`.

First, create the IAM resources using AWS CloudFormation.

```bash
# Creates IAM resources used by Karpenter
Expand Down
1 change: 1 addition & 0 deletions website/content/en/docs/getting-started/eksctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: ClusterConfig
metadata:
name: ${CLUSTER_NAME}
region: ${AWS_DEFAULT_REGION}
version: "1.21"
nodeGroups:
- instanceType: m5.large
name: ${CLUSTER_NAME}-ng
Expand Down

0 comments on commit f72e168

Please sign in to comment.