astroctl_cloud_gcp_k8s-versions
astroctl cloud gcp k8s-versions
Get supported Kubernetes versions for GCP
Synopsis
Get supported Kubernetes versions for GCP clusters.
By default, shows GKE (managed) supported versions. Use --self-hosted for self-hosted cluster versions.
GKE Release Channels: RAPID - Latest features, faster updates (for development/testing) REGULAR - Balanced updates, moderate freshness vs stability STABLE - Conservative updates, well-tested versions (recommended for production)
When --release-channel is specified, only versions available in that channel are shown. Use --show-channels to see versions available in each release channel.
astroctl cloud gcp k8s-versions [flags]
Examples
# Get supported GKE versions (default)
astroctl cloud gcp k8s-versions
# Get versions for a specific region
astroctl cloud gcp k8s-versions -r us-central1
# Get versions for a specific release channel
astroctl cloud gcp k8s-versions --release-channel STABLE
# Show versions available in each release channel
astroctl cloud gcp k8s-versions --show-channels
# Get versions compatible with Autopilot mode
astroctl cloud gcp k8s-versions --autopilot
# Get versions for self-hosted clusters
astroctl cloud gcp k8s-versions --self-hosted
# Show upgrade paths
astroctl cloud gcp k8s-versions --show-upgrade-paths
Options
--autopilot Show versions compatible with GKE Autopilot mode
-h, --help help for k8s-versions
-o, --output string Output format (table|json|yaml) (default "table")
-r, --region string GCP region (optional, uses default if not specified)
--release-channel string Filter by GKE release channel (RAPID, REGULAR, STABLE)
--self-hosted Show versions for self-hosted clusters instead of GKE
--show-channels Show versions available in each release channel
--show-upgrade-paths Show available upgrade paths
SEE ALSO
- astroctl cloud gcp - GCP cloud operations