Fix to ensure that ConfigMaps volume does create file(s) in container

Document the fix proposed originally in:
https://github.com/kubernetes/kubernetes/issues/23392#issuecomment-209663941

Tested with:
Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
Server Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
pull/493/head
Davanum Srinivas 2016-05-11 12:39:31 -04:00
parent b49ea146fe
commit 665f9c4743
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ docker run -d \
--volume=/:/rootfs:ro \
--volume=/sys:/sys:ro \
--volume=/var/lib/docker/:/var/lib/docker:rw \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw,shared \
--volume=/var/run:/var/run:rw \
--net=host \
--pid=host \