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
* <p>In most cases, it takes several minutes to create a cluster. After you create an
64
64
* Amazon EKS cluster, you must configure your Kubernetes tooling to communicate
65
-
* with the API server and launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/managing-auth.html">Managing Cluster
66
-
* Authentication</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching Amazon EKS nodes</a> in the
67
-
* <i>Amazon EKS User Guide</i>.</p>
65
+
* with the API server and launch nodes into your cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-auth.html">Allowing users to
66
+
* access your cluster</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html">Launching
67
+
* Amazon EKS nodes</a> in the <i>Amazon EKS User Guide</i>.</p>
68
68
* @example
69
69
* Use a bare-bones client and the command you need to make an API call.
* <p>You can only create a node group for your cluster that is equal to the current Kubernetes
32
32
* version for the cluster. All node groups are created with the latest AMI release version
33
33
* for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI
34
-
* using a launch template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch
35
-
* template support</a>.</p>
34
+
* using a launch template. For more information about using launch templates, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Customizing managed nodes with launch templates</a>.</p>
36
35
* <p>An Amazon EKS managed node group is an Amazon EC2
37
36
* Auto Scaling group and associated Amazon EC2 instances that are managed by
38
37
* Amazon Web Services for an Amazon EKS cluster. For more information, see
* <p>Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.</p>
30
+
* <p>Returns a list of all insights checked for against the specified cluster. You can
31
+
* filter which insights are returned by category, associated Kubernetes version, and
32
+
* status.</p>
31
33
* @example
32
34
* Use a bare-bones client and the command you need to make an API call.
0 commit comments