From 20f636612e2d1f7a83c41cbe7380be40a50c7249 Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Fri, 23 Jul 2021 15:46:36 -0700 Subject: [PATCH] Update website/content/en/docs/getting-started/_index.md --- website/content/en/docs/getting-started/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/content/en/docs/getting-started/_index.md b/website/content/en/docs/getting-started/_index.md index 8fccdf623c84..534e16ab181c 100644 --- a/website/content/en/docs/getting-started/_index.md +++ b/website/content/en/docs/getting-started/_index.md @@ -72,7 +72,6 @@ Additionally, the configuration file sets up [IAM Roles for Service Accounts](ht Karpenter discovers subnets tagged `kubernetes.io/cluster/$CLUSTER_NAME`. Add this tag to subnets associated configured for your cluster. Retreive the subnet IDs and tag them with the cluster name. - ```bash SUBNET_IDS=$(aws cloudformation describe-stacks \ --stack-name eksctl-${CLUSTER_NAME}-cluster \