Skip to content

Commit 9bbe393

Browse files
Merge pull request openshift#2306 from JoelSpeed/drop-validating-admission-policy-gate
OCPBUGS-55465: Drop on-by-default ValidatingAdmissionPolicy featuregate
2 parents 311324c + 390e654 commit 9bbe393

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,3 @@
9999
| UserNamespacesPodSecurityStandards| <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
| UserNamespacesSupport| <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> |
101101
| VSphereMultiNetworks| <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> |
102-
| 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: 0 additions & 8 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
FeatureGateMutatingAdmissionPolicy = newFeatureGate("MutatingAdmissionPolicy").
6456
reportProblemsToJiraComponent("kube-apiserver").
6557
contactPerson("benluddy").

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,6 @@
311311
},
312312
{
313313
"name": "VSphereMultiNetworks"
314-
},
315-
{
316-
"name": "ValidatingAdmissionPolicy"
317314
}
318315
],
319316
"version": ""

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

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

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

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,6 @@
311311
},
312312
{
313313
"name": "VSphereMultiNetworks"
314-
},
315-
{
316-
"name": "ValidatingAdmissionPolicy"
317314
}
318315
],
319316
"version": ""

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

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

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

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

0 commit comments

Comments
 (0)