Automatic merge from submit-queue Fix node e2e coreos kubelet cgroup detection Fixes #26979 #26431 The root issue, as best I can tell, is that cgroup detection does not work when the kubelet is started under an ssh session and the systemd `*Accounting` variables are set. I added additional logging and noted some differences in the cgroup slice names between those cadvisor returns and the kubelet detects for itself. This difference does not occur if the kubelet is properly running under a unit. That environment is also a more common and sane environment. See also discussion in #26903 cc @derekwaynecarr @vishh @pwittrock
PLEASE NOTE: This document applies to the HEAD of the source tree
If you are using a released version of Kubernetes, you should refer to the docs that go with that version.
The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).Documentation for other releases can be found at releases.k8s.io.
See e2e-node-tests