diff --git a/features/features.go b/features/features.go index dcaf5712c02..35b597e6760 100644 --- a/features/features.go +++ b/features/features.go @@ -694,4 +694,12 @@ var ( enhancementPR("https://github.com/openshift/enhancements/pull/1711"). enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). mustRegister() + + CPUManagerPolicyAlphaOptions = newFeatureGate("CPUManagerPolicyAlphaOptions"). + reportProblemsToJiraComponent("node"). + contactPerson("ffromani"). + productScope(kubernetes). + enhancementPR("https://github.com/openshift/enhancements/pull/1724"). + enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade). + mustRegister() )