Temporarily point GKE platform setup to OSS instructions (#4477)

This commit is contained in:
Martin Ostrowski 2019-06-18 17:12:17 -07:00 committed by Martin Taillefer
parent 3abd9c0c54
commit 77ea9ab332
1 changed files with 2 additions and 9 deletions

View File

@ -10,8 +10,7 @@ aliases:
---
Follow this flow to install and configure an Istio mesh Istio in the
[Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) (GKE)
using [Istio on GKE](https://cloud.google.com/istio/docs/istio-on-gke/overview).
[Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) (GKE).
## Prerequisites
@ -46,12 +45,6 @@ Then add the `Kubernetes Engine Admin` role:
## Setup using Istio on GKE
Refer to the [Istio on GKE documentation](https://cloud.google.com/istio/docs/istio-on-gke/overview) for instructions on creating a cluster with Istio installed.
Once the cluster is ready, acquire its credentials:
{{< text bash >}}
$ gcloud container clusters get-credentials <your_cluster> --zone=<your_zone>
{{< /text >}}
Refer to [Installing Istio on GKE](https://cloud.google.com/kubernetes-engine/docs/tutorials/installing-istio) for instructions on creating a cluster with Istio installed.
You can now try out one of the Istio examples like [Bookinfo](/docs/examples/bookinfo/).