Skip to content

Find latest version of GKE

Why

When upgrading GKE through terraform, it's important to know the full GKE version string

How

gcloud container get-server-config --zone=<zone> --format=json --project=<project> | jq -r '.validMasterVersions[0]'
gcloud container get-server-config --zone=<zone> --format=json --project=<project> | jq -r '.validNodeVersions[0]'

Want to make this site better? Open a PR or help fund hosting costs