From 77ea9ab33259dbd51c858a918a9fa35cca458b5b Mon Sep 17 00:00:00 2001 From: Martin Ostrowski Date: Tue, 18 Jun 2019 17:12:17 -0700 Subject: [PATCH] Temporarily point GKE platform setup to OSS instructions (#4477) --- .../setup/kubernetes/install/platform/gke/index.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/content/docs/setup/kubernetes/install/platform/gke/index.md b/content/docs/setup/kubernetes/install/platform/gke/index.md index 5053e0bfb7..38fcb616cb 100644 --- a/content/docs/setup/kubernetes/install/platform/gke/index.md +++ b/content/docs/setup/kubernetes/install/platform/gke/index.md @@ -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 --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/).