fluent / fluentd-kubernetes-daemonset

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

"v1-debian-gcs" tag is broken #1339

Closed kapec94 closed 2 years ago

kapec94 commented 2 years ago

Hi, after the latest update of fluent/fluentd-kubernetes-daemonset:v1-debian-gcs, I am no longer able to start the daemonset.

Pods fail with the following message:

/usr/local/lib/ruby/2.7.0/rubygems.rb:277:in `find_spec_for_exe': can't find gem fluentd (>= 0.a) with executable fluentd (Gem::GemNotFoundException)
from /usr/local/lib/ruby/2.7.0/rubygems.rb:296:in `activate_bin_path'
from /usr/local/bundle/bin/fluentd:23:in `<main>'

To reproduce, execute:

docker run --rm fluent/fluentd-kubernetes-daemonset:v1-debian-gcs

This is probably caused by #1335 . Older image pointing to fluentd 1.4.3 works fine:

docker run --rm fluent/fluentd-kubernetes-daemonset:v1.14.3-debian-gcs-1.0
ashie commented 2 years ago

Duplicate of #1336