From 2ac88b5ecc7a680d2cb41dc9a8cb19a00fc2a5a8 Mon Sep 17 00:00:00 2001 From: Darius Jazayeri Date: Mon, 16 Sep 2019 11:55:52 -0700 Subject: [PATCH] larger machine size that can fit default istio install (#4927) --- content/en/docs/setup/platform-setup/gke/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/setup/platform-setup/gke/index.md b/content/en/docs/setup/platform-setup/gke/index.md index fa3a85a234..49b411735b 100644 --- a/content/en/docs/setup/platform-setup/gke/index.md +++ b/content/en/docs/setup/platform-setup/gke/index.md @@ -27,11 +27,19 @@ To enable SDS in Istio, use Kubernetes 1.13 or above. {{< text bash >}} $ gcloud container clusters create \ --cluster-version latest \ + --machine-type=n1-standard-2 \ --num-nodes 4 \ --zone \ --project {{< /text >}} + {{< tip >}} + The default installation of Mixer 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. + {{< /tip >}} + {{< warning >}} To use the Istio CNI feature, the [network-policy](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy)