Skip to main content

astroctl_clusters

astroctl clusters

Clusters information

Synopsis

Clusters information

astroctl clusters [flags]

Examples



# Get all the clusters
astroctl clusters get

# Get all the clusters for a specific provider
astroctl clusters get --provider-id aws

# Get cluster information for a specific cluster
astroctl clusters get --provider-id aws --cluster-name my-cluster

# Apply the cluster configuration
astroctl clusters apply -f cluster.yaml

Options

  -h, --help   help for clusters

Options inherited from parent commands

  -o, --output string   Output format (json|yaml) (default "yaml")

SEE ALSO