mirror of https://github.com/istio/istio.io.git
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:
parent
fe00de6a40
commit
9bd410476b
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue