AWS eks documentation change
Summary
Revised capability creation steps: clarified service location (AWS control plane), reordered activation sequence, updated resource monitoring description, and replaced 'Git repositories' with 'declarative sources'.
Security assessment
Procedural updates with no security context. Terminology changes don't introduce security features or address vulnerabilities.
Diff
diff --git a/eks/latest/userguide/create-argocd-capability.md b/eks/latest/userguide/create-argocd-capability.md index 33ffd42d6..cd56b8da2 100644 --- a//eks/latest/userguide/create-argocd-capability.md +++ b//eks/latest/userguide/create-argocd-capability.md @@ -59 +59 @@ When you create an Argo CD capability: - 1. EKS creates the Argo CD capability service and configures it to monitor and manage resources in your cluster + 1. EKS creates the Argo CD capability service in the AWS control plane @@ -63 +63 @@ When you create an Argo CD capability: - 3. The capability assumes the IAM Capability Role you provide + 3. Argo CD begins watching for its custom resources (Applications, ApplicationSets, AppProjects) @@ -65 +65 @@ When you create an Argo CD capability: - 4. Argo CD begins watching for its custom resources + 4. The capability status changes from `CREATING` to `ACTIVE` @@ -67 +67 @@ When you create an Argo CD capability: - 5. The capability status changes from `CREATING` to `ACTIVE` + 5. The Argo CD UI becomes accessible through its URL @@ -69 +68,0 @@ When you create an Argo CD capability: - 6. The Argo CD UI becomes accessible through its endpoint @@ -73,2 +72 @@ When you create an Argo CD capability: - -Once active, you can create Argo CD Applications in your cluster to deploy from Git repositories. +Once active, you can create Argo CD Applications in your cluster to deploy from your declarative sources. @@ -80,2 +77,0 @@ After creating the Argo CD capability: - * [Working with Argo CD](./working-with-argocd.html) \- Configure repository access, register target clusters, and create Applications - @@ -83,0 +80,2 @@ After creating the Argo CD capability: + * [Working with Argo CD](./working-with-argocd.html) \- Configure repository access, register target clusters, and create Applications +