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>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
32
32
* <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view
33
33
* current information about the cluster and its nodes. </p>
34
-
* <p>Cluster connection requires two steps. First, send a <code>
35
-
* <a>RegisterClusterRequest</a>
36
-
* </code> to add it to the Amazon EKS
34
+
* <p>Cluster connection requires two steps. First, send a <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_RegisterClusterRequest.html">
35
+
* <code>RegisterClusterRequest</code>
36
+
* </a> to add it to the Amazon EKS
37
37
* control plane.</p>
38
38
* <p>Second, a <a href="https://amazon-eks.s3.us-west-2.amazonaws.com/eks-connector/manifests/eks-connector/latest/eks-connector.yaml">Manifest</a> containing the <code>activationID</code> and
39
39
* <code>activationCode</code> must be applied to the Kubernetes cluster through it's native
* <p>Updates an Amazon EKS managed node group configuration. Your node group
32
32
* continues to function during the update. The response output includes an update ID that
33
-
* you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. You can update the Kubernetes labels and taints
33
+
* you can use to track the status of your node group update with the
* option. If the self-managed version of the add-on is installed on your cluster
1672
1672
* Amazon EKS doesn't change the add-on resource properties. Creation
1673
1673
* of the add-on might fail if conflicts are detected. This option works
1674
-
* differently during the update operation. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html">UpdateAddon</a>.</p>
1674
+
* differently during the update operation. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_UpdateAddon.html">
1675
+
* <code>UpdateAddon</code>
1676
+
* </a>.</p>
1675
1677
* </li>
1676
1678
* </ul>
1677
1679
* <p>If you don't currently have the self-managed version of the add-on installed on your
* <p>The summarized description of the association.</p>
6592
-
* <p>Each summary is simplified by removing these fields compared to the full <code>
6593
-
* <a>PodIdentityAssociation</a>
6594
-
* </code>:</p>
6633
+
* <p>Each summary is simplified by removing these fields compared to the full <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_PodIdentityAssociation.html">
* <p>The list of summarized descriptions of the associations that are in the cluster and match
6662
6703
* any filters that you provided.</p>
6663
-
* <p>Each summary is simplified by removing these fields compared to the full <code>
6664
-
* <a>PodIdentityAssociation</a>
6665
-
* </code>:</p>
6704
+
* <p>Each summary is simplified by removing these fields compared to the full <a href="https://docs.aws.amazon.com/eks/latest/APIReference/API_PodIdentityAssociation.html">
0 commit comments