kubernetes/pkg/kubelet/cm
Kubernetes Submit Queue 873ce9ca4a Merge pull request #45515 from derekwaynecarr/ignore-openrc
Automatic merge from submit-queue (batch tested with PRs 45515, 45579)

Ignore openrc cgroup

**What this PR does / why we need it**:
It is a work-around for the following: https://github.com/opencontainers/runc/issues/1440

**Special notes for your reviewer**:
I am open to a cleaner way to do this, but we have many developer users on Macs that ran containerized kubelets that are not able to run them right now due to the inclusion of openrc tripping up our existence checks.  Ideally, runc can give us a call to say "does this exist according to what runc knows about".  Or we could add a whitelist check.  Right now, this was the smallest hack pending more discussion.
2017-05-10 23:20:40 -07:00
..
util autogenerated 2017-04-14 10:40:57 -07:00
BUILD Registered node before other initialization. 2017-04-18 10:43:56 +08:00
cgroup_manager_linux_test.go stop double encoding systemd style cgroup names 2017-02-21 16:34:21 -05:00
cgroup_manager_linux.go Do not fail cgroup exists checks for unknown controllers 2017-05-10 14:52:09 -04:00
cgroup_manager_test.go kubelet: enable qos-level memory request reservation 2017-03-02 15:04:13 -06:00
cgroup_manager_unsupported.go kubelet: enable qos-level memory request reservation 2017-03-02 15:04:13 -06:00
container_manager_linux_test.go fix when os.Remove should be os.RemoveAll 2017-01-04 10:34:06 -08:00
container_manager_linux.go Remove the deprecated --enable-cri flag 2017-05-10 13:03:41 -07:00
container_manager_stub.go kubelet: cm: refactor QoS logic into seperate interface 2017-02-28 09:19:29 -06:00
container_manager_unsupported_test.go Merge pull request #31707 from apprenda/windows_infra_container 2016-11-06 01:30:11 -07:00
container_manager_unsupported.go kubelet: cm: refactor QoS logic into seperate interface 2017-02-28 09:19:29 -06:00
container_manager_windows.go kubelet: cm: refactor QoS logic into seperate interface 2017-02-28 09:19:29 -06:00
container_manager.go Remove the deprecated --enable-cri flag 2017-05-10 13:03:41 -07:00
helpers_linux_test.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
helpers_linux.go switch from local qos types to api types 2017-01-10 10:54:30 -06:00
helpers_unsupported.go cmd/kubelet 2016-11-23 15:53:09 -08:00
node_container_manager_test.go add support for node allocatable phase 2 to kubelet 2017-02-27 21:24:44 -08:00
node_container_manager.go Registered node before other initialization. 2017-04-18 10:43:56 +08:00
pod_container_manager_linux.go kubelet: enable qos-level memory request reservation 2017-03-02 15:04:13 -06:00
pod_container_manager_stub.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
pod_container_manager_unsupported.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
qos_container_manager_linux.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
types.go kubelet: enable qos-level memory request reservation 2017-03-02 15:04:13 -06:00