AWS eks documentation change
Summary
Standardized command placeholders using <replaceable> tags for better documentation clarity.
Security assessment
Syntax improvement for command examples without modifying security configurations or addressing vulnerabilities.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-join.md b/eks/latest/userguide/hybrid-nodes-join.md index 87192d6f4..6911c4666 100644 --- a//eks/latest/userguide/hybrid-nodes-join.md +++ b//eks/latest/userguide/hybrid-nodes-join.md @@ -75,2 +75 @@ The hybrid nodes CLI (`nodeadm`) must be run with a user that has sudo/root acce - nodeadm install K8S_VERSION --credential-provider CREDS_PROVIDER - + nodeadm install <replaceable>K8S_VERSION</replaceable> --credential-provider <replaceable>CREDS_PROVIDER</replaceable>