Disabling the eBPF Network Module
Linux Host Installationβ
Edit /opt/tingyun-oneagent/conf/oneagent.conf:
network_enabled=false
Restart UniAgent:
sudo systemctl restart tingyun-oneagent
Kubernetes Installationβ
Edit oneagent.conf under tingyun-sys-config in the YAML file:
network_enabled=false
Apply the YAML file and restart the tingyun-linux-agent DaemonSet.