mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Install netbase in debian-iptables and debian-hyperkube-base as it is needed by ipvs
This commit is contained in:
@@ -19,4 +19,5 @@ RUN clean-install \
|
||||
ebtables \
|
||||
ipset \
|
||||
iptables \
|
||||
kmod
|
||||
kmod \
|
||||
netbase
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
REGISTRY?="staging-k8s.gcr.io"
|
||||
IMAGE=debian-iptables
|
||||
TAG?=v10.1
|
||||
TAG?=v10.2
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
|
||||
|
Reference in New Issue
Block a user