Commit 317f778a authored by Andy Zheng's avatar Andy Zheng

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.
parent e264db43
...@@ -137,6 +137,7 @@ script ...@@ -137,6 +137,7 @@ script
--configure-cbr0=true \ --configure-cbr0=true \
--cgroup-root=/ \ --cgroup-root=/ \
--system-container=/system \ --system-container=/system \
--nosystemd=true \
${ARGS} ${ARGS}
end script end script
......
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