mirror of https://github.com/istio/istio.io.git
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:
parent
be7c374f29
commit
4a49a2d1e7
|
|
@ -12,7 +12,7 @@ Follow these instructions to prepare an GKE cluster for Istio.
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ gcloud container clusters create <cluster-name> \
|
$ gcloud container clusters create <cluster-name> \
|
||||||
--cluster-version=1.10.5-gke.0 \
|
--cluster-version=1.10.5-gke.4 \
|
||||||
--zone <zone> \
|
--zone <zone> \
|
||||||
--project <project-id>
|
--project <project-id>
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue