禁用eBPF探针
Host Installation
Edit /opt/tingyun-oneagent/conf/oneagent.conf and set:
network_enabled=false
Then restart the service:
sudo systemctl restart tingyun-oneagent
Kubernetes Installation
Edit oneagent.conf in tingyun-sys-config and set:
network_enabled=false
After applying the YAML, restart the tingyun-linux-agent DaemonSet.