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 8c9acca commit 69b2579Copy full SHA for 69b2579
features/features.go
@@ -893,4 +893,12 @@ var (
893
enhancementPR("https://github.com/kubernetes/enhancements/issues/4876").
894
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
895
mustRegister()
896
+
897
+ FeatureGateConfigurablePKI = newFeatureGate("ConfigurablePKI").
898
+ reportProblemsToJiraComponent("kube-apiserver").
899
+ contactPerson("sanchezl").
900
+ productScope(ocpSpecific).
901
+ enhancementPR("https://github.com/openshift/enhancements/pull/1869").
902
+ enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
903
+ mustRegister()
904
)
0 commit comments