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
314 stars 56 forks source link

Agent does not run inside a KinD cluster #9

Closed steveww closed 1 year ago

steveww commented 1 year ago

Running a KinD cluster on Linux for testing. The coroot agent fails to start with this message

netlink receive: no such file or directory

Is there any work around? It would be great to be able to test on KinD rather than spin up a real cluster on GKE.

def commented 1 year ago

Unfortunately, the agent cannot run in docker-in-docker environments yet. Here is an explanation of the problem.

steveww commented 1 year ago

OK thanks for the details. Might be an idea to add this little gem of information to the README