Stale ebpf maps if agent stops abruptly #537
Labels
area/ebpf
area/plugins
help wanted
Extra attention is needed
lang/go
The Go Programming Language
priority/0
P0
Describe the bug
If agent pod is OOMKIlled,
Packetparser
leaves behind stale maps and qdiscs. These are never cleaned up on restart.To Reproduce
Steps to reproduce the behavior:
controller
process repeatedlyExpected behavior
Only one instance of maps should exist for each plugin and one ingress/egress qdisc for each veth.
Platform (please complete the following information):
Additional context
Suggestion - Cleanup should happen in init container (probably we need privilege to clean up residual maps and qdiscs)
The text was updated successfully, but these errors were encountered: