chaos-mesh: apply fail: fail to set routes: code: 2, msg: iptables v1.8.2 (legacy): Couldn't load match `socket':No such file or directory Try `iptables -h' or 'iptables --help' for more information.
Bug Report
What version of Kubernetes are you using?
1.14.4 What version of Chaos Mesh are you using?
2.1.0 made by myself What did you do?
add httpchaos
What did you see instead?
Output of chaosctl
yaml
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (12 by maintainers)
Hi @STRRL , I try to recompile kernel ,and patch
xt_socket.ko xt_TPROXY.ko
,it worked !  @Andrewmatilde I guess the related config (and module) is
CONFIG_NETFILTER_XT_MATCH_SOCKET
, and I’m not sure whether it’s included by the packagekernel-modules-extra
(but in most case, it is).