suggest a more recent gke minor version (#2283)

ERROR: (gcloud.container.clusters.create) ResponseError: code=400, message=Master version "1.10.5-gke.0" is unsupported.
This commit is contained in:
stevemcghee 2018-08-17 22:34:31 -07:00 committed by Martin Taillefer
parent be7c374f29
commit 4a49a2d1e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Follow these instructions to prepare an GKE cluster for Istio.
{{< text bash >}}
$ gcloud container clusters create <cluster-name> \
--cluster-version=1.10.5-gke.0 \
--cluster-version=1.10.5-gke.4 \
--zone <zone> \
--project <project-id>
{{< /text >}}