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] 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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.