You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is a known issue, but in a multi-master k8s cluster, it seems that Traefik receives and then responds to every event which comes across the k8s bus, included leader election information, which is very chatty. Then the nearest that I can tell, it responds to every event with an apiserver request. The resulting effect is that my k8s master (master) is pegged at 100% cpu. Is there a way to filter the events to which Traefik responds?
The text was updated successfully, but these errors were encountered:
Even on a single node k8s installation, traefik+kube-apiserver use up ~150% CPU on my 4 code ARMv8 server! When traefik is stopped it sits comfortably below 20%...
Apologies if this is a known issue, but in a multi-master k8s cluster, it seems that Traefik receives and then responds to every event which comes across the k8s bus, included leader election information, which is very chatty. Then the nearest that I can tell, it responds to every event with an apiserver request. The resulting effect is that my k8s master (master) is pegged at 100% cpu. Is there a way to filter the events to which Traefik responds?
The text was updated successfully, but these errors were encountered: