AWS eks documentation change
Summary
Replaced placeholder text with example values in AWS CLI commands for KRO capability management.
Security assessment
Changes only involve replacing <replaceable> tags with example values (e.g., 'region-code', 'my-cluster') in command examples. No security-related content was modified or added.
Diff
diff --git a/eks/latest/userguide/kro-create-cli.md b/eks/latest/userguide/kro-create-cli.md index cfcb2c773..5fd4cda08 100644 --- a//eks/latest/userguide/kro-create-cli.md +++ b//eks/latest/userguide/kro-create-cli.md @@ -64,2 +64,2 @@ Create the kro capability resource on your cluster. Replace `region-code` with t - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ @@ -92,2 +92,2 @@ Wait for the capability to become active. Replace `region-code` with the AWS Reg - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ @@ -104,2 +104,2 @@ You can also view the full capability details: - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ @@ -124,2 +124,2 @@ Get the capability role ARN: - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ @@ -134,2 +134,2 @@ Associate the cluster admin policy: - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ + --region region-code \ + --cluster-name my-cluster \