fluent / fluent-bit-kubernetes-logging

Fluent Bit Kubernetes Daemonset
Apache License 2.0
468 stars 248 forks source link

Updated ds to apps/v1 #79

Closed dotdc closed 3 years ago

dotdc commented 4 years ago

Hello,

Your DaemonSets should now use the apps/v1 apiVersion in order to work on recent Kubernetes versions (1.17 in my case).

Signed-off-by: David Calvert davidcalvertfr@gmail.com

pmalek commented 4 years ago

I can confirm this is working for me on v1.18.2

This fixes: https://github.com/fluent/fluent-bit-kubernetes-logging/issues/77 and https://github.com/fluent/fluent-bit-kubernetes-logging/issues/78