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 42e8320 commit 8e9a684Copy full SHA for 8e9a684
features/features.go
@@ -931,4 +931,12 @@ var (
931
enhancementPR("https://github.com/openshift/enhancements/pull/1803").
932
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
933
mustRegister()
934
+
935
+ FeatureGateConfigurablePKI = newFeatureGate("ConfigurablePKI").
936
+ reportProblemsToJiraComponent("kube-apiserver").
937
+ contactPerson("sanchezl").
938
+ productScope(ocpSpecific).
939
+ enhancementPR("https://github.com/openshift/enhancements/pull/1882").
940
+ enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
941
+ mustRegister()
942
)
0 commit comments