AWS eks documentation change
Summary
Updated required eksctl version from 0.220.0 to 0.215.0 and fixed IAM role ARN placeholder in YAML example.
Security assessment
Version requirement change and placeholder correction are routine documentation updates. No security context is present.
Diff
diff --git a/eks/latest/userguide/argocd-create-eksctl.md b/eks/latest/userguide/argocd-create-eksctl.md index d4b6f9f3e..d3a97dc58 100644 --- a//eks/latest/userguide/argocd-create-eksctl.md +++ b//eks/latest/userguide/argocd-create-eksctl.md @@ -15 +15 @@ To contribute to this user guide, choose the **Edit this page on GitHub** link t -This topic describes how to create an Argo CD capability using eksctl. +Create an Argo CD capability on your Amazon EKS cluster using eksctl. @@ -19 +19 @@ This topic describes how to create an Argo CD capability using eksctl. -The following steps require eksctl version `0.220.0` or later. To check your version, run `eksctl version`. +The following steps require eksctl version `0.215.0` or later. To check your version, run `eksctl version`. @@ -85 +85 @@ Create a file named `argocd-capability.yaml` with the following content. Replace - roleArn: arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole + roleArn: arn:aws:iam::111122223333:role/ArgoCDCapabilityRole