Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOwnCgroup (0.1 sec)

  1. pkg/kubelet/cm/util/cgroups_linux.go

    	// process could in container and shared pid namespace with host, and
    	// /proc/1/cgroup could point to whole other world of cgroups.
    	initPath, err := libcontainercgroups.GetOwnCgroup("devices")
    	if err != nil {
    		return "", err
    	}
    	// This is needed for nested containers, because in /proc/self/cgroup we
    	// see paths from host, which don't exist in container.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 12 07:50:19 UTC 2020
    - 2.9K bytes
    - Viewed (0)
Back to top