fluent-operator icon indicating copy to clipboard operation
fluent-operator copied to clipboard

bug: Tentative release date for the changes related: Fluent-bit init container configurations in fluent-operator helm chart-

Open btalakola opened this issue 1 year ago • 8 comments

Describe the issue

Hi Team,

https://github.com/fluent/fluent-operator/pull/1320 This PR allows us to configure the initContainers in fluentbit custom resource. Fluentbit CRD schema already has the option to configure initContainers. So just exposing the same in values.yaml.

Can you please provide the tentative release date for the above changes.

To Reproduce

Hi Team,

https://github.com/fluent/fluent-operator/pull/1320 This PR allows us to configure the initContainers in fluentbit custom resource. Fluentbit CRD schema already has the option to configure initContainers. So just exposing the same in values.yaml.

Can you please provide the tentative release date for the above changes.

Expected behavior

Hi Team,

https://github.com/fluent/fluent-operator/pull/1320 This PR allows us to configure the initContainers in fluentbit custom resource. Fluentbit CRD schema already has the option to configure initContainers. So just exposing the same in values.yaml.

Can you please provide the tentative release date for the above changes.

Your Environment

 Fluent Operator version: v3.1.0
- Container Runtime: containerd
- Operating system: Ubuntu 22.04.4 LTS

How did you install fluent operator?

Deploy fluent-bit using fluent-operator helm chart.

Additional context

No response

btalakola avatar Sep 12 '24 16:09 btalakola

@wenchajun are you able to release a new version v3.2.0 of fluent operator? cc @wanjunlei @Gentleelephant

benjaminhuo avatar Sep 13 '24 01:09 benjaminhuo

@cw-Guo Would you help to release a new version of fluent operator following https://github.com/fluent/fluent-operator/blob/master/RELEASE.md#how-to-cut-a-new-release ?

benjaminhuo avatar Sep 14 '24 07:09 benjaminhuo

I'd also be grateful for this chart improvement to be released soon. Right now I have to work around this issue by having forked the chart, which is sub-optimal.

reegnz avatar Sep 16 '24 13:09 reegnz

HI Team, could you please provide an update on this?

btalakola avatar Sep 19 '24 12:09 btalakola

@btalakola please stay tuned. #1343 we are working on a release. cc @benjaminhuo

cw-Guo avatar Sep 21 '24 02:09 cw-Guo

Seems like a version bump was missed over here: https://github.com/fluent/fluent-operator/blob/v3.2.0/charts/fluent-operator/Chart.yaml#L18 Probably not a game-changer as the charts are released from a different repo. But you might want to incorporate bumping those versions into the release procedure document.

reegnz avatar Sep 23 '24 11:09 reegnz

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?

btalakola avatar Sep 24 '24 11:09 btalakola

Fix for the indentation issue : https://github.com/fluent/fluent-operator/pull/1360

harshvora10101 avatar Sep 25 '24 10:09 harshvora10101