paws.compute (version 0.1.0)

eks_describe_cluster: Returns descriptive information about an Amazon EKS cluster

Description

Returns descriptive information about an Amazon EKS cluster.

Usage

eks_describe_cluster(name)

Arguments

name

[required] The name of the cluster to describe.

Request syntax

svc$describe_cluster(
  name = "string"
)

Details

The API server endpoint and certificate authority data returned by this operation are required for kubelet and kubectl to communicate with your Kubernetes API server. For more information, see Create a kubeconfig for Amazon EKS.

The API server endpoint and certificate authority data are not available until the cluster reaches the ACTIVE state.

Examples

Run this code
# NOT RUN {
# This example command provides a description of the specified cluster in
# your default region.
# }
# NOT RUN {
svc$describe_cluster(
  name = "devel"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace