Running Grafana Alloy on EKS as a daemonset however getting this error.
error msg="component exited with error" component_path=/ component_id=pyroscope.ebpf.cpu err="ebpf profiling session start: failed to set memlock rlimit: operation not permitted
I have set securitycontext for the pod as below
securityContext:
privileged: true
Any idea on how to solve this