I now have a working 0.13.1 helm chart. In the cur...
# k8s
d
I now have a working 0.13.1 helm chart. In the current configuration I have netmaker in ``CLIENT_MODE`` ``off``. But when adding a new network I get the following error:
Copy code
[netmaker] 2022-05-19 14:37:08 error running command: wg-quick up /etc/netclient/config/nm-mesh.conf

[netmaker] 2022-05-19 14:37:08 Warning: `/etc/netclient/config/nm-mesh.conf' is world accessible
[#] ip link add nm-mesh type wireguard
RTNETLINK answers: Operation not permitted
Unable to access interface: Operation not permitted
[#] ip link delete dev nm-mesh
Cannot find device "nm-mesh"
When I try to add a node it shows the following in the log:
Copy code
joining mesh at [redacted]
removed systemd remnants if any existed
The node shows up in the interface but does not seem to have a working config.