From 882ab16ae3113a2e97ee19e01fa384bd4357ae97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Gyur=C3=A1cz?= <4431202+kristofgyuracz@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:43:57 +0200 Subject: [PATCH] Change Istio labels paragraph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Gyurácz <4431202+kristofgyuracz@users.noreply.github.com> --- content/docs/whats-new/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/whats-new/_index.md b/content/docs/whats-new/_index.md index 0cd64d5b8..f45b302cc 100644 --- a/content/docs/whats-new/_index.md +++ b/content/docs/whats-new/_index.md @@ -70,9 +70,7 @@ spec: ### Istio support -By default, Logging operator adds a label to avoid injecting the Istio sidecar into jobs/individual pods that run to completion. Configuration checkers and Fluentd drainer pods now have `sidecar.istio.io/inject` set to `false` by default. You can configure Fluentd drainer labels in the Logging spec. - -For non-istio users, these changes make no difference, as this label is only used in Istio context. For Istio users, these defaults make Logging operator work out of the box. +For jobs/individual pods that run to completion, Istio sidecar injection needs to be disabled, otherwise the affected pods would live forever with the running sidecar container. Configuration checkers and Fluentd drainer pods can be configured with the label `sidecar.istio.io/inject` set to `false`. You can configure Fluentd drainer labels in the Logging spec. ### Improved buffer metrics