Kasia Kujawa

Results 19 comments of Kasia Kujawa

I'm observing the same issue with helm 3.7.0 ``` $helm version version.BuildInfo{Version:"v3.7.0", GitCommit:"eeac83883cb4014fe60267ec6373570374ce770b", GitTreeState:"clean", GoVersion:"go1.16.8"} ```

My case - I want to change `livenessProbe` for Fluent Bit. I can change `livenessProbe` when I deploy Fluent Bit Helm Chart: ```bash helm repo add fluent-bit https://fluent.github.io/helm-charts helm repo...

In [sumologic-kubernetes-collection](https://github.com/SumoLogic/sumologic-kubernetes-collection) the version of tailing sidecar operator is quite old because the newest version contains breaking changes (https://github.com/SumoLogic/sumologic-kubernetes-collection/issues/1739) I don't recommend of using older operator with newer version of...

Now it is possible to specify directory instead of file but outputs from all files in the directory are redirected to stdout of one tailing sidecar container, for example: when...

For nested structure of directories, you can use comma separated list of directories: ``` apiVersion: v1 kind: Pod metadata: name: pod-with-annotations namespace: tailing-sidecar-system annotations: tailing-sidecar: varlog:/var/log/*/*,/var/log/* spec: containers: - name:...

I'm closing this issue, @shaunfink if you still observe the issue, please reopen it ;)

at this moment it is possible to overwrite sidecar configuration, see: https://github.com/SumoLogic/tailing-sidecar/blob/441c87117408eecd2c8a4ca6d8b72c074cc6058a/helm/tailing-sidecar-operator/values.yaml#L52C1-L62C16

Currently the only solution to change configuration for sidecar image is to built new sidecar image with custom configuration because configuration is copied into image, see [these](https://github.com/SumoLogic/tailing-sidecar/blob/7fd074684531f6816536f5f5ac29f721dacbc26e/sidecar/Dockerfile#L40-L42) lines. Existing configuration...

I'm closing this issue, if you still observe the issue, please reopen it ;)

Do you observe this issue for the latest release https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.11.0? In latest release there is following change which impacts tailing-sidecar image: - build(deps): bump Fluent Bit from 2.2.2 to 3.0.0...