GoogleCloudPlatform / anthos-workshop

Apache License 2.0
140 stars 105 forks source link

Only specify the minor k8s version for GKE. #57

Closed cjcullen closed 4 years ago

cjcullen commented 4 years ago

the --cluster-version flag supports specifying only the minor version, allowing the server to default the patch version. GKE rotates through supported patch versions fairly regularly, especially the -gke.x versions, but will continue supporting 1.15 for at least a quarter or so, so this should keep this workshop functional for a while.

cgrant commented 4 years ago

Thanks, we're going to remove this all together shortly. We needed it early on to ensure we were on a supported version but it hasn't been needed for some time. Appreciate the update!