AWS eks documentation change
Summary
Replaced node-name placeholders with <replaceable> tags and removed whitespace
Security assessment
Formatting improvements for command examples. No security implications identified.
Diff
diff --git a/eks/latest/userguide/learn-status-conditions.md b/eks/latest/userguide/learn-status-conditions.md index 549671c3c..8c3738879 100644 --- a//eks/latest/userguide/learn-status-conditions.md +++ b//eks/latest/userguide/learn-status-conditions.md @@ -29,2 +29 @@ Node conditions represent terminal issues requiring remediation actions like ins - kubectl describe node node-name - + kubectl describe node <replaceable>node-name</replaceable> @@ -78,2 +77 @@ Sample output: - kubectl get events --field-selector involvedObject.kind=Node,involvedObject.name=node-name - + kubectl get events --field-selector involvedObject.kind=Node,involvedObject.name=<replaceable>node-name</replaceable> @@ -97 +95 @@ Sample output: - kubectl get node node-name -o yaml + kubectl get node <replaceable>node-name</replaceable> -o yaml