fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
578 stars 246 forks source link

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

Open btalakola opened 2 weeks ago

btalakola commented 2 weeks ago

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

benjaminhuo commented 2 weeks ago

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

benjaminhuo commented 2 weeks ago

@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 ?

reegnz commented 2 weeks ago

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.

btalakola commented 1 week ago

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

cw-Guo commented 1 week ago

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

reegnz commented 1 week ago

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.

btalakola commented 6 days ago

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?

harshvora10101 commented 5 days ago

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