fluent / fluentd-kubernetes-daemonset

Fluentd daemonset for Kubernetes and it Docker image
Apache License 2.0
1.25k stars 981 forks source link

Update limitation about non-published s3 image #1456

Closed kenhys closed 9 months ago

ashie commented 9 months ago

s3 image should be published, it' a bug, not an intentional limitation.

https://hub.docker.com/repository/docker/fluent/fluentd-kubernetes-daemonset/tags?page=1&ordering=last_updated&name=s3

amd64 image for s3 is published but arm64 image isn't published. This is why the tag v1.16-debian-s3-1 isn't created. We need both amd64 image and arm64 image to generate multi arch image.

ashie commented 9 months ago

https://hub.docker.com/repository/docker/fluent/fluentd-kubernetes-daemonset/builds

s3 build settings don't exist. We already reach the limitation of build config number, so some needed configuration seems dropped implicitly. At least we need to revive s3 and syslog images, so we should drop some needless images.

kenhys commented 9 months ago

Thanks, I've overlooked that situation.