fluent / fluent-bit-kubernetes-logging

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

Switch to apps/v1 for DaemonSet #81

Closed evankanderson closed 4 years ago

evankanderson commented 4 years ago

https://docs.fluentbit.io/manual/installation/kubernetes#note-for-kubernetes-less-than-v-1-16 suggests that all of these files have been converted for Kubernetes >=1.14 (deprecated in 1.14). Given that 1.14 is past community support, it seems like we should switch these to apps/v1.

evankanderson commented 4 years ago

Actually, https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ claims that "apps/v1" was available in 1.9, so it seems very likely that API version is the correct one to use.

edsiper commented 4 years ago

thanks