Skip to main content

astroctl_cloud_gcp

astroctl cloud gcp

GCP cloud operations

Synopsis

GCP-specific commands for cloud account connection and utilities.

Commands: connect Connect your GCP project for managed (GKE) cluster provisioning selfHosted Self-hosted cluster prerequisite management (setup, connect, validate) credentials Get temporary GCP credentials for debugging k8s-versions Get supported Kubernetes versions regions List GCP regions and zones machines List GCP machine types with pricing

Examples


# Connect your GCP project (prerequisite for cluster creation)
astroctl cloud gcp connect --project-id my-project --region us-central1 --cluster-name prod

# Get temporary credentials (project/region auto-detected from cluster)
astroctl cloud gcp credentials --cluster-name prod

# Get supported GKE Kubernetes versions
astroctl cloud gcp k8s-versions

# List GCP regions
astroctl cloud gcp regions list

# List zones in a region
astroctl cloud gcp regions zones list -r us-central1

# List machine types
astroctl cloud gcp machines list -r us-central1 --cpuMin 2

Options

-h, --help help for gcp

Options inherited from parent commands

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

SEE ALSO