From 3380c5b912de2c813eaf8a7c0368cba4fbf8d825 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 14 Jun 2019 14:01:50 -0700 Subject: [PATCH] Change folder names from serv0ce-mesh to istio --- .../en/cluster-admin/tools/{service-mesh => istio}/_index.md | 4 ++-- .../tools/{service-mesh/istio => istio/config}/_index.md | 0 .../v2.x/en/project-admin/{service-mesh => istio}/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename content/rancher/v2.x/en/cluster-admin/tools/{service-mesh => istio}/_index.md (88%) rename content/rancher/v2.x/en/cluster-admin/tools/{service-mesh/istio => istio/config}/_index.md (100%) rename content/rancher/v2.x/en/project-admin/{service-mesh => istio}/_index.md (95%) diff --git a/content/rancher/v2.x/en/cluster-admin/tools/service-mesh/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md similarity index 88% rename from content/rancher/v2.x/en/cluster-admin/tools/service-mesh/_index.md rename to content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md index d02b6a44023..1b556986945 100644 --- a/content/rancher/v2.x/en/cluster-admin/tools/service-mesh/_index.md +++ b/content/rancher/v2.x/en/cluster-admin/tools/istio/_index.md @@ -15,7 +15,7 @@ As an [administrator]({{< baseurl >}}/rancher/v2.x/en/admin-settings/rbac/global 1. Select **Tools > Istio** in the navigation bar. -1. Select **Enable** to show the [Istio configuration options]({{< baseurl >}}/rancher/v2.x/en/cluster-admin/tools/service-mesh/istio/). Enter in your desired configuration options. Ensure you have enough resources for the service mesh and on your worker nodes to enable the service mesh. +1. Select **Enable** to show the [Istio configuration options]({{< baseurl >}}/rancher/v2.x/en/cluster-admin/tools/istio/config/). Enter in your desired configuration options. Ensure you have enough resources for the service mesh and on your worker nodes to enable the service mesh. 1. Click **Save**. @@ -31,7 +31,7 @@ Once Istio is `active`, you can see visualizations for your service mesh across 1. Access [Jaeger UI](https://www.jaegertracing.io/) by clicking the Jaeger UI icon in the Istio page. 1. Access [Grafana UI](https://grafana.com/) by clicking the Grafana UI icon in the Istio page. 1. Access [Prometheus UI](https://prometheus.io/) by clicking the Prometheus UI icon in the Istio page. -1. Go to a project to [view traffic graph, traffic metrics and manage traffic]({{< baseurl >}}/rancher/v2.x/en/project-admin/service-mesh/). +1. Go to a project to [view traffic graph, traffic metrics and manage traffic]({{< baseurl >}}/rancher/v2.x/en/project-admin/istio/). ## Disabling Istio diff --git a/content/rancher/v2.x/en/cluster-admin/tools/service-mesh/istio/_index.md b/content/rancher/v2.x/en/cluster-admin/tools/istio/config/_index.md similarity index 100% rename from content/rancher/v2.x/en/cluster-admin/tools/service-mesh/istio/_index.md rename to content/rancher/v2.x/en/cluster-admin/tools/istio/config/_index.md diff --git a/content/rancher/v2.x/en/project-admin/service-mesh/_index.md b/content/rancher/v2.x/en/project-admin/istio/_index.md similarity index 95% rename from content/rancher/v2.x/en/project-admin/service-mesh/_index.md rename to content/rancher/v2.x/en/project-admin/istio/_index.md index 1c99c4ec7b3..5bd15a488d1 100644 --- a/content/rancher/v2.x/en/project-admin/service-mesh/_index.md +++ b/content/rancher/v2.x/en/project-admin/istio/_index.md @@ -9,7 +9,7 @@ Using Rancher, you can connect, secure, control, and observe services through in >**Prerequisites:** > ->- [Service Mesh]({{< baseurl >}}/rancher/v2.x/en/cluster-admin/tools/service-mesh/) must be enabled in the cluster. +>- [Istio]({{< baseurl >}}/rancher/v2.x/en/cluster-admin/tools/istio/) must be enabled in the cluster. >- To be a part of an Istio service mesh, pods and services in a Kubernetes cluster must satisfy the [Istio Pods and Services Requirements](https://istio.io/docs/setup/kubernetes/prepare/requirements/) ## Istio Sidecar Auto Injection