mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Add socat command to hyperkube image
This is needed to for port forwarding to work in kubelet.
This commit is contained in:
@@ -7,6 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
||||
ca-certificates \
|
||||
file \
|
||||
util-linux \
|
||||
socat \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
Reference in New Issue
Block a user