Commit 5c3bf0b0 authored by Paul Morie's avatar Paul Morie

Remove unnecessary bind-mount from dockerized kubelet run

parent 32b4b1cd
...@@ -182,7 +182,6 @@ else ...@@ -182,7 +182,6 @@ else
--volume=/sys:/sys:ro \ --volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \ --volume=/var/lib/kubelet/:/var/lib/kubelet:rw \
--volume=/tmp/kubelet.log:/tmp/kubelet.log:rw \
--net=host \ --net=host \
--privileged=true \ --privileged=true \
-i \ -i \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment