coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
312 stars 55 forks source link

Error in Docker Desktop WSL2 while install coroot-node-agent #33

Closed rmn-lux closed 11 months ago

rmn-lux commented 12 months ago

Hello! I installed coroot via helm chart: helm install --namespace coroot --create-namespace coroot coroot/coroot

My env: Docker Desktop v4.22 in Windows 11, WSL2

After run all pods coroot-node-agent don`t start, errors in log:

Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_ct4_global: no such file or directory Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_ct6_global: no such file or directory Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_lb4_backends_v2: no such file or directory Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_lb4_backends_v3: no such file or directory Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_lb6_backends_v2: no such file or directory Unable to get object /proc/1/root/sys/fs/bpf/tc/globals/cilium_lb6_backends_v3: no such file or directory

Screenshot_1

Please tell what the problem? Probably, on WSL2 it could not start by design (ebpf and so on)?

def commented 12 months ago

Unfortunately, Coroot cannot run on WSL due to limitations involving eBPF, netlink, and other factors