gcluster cluster describe

NAME

gcluster cluster describe - describes the specific environment, including information such as hardware, exact configurations, and networking.

SYNOPSIS

gcluster cluster describe [FLAGS]

DESCRIPTION

The gcluster cluster describe command details the specific environment including information such as hardware, exact configurations, and networking.

FLAGS

  • -c, --cluster CLUSTER_NAME: The name of the GKE cluster. This value is required.
  • -l, --location LOCATION: The location (region or zone) of the GKE cluster. This value is required.

PERSISTENT FLAGS

These flags are available to all gcluster cluster commands:

  • -p, --project PROJECT_ID: The Google Cloud project ID. If you don't specify this value, then Cluster Toolkit uses the default project configured in gcloud.

EXAMPLES

To describe a cluster named my-cluster in zone us-central1-a:

gcluster cluster describe --cluster=my-cluster --location=us-central1-a

To describe a cluster in a specific project:

gcluster cluster describe \
    --cluster=my-cluster \
    --location=us-central1-a \
    --project=my-project