From 58d4994327f8571856dea9a41d88dbe735d00958 Mon Sep 17 00:00:00 2001 From: loganhz Date: Wed, 19 Jun 2019 09:14:21 +0800 Subject: [PATCH 1/2] Add default resource consumption for istio --- .../v2.x/en/cluster-admin/tools/istio/_index.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md index 1b1e0854e55..d54ad81444d 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md @@ -11,7 +11,20 @@ Using Rancher, you can connect, secure, control, and observe services through in The required resource allocation for each service is listed in the [configuration options]({{< baseurl >}}/rancher/v2.x/en/cluster-admin/tools/istio/config/). Please review it before attempting to enable Istio. -In larger deployments, it is strongly advised that the infrastructure be placed on dedicated nodes in the cluster. +In larger deployments, it is strongly advised that the infrastructure be placed on dedicated nodes in the cluster by adding node selector for each Istio components. + +#### Default Resource Consumption + +Workload | Container | CPU - Request | Mem - Request | CPU - Limit | Mem - Limit | Configurable +---------|-----------|---------------|---------------|-------------|-------------|------------- +istio-pilot |discovery| 500m | 2048Mi | 1000m | 4096Mi | Y + istio-telemetry |mixer| 1000m | 1024Mi | 4800m | 4096Mi | Y + istio-policy | mixer | 1000m | 1024Mi | 4800m | 4096Mi | Y + istio-tracing | jaeger | 100m | 100Mi | 500m | 1024Mi | Y + prometheus | prometheus | 750m | 750Mi | 1000m | 1024Mi | Y + grafana | grafana | 100m | 100Mi | 200m | 512Mi | Y + Others | n/a | 500m | 500Mi | n/a | n/a | N + Total | n/a | 3950m | 5546Mi | n/a | n/a | n/a ## Enabling Istio From 42f96ef515da7c6ba06bc4f44535a8db94d3644f Mon Sep 17 00:00:00 2001 From: Denise Date: Wed, 19 Jun 2019 11:45:18 -0700 Subject: [PATCH 2/2] Update _index.md --- content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md index d54ad81444d..a4ac9211669 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md @@ -23,8 +23,8 @@ istio-pilot |discovery| 500m | 2048Mi | 1000m | 4096Mi | Y istio-tracing | jaeger | 100m | 100Mi | 500m | 1024Mi | Y prometheus | prometheus | 750m | 750Mi | 1000m | 1024Mi | Y grafana | grafana | 100m | 100Mi | 200m | 512Mi | Y - Others | n/a | 500m | 500Mi | n/a | n/a | N - Total | n/a | 3950m | 5546Mi | n/a | n/a | n/a + Others | - | 500m | 500Mi | - | - | N + Total | - | 3950m | 5546Mi | - | - | - ## Enabling Istio