I have a daemonset of fluent-bit v1.6 pods running in three different (EKS) Kubernetes clusters.
For historical reasons, I have a cronjob to restart them every 6 hours, and after they restarted this morning, they could not contact https://kubernetes.default.svc:443 in any cluster.
After doing a bit of digging, I spotted that my daemonset was configured to
I have a daemonset of fluent-bit v1.6 pods running in three different (EKS) Kubernetes clusters. For historical reasons, I have a cronjob to restart them every 6 hours, and after they restarted this morning, they could not contact
https://kubernetes.default.svc:443
in any cluster. After doing a bit of digging, I spotted that my daemonset was configured toand that v1.6.7 was released a few hours ago. Pinning the version to v1.6.6 resolved the issue, so there seems to be a bug in the new version.
The specific errors I was seeing in fluent-bit's logs were: