AWS eks documentation change
Summary
Updated ARN formats and fixed AWS service reference in error message example
Security assessment
Changes involve syntax normalization and error message clarification without security implications.
Diff
diff --git a/eks/latest/userguide/troubleshooting.md b/eks/latest/userguide/troubleshooting.md index f4b50af2e..bd3d9e9f5 100644 --- a//eks/latest/userguide/troubleshooting.md +++ b//eks/latest/userguide/troubleshooting.md @@ -367 +367 @@ To resolve the issue, view the existing entries in your `ConfigMap` by replacing - --arn arn:aws:iam::111122223333:role/myAmazonEKSNodeRole --group system:bootstrappers,system:nodes \ + --arn <shared id="region.arn"/>iam::111122223333:role/myAmazonEKSNodeRole --group system:bootstrappers,system:nodes \ @@ -374 +374 @@ The ARN of the role that you specify can’t include a [path](https://docs.aws.a - aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/myAmazonEKSNodeRole --type EC2_LINUX + aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/myAmazonEKSNodeRole --type EC2_LINUX @@ -384 +384 @@ When a node is unable to establish a connection to the public API server endpoin - server.go:233] failed to run Kubelet: could not init cloud provider "aws": error finding instance i-1111f2222f333e44c: "error listing AWS instances: \"RequestError: send request failed\\ncaused by: Post net/http: TLS handshake timeout\"" + server.go:233] failed to run Kubelet: could not init cloud provider "aws": error finding instance i-1111f2222f333e44c: "error listing <shared id="AWS"/> instances: \"RequestError: send request failed\\ncaused by: Post net/http: TLS handshake timeout\""