astroctl_cloud_aws_k8s-versions
astroctl cloud aws k8s-versions
Get supported Kubernetes versions for AWS
Synopsis
Get supported Kubernetes versions for AWS clusters.
By default, shows EKS (managed) supported versions. Use --self-hosted for self-hosted cluster versions.
astroctl cloud aws k8s-versions [flags]
Examples
# Get supported EKS versions (default)
astroctl cloud aws k8s-versions
# Get versions for a specific region
astroctl cloud aws k8s-versions -r us-west-2
# Get versions for self-hosted clusters
astroctl cloud aws k8s-versions --self-hosted
# Show upgrade paths
astroctl cloud aws k8s-versions --show-upgrade-paths
Options
-h, --help help for k8s-versions
-o, --output string Output format (table|json|yaml) (default "table")
-r, --region string AWS region (optional, uses default if not specified)
--self-hosted Show versions for self-hosted clusters instead of EKS
--show-upgrade-paths Show available upgrade paths
SEE ALSO
- astroctl cloud aws - AWS cloud operations