node: kep-2625: cpu manager policy options GA

Move the support for CPUManager Policy Options to GA

Signed-off-by: Francesco Romani <fromani@redhat.com>

Kubernetes-commit: 3c7ed00e2248da6a7825be93638d0ef28019ab0d
This commit is contained in:
Francesco Romani 2025-03-03 11:00:30 +01:00 committed by Kubernetes Publisher
parent 06e060fb2b
commit 91db061239
1 changed files with 0 additions and 1 deletions

View File

@ -406,7 +406,6 @@ type KubeletConfiguration struct {
SingleProcessOOMKill *bool `json:"singleProcessOOMKill,omitempty"`
// cpuManagerPolicyOptions is a set of key=value which allows to set extra options
// to fine tune the behaviour of the cpu manager policies.
// Requires both the "CPUManager" and "CPUManagerPolicyOptions" feature gates to be enabled.
// Default: nil
// +optional
CPUManagerPolicyOptions map[string]string `json:"cpuManagerPolicyOptions,omitempty"`