From 7523da5487e33a0acb9ee1e624a7ee7ab4a3cfad Mon Sep 17 00:00:00 2001 From: Jatin Bedi <61214448+jatinbedi@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:19:51 -0700 Subject: [PATCH] Update CA_with_AWS_IAM_OIDC.md --- cluster-autoscaler/cloudprovider/aws/CA_with_AWS_IAM_OIDC.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/aws/CA_with_AWS_IAM_OIDC.md b/cluster-autoscaler/cloudprovider/aws/CA_with_AWS_IAM_OIDC.md index d788266e8587..9c7f6c060a90 100644 --- a/cluster-autoscaler/cloudprovider/aws/CA_with_AWS_IAM_OIDC.md +++ b/cluster-autoscaler/cloudprovider/aws/CA_with_AWS_IAM_OIDC.md @@ -42,7 +42,7 @@ Edit the OIDC provider suffix and change it from :aud to :sub. Replace sts.amazonaws.com to your service account ID. - Update trust policy to finish. -D) Set up [Cluster Autoscaler Auto-Discovery] using the [tutorial] . +D) Set up [Cluster Autoscaler Auto-Discovery] using the [tutorial](README.md#auto-discovery-setup) . - Open the Amazon EC2 console, and then choose EKS worker node Auto Scaling Groups from the navigation pane. - In the "Add/Edit Auto Scaling Group Tags" window, please make sure you enter the following tags by replacing 'awsExampleClusterName' with the name of your EKS cluster. Then, choose "Save". @@ -174,7 +174,6 @@ I1025 13:48:42.975037 1 scale_up.go:529] Final scale-up plan: [{eksctl-xxx [IAM OIDC]: [IAM policy]: [documentation]: - [tutorial]: