kubernetes/pkg/kubelet/cm
Patrick Ohly bde66bfb55 kubelet dra: restore skipping of unused resource claims
1aeec10efb removed iterating over containers in favor of iterating over pod
claims. This had the unintended consequence that NodePrepareResource gets
called unnecessarily when no container needs the claim. The more natural
behavior is to skip unused resources. This enables (theoretic, at this time)
use cases where some DRA driver relies on the controller part to influence
scheduling, but then doesn't use CDI with containers.
2023-06-27 16:02:31 +02:00
..
admission smtalign: cm: factor out admission response 2021-07-08 23:15:37 +02:00
containermap kubelet/cm/containermap: Improving test coverage 2023-01-02 14:40:55 +01:00
cpumanager Depend on k8s.io/utils cpuset 2023-05-03 16:26:09 +00:00
devicemanager Merge pull request #116659 from claudiubelu/skip-flaky-tests-2 2023-05-23 20:04:48 -07:00
dra kubelet dra: restore skipping of unused resource claims 2023-06-27 16:02:31 +02:00
memorymanager Swap assert.Equal parameters oders to follow convention 2023-04-05 22:01:40 +09:00
topologymanager node: topology-mgr: code optimization 2023-02-15 14:04:10 +00:00
util generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_linux_test.go This commit contains the following: 2023-02-24 18:21:21 +00:00
cgroup_manager_linux.go This commit contains the following: 2023-02-24 18:21:21 +00:00
cgroup_manager_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_unsupported.go This commit contains the following: 2023-02-24 18:21:21 +00:00
container_manager_linux_test.go Adding test coverage for NewPodContainerManager() (#110220) 2023-03-13 02:08:44 -07:00
container_manager_linux.go kubelet podresources: extend List to support Dynamic Resources and implement Get API 2023-03-14 19:33:04 +02:00
container_manager_stub.go Merge pull request #116504 from vinaykul/restart-free-pod-vertical-scaling-kubeletonly-fix 2023-03-14 19:26:59 -07:00
container_manager_unsupported.go kubelet: add support for dynamic resource allocation 2022-11-11 21:58:03 +01:00
container_manager_windows.go kubelet podresources: extend List to support Dynamic Resources and implement Get API 2023-03-14 19:33:04 +02:00
container_manager.go Depend on k8s.io/utils cpuset 2023-05-03 16:26:09 +00:00
fake_container_manager.go kubelet podresources: extend List to support Dynamic Resources and implement Get API 2023-03-14 19:33:04 +02:00
fake_internal_container_lifecycle.go delete kubelet unused function 2023-02-21 16:08:02 +08:00
fake_pod_container_manager.go This commit contains the following: 2023-02-24 18:21:21 +00:00
helpers_linux_test.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
helpers_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
helpers_unsupported.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
helpers.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08:00
internal_container_lifecycle_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle.go Merge pull request #115929 from HirazawaUi/delete-kubelet-unused-function 2023-03-09 22:43:12 -08:00
node_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
node_container_manager_linux.go fix: rename 2022-08-26 00:44:31 +09:00
OWNERS Cleanup OWNERS files (No Activity in the last year) 2021-12-15 10:34:02 -05:00
pod_container_manager_linux_test.go chore: use require instead of assert 2022-08-08 21:06:38 +08:00
pod_container_manager_linux.go Update pod_container_manager_linux.go (#114598) 2023-03-14 09:38:36 -07:00
pod_container_manager_stub.go In-place Pod Vertical Scaling - core implementation 2023-02-24 18:21:21 +00:00
pod_container_manager_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux.go dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
types.go This commit contains the following: 2023-02-24 18:21:21 +00:00