Skip to content

Commit 4be19c2

Browse files
committed
Drop on-by-default ValidatingAdmissionPolicy featuregate
1 parent d22fca8 commit 4be19c2

8 files changed

+13
-40
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,3 @@
9898
| SetEIPForNLBIngressController| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
9999
| VSphereDriverConfiguration| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
100100
| VSphereMultiVCenters| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
101-
| ValidatingAdmissionPolicy| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ var (
5252
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
5353
mustRegister()
5454

55-
FeatureGateValidatingAdmissionPolicy = newFeatureGate("ValidatingAdmissionPolicy").
56-
reportProblemsToJiraComponent("kube-apiserver").
57-
contactPerson("benluddy").
58-
productScope(kubernetes).
59-
enhancementPR("https://github.com/kubernetes/enhancements/issues/3488").
60-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
61-
mustRegister()
62-
6355
FeatureGateGatewayAPI = newFeatureGate("GatewayAPI").
6456
reportProblemsToJiraComponent("Routing").
6557
contactPerson("miciah").
@@ -483,13 +475,13 @@ var (
483475
mustRegister()
484476

485477
FeatureGateExternalOIDCWithAdditionalClaimMappings = newFeatureGate("ExternalOIDCWithUIDAndExtraClaimMappings").
486-
reportProblemsToJiraComponent("authentication").
487-
contactPerson("bpalmer").
488-
productScope(ocpSpecific).
489-
enhancementPR("https://github.com/openshift/enhancements/pull/1777").
490-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
491-
enableForClusterProfile(Hypershift, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
492-
mustRegister()
478+
reportProblemsToJiraComponent("authentication").
479+
contactPerson("bpalmer").
480+
productScope(ocpSpecific).
481+
enhancementPR("https://github.com/openshift/enhancements/pull/1777").
482+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
483+
enableForClusterProfile(Hypershift, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
484+
mustRegister()
493485

494486
FeatureGateExample = newFeatureGate("Example").
495487
reportProblemsToJiraComponent("cluster-config").
@@ -540,12 +532,12 @@ var (
540532
mustRegister()
541533

542534
FeatureGateNewOLMOwnSingleNamespace = newFeatureGate("NewOLMOwnSingleNamespace").
543-
reportProblemsToJiraComponent("olm").
544-
contactPerson("nschieder").
545-
productScope(ocpSpecific).
546-
enhancementPR("https://github.com/openshift/enhancements/pull/1774").
547-
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
548-
mustRegister()
535+
reportProblemsToJiraComponent("olm").
536+
contactPerson("nschieder").
537+
productScope(ocpSpecific).
538+
enhancementPR("https://github.com/openshift/enhancements/pull/1774").
539+
enableForClusterProfile(SelfManaged, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
540+
mustRegister()
549541

550542
FeatureGateInsightsOnDemandDataGather = newFeatureGate("InsightsOnDemandDataGather").
551543
reportProblemsToJiraComponent("insights").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@
308308
},
309309
{
310310
"name": "VSphereMultiVCenters"
311-
},
312-
{
313-
"name": "ValidatingAdmissionPolicy"
314311
}
315312
],
316313
"version": ""

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@
305305
{
306306
"name": "VSphereMultiVCenters"
307307
},
308-
{
309-
"name": "ValidatingAdmissionPolicy"
310-
},
311308
{
312309
"name": "VolumeAttributesClass"
313310
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@
305305
{
306306
"name": "VSphereMultiVCenters"
307307
},
308-
{
309-
"name": "ValidatingAdmissionPolicy"
310-
},
311308
{
312309
"name": "VolumeAttributesClass"
313310
},

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@
308308
},
309309
{
310310
"name": "VSphereMultiVCenters"
311-
},
312-
{
313-
"name": "ValidatingAdmissionPolicy"
314311
}
315312
],
316313
"version": ""

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@
305305
{
306306
"name": "VSphereMultiVCenters"
307307
},
308-
{
309-
"name": "ValidatingAdmissionPolicy"
310-
},
311308
{
312309
"name": "VolumeAttributesClass"
313310
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@
305305
{
306306
"name": "VSphereMultiVCenters"
307307
},
308-
{
309-
"name": "ValidatingAdmissionPolicy"
310-
},
311308
{
312309
"name": "VolumeAttributesClass"
313310
},

0 commit comments

Comments
 (0)