Skip to content
Snippets Groups Projects
Commit 010fe30b authored by Alexander Block's avatar Alexander Block
Browse files

Host mount /dev for kubelet

parent 491074aa
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
--restart=on-failure:5 \
--memory={{ kubelet_memory_limit|regex_replace('Mi', 'M') }} \
--cpu-shares={{ kubelet_cpu_limit|regex_replace('m', '') }} \
-v /dev:/dev:rw \
-v /etc/cni:/etc/cni:ro \
-v /opt/cni:/opt/cni:ro \
-v /etc/ssl:/etc/ssl:ro \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment