mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Add ipset binary for IPVS, context: https://github.com/kubernetes/kubernetes/issues/57321
This commit is contained in:
@@ -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 @@
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user