mirror of https://github.com/istio/istio.io.git
Update kubernetes engine cluster version. (#1766)
According to https://cloud.google.com/kubernetes-engine/release-notes#june-28-2018, 1.10.4-gke.0 is no longer available but 1.10.5-gke.0 now is. With the old version I get: ``` $ gcloud container clusters create quickstart --cluster-version=1.10.4-gke.0 --zone us-east1-b --project jblatt-test ERROR: (gcloud.container.clusters.create) ResponseError: code=400, message=master version "1.10.4-gke.0" is unsupported. ```
This commit is contained in:
parent
1a27ffc566
commit
94e7f7f9a6
|
@ -47,7 +47,7 @@ Create a new cluster.
|
|||
|
||||
{{< text bash >}}
|
||||
$ gcloud container clusters create <cluster-name> \
|
||||
--cluster-version=1.10.4-gke.0 \
|
||||
--cluster-version=1.10.5-gke.0 \
|
||||
--zone <zone> \
|
||||
--project <project-id>
|
||||
{{< /text >}}
|
||||
|
|
Loading…
Reference in New Issue