zh: content/docs/setup/kubernetes/platform-setup/gke/ (#2658)

Keep consistent with the latest version

Signed-off-by: ylf <1045438139@qq.com>
This commit is contained in:
flydragon 2018-09-21 00:08:26 +08:00 committed by istio-bot
parent fe00de6a40
commit 9bd410476b
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ keywords: [platform-setup,kubernetes,gke,google]
{{< text bash >}}
$ gcloud container clusters create <cluster-name> \
--cluster-version=1.10.5-gke.4 \
--num-nodes 4
--zone <zone> \
--project <project-id>
{{< /text >}}
@ -33,3 +33,4 @@ keywords: [platform-setup,kubernetes,gke,google]
--clusterrole=cluster-admin \
--user=$(gcloud config get-value core/account)
{{< /text >}}