Commit 6fd8903a authored by Fabian Selles Rosa's avatar Fabian Selles Rosa

Add ipset binary for IPVS, context: https://github.com/kubernetes/kubernetes/issues/57321

parent 317853c9
...@@ -34,6 +34,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \ ...@@ -34,6 +34,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
git \ git \
glusterfs-client \ glusterfs-client \
iptables \ iptables \
ipset \
jq \ jq \
kmod \ kmod \
openssh-client \ openssh-client \
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
REGISTRY?=staging-k8s.gcr.io REGISTRY?=staging-k8s.gcr.io
IMAGE?=debian-hyperkube-base IMAGE?=debian-hyperkube-base
TAG=0.8 TAG=0.9
ARCH?=amd64 ARCH?=amd64
CACHEBUST?=1 CACHEBUST?=1
......
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