Skip to content
Snippets Groups Projects
Commit 3629b905 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Merge pull request #1038 from rutsky/kubelet-mount-var-log

Mount host's /var/log into kubelet container
parents ef919d96 bff955ff
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
{% endif -%}
-v /sys:/sys:ro \
-v {{ docker_daemon_graph }}:/var/lib/docker:rw \
-v /var/log:/var/log:rw \
-v /var/lib/kubelet:/var/lib/kubelet:shared \
-v /var/run:/var/run:rw \
-v {{kube_config_dir}}:{{kube_config_dir}}:ro \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment