Duncan
Results
1
comments of
Duncan
In case someone else has a similar issue with this, while running in a Kubernetes container, I fixed this by adding capabilities to the pod: securityContext: capabilities: add: ["NET_ADMIN"]