AWS eks documentation change
Summary
Replaced placeholders with concrete values in kubectl command examples and adjusted whitespace formatting.
Security assessment
Changes improve command readability without altering security content. No security implications or vulnerability references present.
Diff
diff --git a/eks/latest/userguide/learn-status-conditions.md b/eks/latest/userguide/learn-status-conditions.md index 4ab08556d..549671c3c 100644 --- a//eks/latest/userguide/learn-status-conditions.md +++ b//eks/latest/userguide/learn-status-conditions.md @@ -29 +29,2 @@ Node conditions represent terminal issues requiring remediation actions like ins - kubectl describe node <replaceable>node-name</replaceable> + kubectl describe node node-name + @@ -77 +78,2 @@ Sample output: - kubectl get events --field-selector involvedObject.kind=Node,involvedObject.name=<replaceable>node-name</replaceable> + kubectl get events --field-selector involvedObject.kind=Node,involvedObject.name=node-name + @@ -95 +97 @@ Sample output: - kubectl get node <replaceable>node-name</replaceable> -o yaml + kubectl get node node-name -o yaml