larger machine size that can fit default istio install (#4927)

This commit is contained in:
Darius Jazayeri 2019-09-16 11:55:52 -07:00 committed by Martin Taillefer
parent 0b12069971
commit 2ac88b5ecc
1 changed files with 8 additions and 0 deletions

View File

@ -27,11 +27,19 @@ To enable SDS in Istio, use Kubernetes 1.13 or above.
{{< text bash >}}
$ gcloud container clusters create <cluster-name> \
--cluster-version latest \
--machine-type=n1-standard-2 \
--num-nodes 4 \
--zone <zone> \
--project <project-id>
{{< /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)