eks_register_cluster: Connects a Kubernetes cluster to the Amazon EKS control plane

View source: R/eks_operations.R

eks_register_clusterR Documentation

Connects a Kubernetes cluster to the Amazon EKS control plane

Description

Connects a Kubernetes cluster to the Amazon EKS control plane.

See https://www.paws-r-sdk.com/docs/eks_register_cluster/ for full documentation.

Usage

eks_register_cluster(
  name,
  connectorConfig,
  clientRequestToken = NULL,
  tags = NULL
)

Arguments

name

[required] Define a unique name for this cluster for your Region.

connectorConfig

[required] The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.

clientRequestToken

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

tags

The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags do not propagate to any other resources associated with the cluster.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.