Merge pull request #105012 from fromanirh/cpumanager-policy-options-beta

node: graduate CPUManagerPolicyOptions to beta
This commit is contained in:
Kubernetes Prow Robot
2021-10-08 07:32:59 -07:00
committed by GitHub
4 changed files with 162 additions and 2 deletions

View File

@@ -233,6 +233,8 @@ func configureCPUManagerInKubelet(f *framework.Framework, policyName string, cle
}
newCfg.FeatureGates["CPUManager"] = true
newCfg.FeatureGates["CPUManagerPolicyOptions"] = enableOptions
newCfg.FeatureGates["CPUManagerPolicyBetaOptions"] = enableOptions
newCfg.FeatureGates["CPUManagerPolicyAlphaOptions"] = enableOptions
// After graduation of the CPU Manager feature to Beta, the CPU Manager
// "none" policy is ON by default. But when we set the CPU Manager policy to