k3s/pkg/kubelet/cm
Kubernetes Submit Queue dbb42838db Merge pull request #48567 from jingxu97/July/getcapacity
Automatic merge from submit-queue (batch tested with PRs 47232, 48625, 48613, 48567, 39173)

Fix issue when setting fileysystem capacity in container manager

In Container manager, we set up the capacity by retrieving information
from cadvisor. However unlike machineinfo, filesystem information is
available at a later unknown time. This PR uses a go routine to keep
retriving the information until it is avaialble or timeout.
This PR fixes issue #48452
2017-07-12 00:10:18 -07:00
..
util autogenerated 2017-04-14 10:40:57 -07:00
BUILD Fix issue when setting fileysystem capacity in container manager 2017-07-10 16:43:18 -07:00
cgroup_manager_linux.go Fix naming and comments in Container Manage 2017-05-26 10:53:09 +08:00
cgroup_manager_linux_test.go stop double encoding systemd style cgroup names 2017-02-21 16:34:21 -05:00
cgroup_manager_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
cgroup_manager_unsupported.go kubelet: enable qos-level memory request reservation 2017-03-02 15:04:13 -06:00
container_manager.go Kubelet: 2017-06-27 18:45:02 -07:00
container_manager_linux.go Fix issue when setting fileysystem capacity in container manager 2017-07-10 16:43:18 -07:00
container_manager_linux_test.go Fixes bind-mount teardown failure with non-mount point Local volumes 2017-07-11 17:19:58 -04:00
container_manager_stub.go Kubelet: 2017-06-27 18:45:02 -07:00
container_manager_unsupported.go Implement GetCapacity in container_manager_unsupported 2017-06-29 10:22:57 +08:00
container_manager_unsupported_test.go Fixes bind-mount teardown failure with non-mount point Local volumes 2017-07-11 17:19:58 -04:00
container_manager_windows.go run hack/update-all 2017-06-22 11:31:03 -07:00
helpers_linux.go Remove useless error 2017-07-03 14:59:54 +08:00
helpers_linux_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
helpers_unsupported.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
node_container_manager.go Kubelet: 2017-06-27 18:45:02 -07:00
node_container_manager_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
pod_container_manager_linux.go run hack/update-all 2017-06-22 11:31:03 -07:00
pod_container_manager_stub.go run hack/update-all 2017-06-22 11:31:03 -07:00
pod_container_manager_unsupported.go run hack/update-all 2017-06-22 11:31:03 -07:00
qos_container_manager_linux.go Remove useless error 2017-07-03 14:59:54 +08:00
types.go run hack/update-all 2017-06-22 11:31:03 -07:00