mirror of https://github.com/k3s-io/k3s
Add ipset binary for IPVS, context: https://github.com/kubernetes/kubernetes/issues/57321
parent
317853c90c
commit
6fd8903af3
|
@ -34,6 +34,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
|
|||
git \
|
||||
glusterfs-client \
|
||||
iptables \
|
||||
ipset \
|
||||
jq \
|
||||
kmod \
|
||||
openssh-client \
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
REGISTRY?=staging-k8s.gcr.io
|
||||
IMAGE?=debian-hyperkube-base
|
||||
TAG=0.8
|
||||
TAG=0.9
|
||||
ARCH?=amd64
|
||||
CACHEBUST?=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue