Skip to content

Commit 882ab16

Browse files
Change Istio labels paragraph
Signed-off-by: Kristóf Gyurácz <4431202+kristofgyuracz@users.noreply.github.com>
1 parent a1a2589 commit 882ab16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/docs/whats-new/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ spec:
7070
7171
### Istio support
7272
73-
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.
74-
75-
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.
73+
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.
7674

7775
### Improved buffer metrics
7876

0 commit comments

Comments
 (0)