Commit 6c549ae9 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #26839 from luxas/add_conntrack

Automatic merge from submit-queue Add conntrack to hyperkube Trivial fix for #26515 Please just pass through... @mikedanese @roberthbailey
parents 98c432a9 e5247666
...@@ -23,6 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \ ...@@ -23,6 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
iptables \ iptables \
ethtool \ ethtool \
ca-certificates \ ca-certificates \
conntrack \
file \ file \
util-linux \ util-linux \
socat \ socat \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment