View source: R/eks_operations.R
eks_register_cluster | R Documentation |
Connects a Kubernetes cluster to the Amazon EKS control plane.
See https://www.paws-r-sdk.com/docs/eks_register_cluster/ for full documentation.
eks_register_cluster(
name,
connectorConfig,
clientRequestToken = NULL,
tags = NULL
)
name |
[required] A unique name for this cluster in your Amazon Web Services Region. |
connectorConfig |
[required] The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane. |
clientRequestToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
tags |
Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.