Skip to content

Commit b0228f8

Browse files
committed
Install conntrack-tools in dind node image
(kube-proxy requires it)
1 parent 7f5230c commit b0228f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/dind/node/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN dnf -y update && dnf -y install\
2121
bridge-utils\
2222
ethtool\
2323
iptables-services\
24+
conntrack-tools\
2425
openvswitch\
2526
python-netaddr\
2627
python2-pyroute2\

0 commit comments

Comments
 (0)