gcluster cluster

NAME

gcluster cluster - manages clusters and environments.

SYNOPSIS

gcluster cluster COMMAND [FLAGS]

DESCRIPTION

The gcluster cluster command group lets you discover, list, and inspect target clusters and environments.

PERSISTENT FLAGS

These flags are available to all 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.

COMMANDS

COMMAND is one of the following:

describe
Describes the specific environment including information such as hardware, exact configurations, and networking.
info
Shows summarized status of the current target cluster's resources.
list
Lists available target clusters and environments.
volume
Discovers and lists available storage options.

EXAMPLES

To list all available clusters:

gcluster cluster list

To view summarized resource status for a cluster:

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

To describe a cluster's complete configuration:

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