Update the commandline of kubelet in Trusty nodes.

This change is to pick up the fix in PR #18178. It avoids confusing
cadvisor when systemd is present in an instance but does not act
as the init system.
This commit is contained in:
Andy Zheng 2015-12-09 14:57:32 -08:00
parent e264db4349
commit 317f778a05

View File

@ -137,6 +137,7 @@ script
--configure-cbr0=true \
--cgroup-root=/ \
--system-container=/system \
--nosystemd=true \
${ARGS}
end script