mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #68764 from ixdy/debian-iptables-netbase
Install netbase in debian-iptables and debian-hyperkube-base as it is needed by ipvs
This commit is contained in:
commit
247240ace4
@ -38,6 +38,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
|
|||||||
jq \
|
jq \
|
||||||
kmod \
|
kmod \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
netbase \
|
||||||
nfs-common \
|
nfs-common \
|
||||||
socat \
|
socat \
|
||||||
udev \
|
udev \
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
REGISTRY?=staging-k8s.gcr.io
|
REGISTRY?=staging-k8s.gcr.io
|
||||||
IMAGE?=debian-hyperkube-base
|
IMAGE?=debian-hyperkube-base
|
||||||
TAG=0.10.1
|
TAG=0.10.2
|
||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
CACHEBUST?=1
|
CACHEBUST?=1
|
||||||
|
|
||||||
|
@ -19,4 +19,5 @@ RUN clean-install \
|
|||||||
ebtables \
|
ebtables \
|
||||||
ipset \
|
ipset \
|
||||||
iptables \
|
iptables \
|
||||||
kmod
|
kmod \
|
||||||
|
netbase
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
REGISTRY?="staging-k8s.gcr.io"
|
REGISTRY?="staging-k8s.gcr.io"
|
||||||
IMAGE=debian-iptables
|
IMAGE=debian-iptables
|
||||||
TAG?=v10.1
|
TAG?=v10.2
|
||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
TEMP_DIR:=$(shell mktemp -d)
|
TEMP_DIR:=$(shell mktemp -d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user