Cleanup GKE platform setup (#6548)

You cannot install GKE below 1.13 anymore, and we shouldn't mention
Mixer
This commit is contained in:
John Howard 2020-02-25 10:41:51 -08:00 committed by GitHub
parent e59a1998bf
commit 352ba575a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -18,10 +18,6 @@ for more information.
Follow these instructions to prepare a GKE cluster for Istio.
{{< warning >}}
To enable the [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret#sds-configuration) (SDS) in Istio, use Kubernetes 1.13 or above.
{{< /warning >}}
1. Create a new cluster.
{{< text bash >}}
@ -34,7 +30,7 @@ To enable the [Secret Discovery Service](https://www.envoyproxy.io/docs/envoy/la
{{< /text >}}
{{< tip >}}
The default installation of Mixer requires nodes with >1 vCPU. If you are
The default installation of Istio requires nodes with >1 vCPU. If you are
installing with the
[demo configuration profile](/docs/setup/additional-setup/config-profiles/),
you can remove the `--machine-type` argument to use the smaller `n1-standard-1` machine size instead.