btalakola

Results 7 comments of btalakola

Hi Team, There is an indentation issue for the initContainers configuration in fluent-bit custom resource in the release 3.2.0 https://github.com/fluent/fluent-operator/blob/release-3.2/charts/fluent-operator/templates/fluentbit-fluentBit.yaml#L116 Could you please check it?

I deployed fluent-bit using fluent-operator with latest version v3.2.0. It internally used fluent-bit version 3.1.7 image: repository: "ghcr.io/fluent/fluent-operator/fluent-bit" tag: "3.1.7" Thanks, Bharathi.

@joshuabaird could you please help me out using fluent-watcher? I tried using it from the below configuration which seems to be not working. #### Fluent-watcher command: ["/fluent-bit/bin/fluent-bit-watcher"] # custom command...

@cw-Guo Thanks for the response. 1. For the Point#1: Stakater reloader implmenets the rollout restart in the following manner : https://github.com/stakater/Reloader/blob/master/internal/pkg/callbacks/rolling_upgrade.go#L382-L387 `// UpdateDaemonSet performs rolling upgrade on daemonSet func UpdateDaemonSet(clients...