Open robinelfrink opened 3 years ago
I'm very glad I stumbled across this 😄
I got hit by the same issue. Updating our docker builder
image for CGO to use ubuntu:groovy
had a high enough version of libsystemd-dev
to be compatible again and resume seeing systemd entries.
When running kube-iptables-tailer on a system with systemd >= 246 no drops are detected.
My workaround is adding an override for
systemd-journald
and restarting the service:From https://github.com/systemd/systemd/blob/main/NEWS#L1493: