AWS eks documentation change
Summary
Replaced placeholder values in nodeadm install command with example strings.
Security assessment
Changed '<replaceable>K8S_VERSION</replaceable>' to 'K8S_VERSION' and similar placeholders to example values. This improves command readability but doesn't relate to security features or issues.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-join.md b/eks/latest/userguide/hybrid-nodes-join.md index cf3ef2804..87192d6f4 100644 --- a//eks/latest/userguide/hybrid-nodes-join.md +++ b//eks/latest/userguide/hybrid-nodes-join.md @@ -75 +75,2 @@ The hybrid nodes CLI (`nodeadm`) must be run with a user that has sudo/root acce - nodeadm install <replaceable>K8S_VERSION</replaceable> --credential-provider <replaceable>CREDS_PROVIDER</replaceable> + nodeadm install K8S_VERSION --credential-provider CREDS_PROVIDER +