mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
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:
parent
e264db4349
commit
317f778a05
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user