update cluster version to 1.9.7-gke.1 (#1413)

see here - https://github.com/istio/istio.github.io/issues/1411
This commit is contained in:
Mukundha Madhavan 2018-06-01 17:15:01 +01:00 committed by Martin Taillefer
parent 5f9dc71b7e
commit 0b52a1fa8c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Create a new cluster.
```command
$ gcloud container clusters create <cluster-name> \
--cluster-version=1.9.4-gke.1 \
--cluster-version=1.9.7-gke.1 \
--zone <zone> \
--project <project-name>
```