gcluster cluster info

NAME

gcluster cluster info - shows summarized status of the current target cluster's resources.

SYNOPSIS

gcluster cluster info [FLAGS]

DESCRIPTION

The gcluster cluster info command shows the summarized status of the current target cluster's resources.

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 show the resource status for a cluster named my-cluster in zone us-central1-a:

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

To show cluster resource status in a specific project:

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