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