Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
gcloud container clusters upgrade $CLUSTER_NAME \
--region $GCP_REGION \
--cluster-version $NEW_K8S_VER \
--project $PROJECT_ID \
--master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment