From 494a485e7b08fc7144b8dbd0752a428fbb65a6fe Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Thu, 7 Jun 2018 23:04:08 +0800 Subject: [PATCH] use html encoding for the forward slash. (#1474) --- content/docs/setup/kubernetes/sidecar-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/setup/kubernetes/sidecar-injection.md b/content/docs/setup/kubernetes/sidecar-injection.md index 01deb3db9c..f73fa0ca72 100644 --- a/content/docs/setup/kubernetes/sidecar-injection.md +++ b/content/docs/setup/kubernetes/sidecar-injection.md @@ -170,7 +170,7 @@ kube-public Active 1h kube-system Active 1h ``` -Injection occurs at pod creation time. Kill the running pod and verify a new pod is created with the injected sidecar. The original pod has 1/1 READY containers and the pod with injected sidecar has 2/2 READY containers. +Injection occurs at pod creation time. Kill the running pod and verify a new pod is created with the injected sidecar. The original pod has 1/1 READY containers and the pod with injected sidecar has 2/2 READY containers. ```command $ kubectl delete pod sleep-776b7bcdcd-7hpnk