You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation Create Amazon Linux nodes on AWS Outposts contains steps to create self-managed Linux nodes for an EKS cluster on AWS Outposts using AWS Management Console. However, there seems to be missing information regarding the CLUSTER_ID parameter required in the BootstrapArguments section.
Steps to Reproduce:
Navigate to the section Launch self-managed Linux nodes using AWS Management Console.
Scroll to step 5 under BootstrapArguments.
The snippet provided for BootstrapArguments is as follows:
Notice that the document does not provide guidance on where to retrieve the value of ${CLUSTER_ID}.
Problem:
The snippet mentions the --cluster-id parameter but does not explain how or where to obtain the value for ${CLUSTER_ID}. This information is critical for users attempting to configure self-managed nodes correctly. Without this detail, the documentation is incomplete and may lead to user confusion or misconfiguration.
Suggested Fix:
Include specific instructions or a link to another section of the documentation that explains how to retrieve the CLUSTER_ID and other required values of bootstrap arguments.
Additional Context:
This improvement will help streamline the user experience and reduce potential errors during the setup of self-managed Linux nodes on AWS Outposts.
The text was updated successfully, but these errors were encountered:
Issue:
The documentation Create Amazon Linux nodes on AWS Outposts contains steps to create self-managed Linux nodes for an EKS cluster on AWS Outposts using AWS Management Console. However, there seems to be missing information regarding the CLUSTER_ID parameter required in the BootstrapArguments section.
Steps to Reproduce:
${CLUSTER_ID}
.Problem:
The snippet mentions the
--cluster-id
parameter but does not explain how or where to obtain the value for${CLUSTER_ID}
. This information is critical for users attempting to configure self-managed nodes correctly. Without this detail, the documentation is incomplete and may lead to user confusion or misconfiguration.Suggested Fix:
CLUSTER_ID
and other required values of bootstrap arguments.Additional Context:
This improvement will help streamline the user experience and reduce potential errors during the setup of self-managed Linux nodes on AWS Outposts.
The text was updated successfully, but these errors were encountered: