wangjianyu
wangjianyu
> @ZiMengSheng Could you please show us the output when executing the commands below? > > ``` > $ # execute on a KinD node > $ ls -l /sys/fs/cgroup/cpu...
This is the contents of `/sys/fs/cgroup`:  I don't have another linux machine, could show me normal contents of `/sys/fs/cgroup` in normal linux machine.
I have set cgroups-v1 in KinD node. But koordlet doesn't identify cgroups paths. this is the contents of /sys/fs/cgroup/cpu. 
@saintube this is the output of `grep -i "cgroup" /var/lib/kubelet/config.yaml` ``` cgroupDriver: systemd cgroupRoot: /kubelet ``` but I can't cd into /kubelet
yes, you may be right. this is the path similar to your cgrouppath, but named kubelet-kubepods.slice. 
这个PR 有空 rebase 一下上游哈,然后之前改动的 cpu 返回的在 restricted 策略下需要返回 preferred=true,我看只感知了节点策略,本PR 加上Pod 级别的策略后这部分逻辑没有对齐
/milestone 1.5
/milestone v1.5