From 4ea6e74fe3ba6a735860240aea2a6e25a9030a3d Mon Sep 17 00:00:00 2001 From: loganhz Date: Fri, 7 Jun 2019 23:05:56 +0800 Subject: [PATCH] Add notes for sidecar auto injection --- content/rancher/v2.x/en/project-admin/service-mesh/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rancher/v2.x/en/project-admin/service-mesh/_index.md b/content/rancher/v2.x/en/project-admin/service-mesh/_index.md index 50f79ba842f..80a55be24f6 100644 --- a/content/rancher/v2.x/en/project-admin/service-mesh/_index.md +++ b/content/rancher/v2.x/en/project-admin/service-mesh/_index.md @@ -16,6 +16,8 @@ Using Rancher, you can connect, secure, control, and observe services through in In create and edit namespace page, you can enable or disable [Istio sidecar auto injection](https://istio.io/blog/2019/data-plane-setup/#automatic-injection). When you enable it, Rancher will add `istio-injection=enabled` label to the namespace automatically. +> **Note:** Injection occurs at pod creation time. If the pod has been created before you enable auto injection. You need to kill the running pod and verify a new pod is created with the injected sidecar. + ## View Traffic Graph Rancher integrates Kiali Graph into Rancher UI. The Kiali graph provides a powerful way to visualize the topology of your service mesh. It shows you which services communicate with each other.