kubernetes/pkg/kubelet/cm/cpumanager
Sascha Grunert de37b9d293
Make CRI v1 the default and allow a fallback to v1alpha2
This patch makes the CRI `v1` API the new project-wide default version.
To allow backwards compatibility, a fallback to `v1alpha2` has been added
as well. This fallback can either used by automatically determined by
the kubelet.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-17 11:05:05 -08:00
..
state migrate nolint coments to golangci-lint 2021-11-17 13:58:53 +01:00
topology cpumanager: test NUMA node support for CPU assign (2) 2021-10-15 10:29:21 +00:00
cpu_assignment_test.go Generalize the NUMA distribution algorithm to take cpuGroupSize 2021-10-16 19:31:02 +00:00
cpu_assignment.go Add optimizations to reduce iterations in distributed NUMA algorithm 2021-10-18 08:53:25 +00:00
cpu_manager_test.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
cpu_manager.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
fake_cpu_manager.go Return only isolated cpus in podresources interface 2021-10-07 15:34:08 +01:00
OWNERS *: move balajismaniam to emeritus_approvers 2021-02-16 10:55:47 +05:30
policy_none_test.go smtalign: propagate policy options to policies 2021-07-08 23:15:37 +02:00
policy_none.go smtalign: propagate policy options to policies 2021-07-08 23:15:37 +02:00
policy_options_test.go node: graduate CPUManagerPolicyOptions to beta 2021-09-29 11:40:03 +02:00
policy_options.go Add new CPUManager policy option for "distribute-cpus-across-numa" 2021-10-16 14:46:19 +00:00
policy_static_test.go smtalign: propagate policy options to policies 2021-07-08 23:15:37 +02:00
policy_static.go Support full-pcpus-only with the new NUMA distribution policy option 2021-10-16 19:31:02 +00:00
policy_test.go cpumanager: test NUMA node support for CPU assign (2) 2021-10-15 10:29:21 +00:00
policy.go node: podresources: implement GetAllocatableResources API 2021-03-09 13:13:36 +01:00
topology_hints_test.go cpu manager: do not clean admitted pods from the state 2021-08-08 16:46:06 +03:00