You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use the latest v2.9.2 image, but I get an error when the agent tries to execute iptables commands.
v.2.9.2 errors:
$ docker run -it --entrypoint "/usr/sbin/iptables" --rm registry.k8s.io/networking/ip-masq-agent:v2.9.2 --version
Unable to redirect iptables binaries. (Are you running in an unprivileged pod?)
ERROR: No valid subcommand given.
Valid subcommands:
[...]
What
I've tried to use the latest v2.9.2 image, but I get an error when the agent tries to execute iptables commands.
v.2.9.2 errors:
Also tried with
--priviliged
, same result.v2.9.0 works:
The text was updated successfully, but these errors were encountered: