mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 21:50:05 +00:00
hack/cluster: map /run/xtables.lock into containerized kubelet filesystem
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user