Install netbase in debian-iptables and debian-hyperkube-base as it is needed by ipvs

This commit is contained in:
Jeff Grafton
2018-09-17 18:54:50 -07:00
parent f4c4ae1837
commit 61b9b29f14
4 changed files with 5 additions and 3 deletions

View File

@@ -19,4 +19,5 @@ RUN clean-install \
ebtables \
ipset \
iptables \
kmod
kmod \
netbase

View File

@@ -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)