From 317f778a0501eec35cec8c62ab2331203b9d7121 Mon Sep 17 00:00:00 2001 From: Andy Zheng Date: Wed, 9 Dec 2015 14:57:32 -0800 Subject: [PATCH] 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. --- cluster/gce/trusty/node.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/gce/trusty/node.yaml b/cluster/gce/trusty/node.yaml index cc1c90427e6..31d5c231e4e 100644 --- a/cluster/gce/trusty/node.yaml +++ b/cluster/gce/trusty/node.yaml @@ -137,6 +137,7 @@ script --configure-cbr0=true \ --cgroup-root=/ \ --system-container=/system \ + --nosystemd=true \ ${ARGS} end script