mirror of https://github.com/istio/istio.io.git
larger machine size that can fit default istio install (#4927)
This commit is contained in:
parent
0b12069971
commit
2ac88b5ecc
|
|
@ -27,11 +27,19 @@ To enable SDS in Istio, use Kubernetes 1.13 or above.
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ gcloud container clusters create <cluster-name> \
|
$ gcloud container clusters create <cluster-name> \
|
||||||
--cluster-version latest \
|
--cluster-version latest \
|
||||||
|
--machine-type=n1-standard-2 \
|
||||||
--num-nodes 4 \
|
--num-nodes 4 \
|
||||||
--zone <zone> \
|
--zone <zone> \
|
||||||
--project <project-id>
|
--project <project-id>
|
||||||
{{< /text >}}
|
{{< /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 >}}
|
{{< warning >}}
|
||||||
To use the Istio CNI feature, the
|
To use the Istio CNI feature, the
|
||||||
[network-policy](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy)
|
[network-policy](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue