kubelet fails to get cgroup stats for docker and kubelet services

后端 未结 5 1491
有刺的猬
有刺的猬 2020-12-05 14:55

I\'m running kubernetes on bare-metal Debian (3 masters, 2 workers, PoC for now). I followed k8s-the-hard-way, and I\'m running into the fo

5条回答
  •  庸人自扰
    2020-12-05 15:36

    Try to start kubelet with

    --runtime-cgroups=/systemd/system.slice --kubelet-cgroups=/systemd/system.slice
    

    I'm using this solution on RHEL7 with Kubelet 1.8.0 and Docker 1.12

提交回复
热议问题