From f72e1686ac5da6cb07ceaf4d34f1f3211af8d847 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Fri, 23 Jul 2021 14:41:23 -0700 Subject: [PATCH] Require version 1.21 for Kubernetes --- website/content/en/docs/getting-started/_index.md | 4 +++- website/content/en/docs/getting-started/eksctl.yaml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/en/docs/getting-started/_index.md b/website/content/en/docs/getting-started/_index.md index 2c03ee13b55e..09d8046bba69 100644 --- a/website/content/en/docs/getting-started/_index.md +++ b/website/content/en/docs/getting-started/_index.md @@ -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 diff --git a/website/content/en/docs/getting-started/eksctl.yaml b/website/content/en/docs/getting-started/eksctl.yaml index 22ee732af26b..98841b1cd05e 100644 --- a/website/content/en/docs/getting-started/eksctl.yaml +++ b/website/content/en/docs/getting-started/eksctl.yaml @@ -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