From b0db1e3d40428ebb083c3f0c1d396b598ccb9f04 Mon Sep 17 00:00:00 2001 From: Saswata Senapati <74651639+saswat16@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:41:40 +0530 Subject: [PATCH] Update aws.sh simplified the comment --- examples/cloud-vendor-integration/aws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud-vendor-integration/aws.sh b/examples/cloud-vendor-integration/aws.sh index 58bbcad9..c735f402 100755 --- a/examples/cloud-vendor-integration/aws.sh +++ b/examples/cloud-vendor-integration/aws.sh @@ -27,7 +27,7 @@ export cluster_name=$(echo "$cluster_arn" | awk -F'/' '{print $NF}') echo 'Get cluster region' export cluster_region=$(echo "$cluster_arn" | awk -F':' '{print $4}') -# First step, Create IAM OIDC provider for the cluster (Not required if the third step runs as is): +# First step, Create IAM OIDC provider for the cluster (Not required if the third step runs as it is): echo 'Create IAM OIDC provider for the cluster' eksctl utils associate-iam-oidc-provider --cluster $cluster_name --approve