Intermittent problem with MetalLB #962
-
I'm running a two-node cluster on Debian buster, using MetalLB in Layer 2 mode. Things appear to be working, but every other request fails on the network level. For example running curl to a whoami pod with a one second delay:
Before I upgraded to Buster about three months ago, everything was working as expected. The controller log shows these in one second intervals:
But there are no error messages (also not on startup of the controller pod), and the two speakers only show occasional messages like
I'm running v1.21.5+k3s2 with MetalLB quay.io/metallb/controller:v0.11.0 Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I've set up the cluster with |
Beta Was this translation helpful? Give feedback.
-
It turns out I lost two important lines in the systemd unit when I upgraded. I'm running my own copy of traefik, but on the upgrade, the bundled version was re-enabled, and the service for traefik was somehow being pummled. Making sure to disable traefik and servicelb in
|
Beta Was this translation helpful? Give feedback.
It turns out I lost two important lines in the systemd unit when I upgraded. I'm running my own copy of traefik, but on the upgrade, the bundled version was re-enabled, and the service for traefik was somehow being pummled. Making sure to disable traefik and servicelb in
/etc/systemd/system/k3s.service
fixed it: