From 20dd94324eec4b02899fa5914d6bc6fd2fa6c226 Mon Sep 17 00:00:00 2001 From: Frank Budinsky Date: Fri, 28 Jun 2019 16:52:50 -0400 Subject: [PATCH] Fix accidentally merged trailing space (#4578) --- content/blog/2019/data-plane-setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2019/data-plane-setup/index.md b/content/blog/2019/data-plane-setup/index.md index 334a91cc2d..8cbbdfc0e9 100644 --- a/content/blog/2019/data-plane-setup/index.md +++ b/content/blog/2019/data-plane-setup/index.md @@ -260,7 +260,7 @@ $ kubectl get svc --namespace=istio-system | grep sidecar-injector istio-sidecar-injector ClusterIP 10.102.70.184 443/TCP 24d {{< /text >}} -This configuration ultimately does pretty much the same as we saw in manual injection. Just that it is done automatically during pod creation, so you won’t see the change in the deployment. You need to use `kubectl describe` to see the sidecar proxy and the init proxy. +This configuration ultimately does pretty much the same as we saw in manual injection. Just that it is done automatically during pod creation, so you won’t see the change in the deployment. You need to use `kubectl describe` to see the sidecar proxy and the init proxy. The automatic sidecar injection not only depends on the `namespaceSelector` mechanism of the webhook, but also on the default injection policy and the per-pod override annotation.