We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b67472 commit 94136eeCopy full SHA for 94136ee
features/features.go
@@ -900,4 +900,12 @@ var (
900
enhancementPR("https://github.com/openshift/enhancements/pull/1874").
901
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
902
mustRegister()
903
+
904
+ FeatureGateConfigurablePKI = newFeatureGate("ConfigurablePKI").
905
+ reportProblemsToJiraComponent("kube-apiserver").
906
+ contactPerson("sanchezl").
907
+ productScope(ocpSpecific).
908
+ enhancementPR("https://github.com/openshift/enhancements/pull/1869").
909
+ enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
910
+ mustRegister()
911
)
0 commit comments