Sarath Chandra
Sarath Chandra
I made a release on my fork and here are the jobs [fluent bit](https://github.com/sarathchandra24/fluent-operator/actions/runs/8179691882) [fluentd](https://github.com/sarathchandra24/fluent-operator/actions/runs/8179691921) [fluent operator](https://github.com/sarathchandra24/fluent-operator/actions/runs/8179691913) Github packages: I created a tag v17.0.2 and here are the packages; [fluent-bit:v17.0.2](https://github.com/sarathchandra24/fluent-operator/pkgs/container/fluent-operator%2Ffluent-bit/187790300?tag=v17.0.2)...
Hi! I would like to work on this issue. Current system is using makefile to build and push images to docker hub. Is the recommendation to use [call-build-images.yaml#L74](https://github.com/fluent/fluent-bit/blob/202da1374dffd98984b2aa56dd444d49bef1dbd5/.github/workflows/call-build-images.yaml#L74) in our...
We are currently building image with debug too https://github.com/fluent/fluent-operator/blob/master/.github/workflows/build-fb-image.yaml#L53, do we also need to build these images and push to registry. I don't know about difference between these images. Can...
@patrick-stephens I created the https://github.com/fluent/fluent-operator/pull/1071 which address this issue. Can you please review!
Created the following PR: https://github.com/fluent/fluent-operator/pull/1079 for the requested changes in old PR too. I believe we might need to discuss on implementation for https://github.com/fluent/fluent-operator/blob/master/.github/workflows/build-fd-image.yaml; we are currently building two images...
Hello, I checked the update cli: [tools-jdk21.yaml](https://github.com/jenkins-infra/kubernetes-management/blob/main/updatecli/updatecli.d/jenkins-controllers/tools-jdk21.yaml#L27C19-L27C55) there is problem with the regex as per my knowledge. Current expected pattern is "^jdk-21.(\\d*).(\\d*).(\\d*)+(\\d*)$" - which would expect there digits separated by...
Yes you are right! I could see the following release: [jdk-21.0.2+13](https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.2%2B13) [jdk-21+35](https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21%2B35) [jdk-21.0.1+12](https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21.0.1%2B12) [jdk21u-2024-02-07-08-08-beta](https://github.com/adoptium/temurin21-binaries/releases/tag/jdk21u-2024-02-07-08-08-beta) I am thinking only to include these with regex (dk-21.0.2+13, jdk-21+35, jdk-21.0.1+12, jdk-21.0.22+7.1) and ignore the...
Sorry for the late response everyone, I realized the problem after running it locally. Root cause is [defaultBinPath on main.go#L22](https://github.com/fluent/fluent-operator/blob/master/cmd/fluent-watcher/fluentd/main.go#L22) for amd64 it is"/usr/bin/fluentd" and for arm64 it is "/usr/local/bundle/bin/fluentd"....
@joshuabaird Can I know what OS are you using. Also, I think there is something wrong with the builds or build system. You see the message ```level=info msg="Current architecture" arch=amd64```...
@joshuabaird Can you please run ```docker run ghcr.io/fluent/fluent-operator/fluentd:v1.17@sha256:095572fbf94ee3bbd01c0597b7b8a113c647e64ad2c53457c9c561432207f99d``` and ```docker run ghcr.io/fluent/fluent-operator/fluentd:v1.17@sha256:baac1724e2277baf50817d2612f06f0bf3b9050a77e1f7b78d351386b84541b7``` To check if GitHub images are working After inspecting images on GitHub running: ```docker run ghcr.io/fluent/fluent-operator/fluentd:v1.17@sha256:095572fbf94ee3bbd01c0597b7b8a113c647e64ad2c53457c9c561432207f99d``` We can...