Describe the bug
The linuxutil and packetforward plugins (which are enabled by default in the basic setup instructions) require the CAP_BPF kernel capability. However this seems to be missing from the default set of capabilities added in the Helm chart:
As a result, the agent errors out being unable to retrieve any metrics from any of the present interfaces.
To Reproduce
Steps to reproduce the behavior:
- Install retina-agent via the Helm chart.
- Observe that the daemonset and pods lack the CAP_BPF capability.
- Observe that the agent cannot retrieve any interface metrics.
Expected behavior
BPF is added to the default set of capabilities in the Helm chart.
Screenshots
N/A
Platform (please complete the following information):
- OS: Amazon Linux 2
- Kubernetes Version: EKS 1.34
- Host: AWS EC2 instances
- Retina Version: 1.20
Additional context
Add any other context about the problem here.
Describe the bug
The linuxutil and packetforward plugins (which are enabled by default in the basic setup instructions) require the CAP_BPF kernel capability. However this seems to be missing from the default set of capabilities added in the Helm chart:
As a result, the agent errors out being unable to retrieve any metrics from any of the present interfaces.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
BPF is added to the default set of capabilities in the Helm chart.
Screenshots
N/A
Platform (please complete the following information):
Additional context
Add any other context about the problem here.