kubernetes/pkg/kubelet/cm
Kubernetes Submit Queue 96655d7578 Merge pull request #30087 from dims/remove-pkill-dependency
Automatic merge from submit-queue

Remove kubelet pkill dependency

Issue #26093 identified pkill as one of the dependencies of kublet
which could be worked around.  Build on the code introduced for pidof
and regexp for the process(es) we need to send a signal to.

Related to #26093
2016-08-12 18:38:38 -07:00
..
cgroup_manager_linux.go Fix various typos in kubelet 2016-08-03 01:14:44 +03:00
cgroup_manager_unsupported.go Add checks in Create and Update Cgroup methods 2016-07-07 14:17:14 -07:00
container_manager_linux_test.go Make volume unmount more robust using exclusive mount w/ O_EXCL 2016-07-18 16:20:08 -07:00
container_manager_linux.go Merge pull request #30087 from dims/remove-pkill-dependency 2016-08-12 18:38:38 -07:00
container_manager_stub.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_manager_unsupported_test.go Make volume unmount more robust using exclusive mount w/ O_EXCL 2016-07-18 16:20:08 -07:00
container_manager_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_manager.go kubelet: introduce --protect-kernel-defaults to make the KernelTunableBehavior configurable 2016-08-11 13:08:27 +02:00
helpers_linux.go Add checks in Create and Update Cgroup methods 2016-07-07 14:17:14 -07:00
types.go Inject top level QoS cgroup creation in the Kubelet 2016-07-15 10:02:22 -07:00