hack/cluster: map /run/xtables.lock into containerized kubelet filesystem

This commit is contained in:
Dan Williams
2017-05-05 23:31:21 -05:00
parent c7677a4753
commit 8f967c929f
2 changed files with 2 additions and 0 deletions

View File

@@ -674,6 +674,7 @@ function start_kubelet {
--volume=/var/lib/docker/:/var/lib/docker:ro \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \
--volume=/dev:/dev \
--volume=/run/xtables.lock:/run/xtables.lock:rw \
${cred_bind} \
--net=host \
--privileged=true \