Skip to content

Commit 49ae21b

Browse files
Merge pull request openshift#2832 from jubittajohn/add-mutatingadmissionpolicy-to-default-set
OCPSTRAT-3036: Promote MutatingAdmissionPolicy feature to Default
2 parents 5262534 + d03b52f commit 49ae21b

6 files changed

Lines changed: 14 additions & 15 deletions

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
| MinimumKubeletVersion| | | <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> |
7373
| MixedCPUsAllocation| | | <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> |
7474
| MultiDiskSetup| | | <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> |
75-
| MutatingAdmissionPolicy| | | <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> |
7675
| NewOLM| | <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> |
7776
| NewOLMWebhookProviderOpenshiftServiceCA| | <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> |
7877
| NoOverlayMode| | | <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> |
@@ -104,6 +103,7 @@
104103
| ManagedBootImagesCPMS| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
105104
| MetricsCollectionProfiles| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
106105
| MutableCSINodeAllocatableCount| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
106+
| MutatingAdmissionPolicy| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
107107
| OpenShiftPodSecurityAdmission| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
108108
| RouteExternalCertificate| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
109109
| ServiceAccountTokenNodeBinding| <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> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var (
8888
contactPerson("benluddy").
8989
productScope(kubernetes).
9090
enhancementPR("https://github.com/kubernetes/enhancements/issues/3962").
91-
enable(inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
91+
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
9292
mustRegister()
9393

9494
FeatureGateOpenShiftPodSecurityAdmission = newFeatureGate("OpenShiftPodSecurityAdmission").
@@ -622,7 +622,6 @@ var (
622622
enable(inDefault(), inOKD(), inTechPreviewNoUpgrade(), inDevPreviewNoUpgrade()).
623623
mustRegister()
624624

625-
626625
FeatureGateVSphereMultiNetworks = newFeatureGate("VSphereMultiNetworks").
627626
reportProblemsToJiraComponent("SPLAT").
628627
contactPerson("rvanderp").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@
197197
{
198198
"name": "MultiDiskSetup"
199199
},
200-
{
201-
"name": "MutatingAdmissionPolicy"
202-
},
203200
{
204201
"name": "NetworkConnect"
205202
},
@@ -328,6 +325,9 @@
328325
{
329326
"name": "MutableCSINodeAllocatableCount"
330327
},
328+
{
329+
"name": "MutatingAdmissionPolicy"
330+
},
331331
{
332332
"name": "OpenShiftPodSecurityAdmission"
333333
},

payload-manifests/featuregates/featureGate-4-10-Hypershift-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@
199199
{
200200
"name": "MultiDiskSetup"
201201
},
202-
{
203-
"name": "MutatingAdmissionPolicy"
204-
},
205202
{
206203
"name": "NetworkConnect"
207204
},
@@ -330,6 +327,9 @@
330327
{
331328
"name": "MutableCSINodeAllocatableCount"
332329
},
330+
{
331+
"name": "MutatingAdmissionPolicy"
332+
},
333333
{
334334
"name": "OpenShiftPodSecurityAdmission"
335335
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@
197197
{
198198
"name": "MultiDiskSetup"
199199
},
200-
{
201-
"name": "MutatingAdmissionPolicy"
202-
},
203200
{
204201
"name": "NetworkConnect"
205202
},
@@ -322,6 +319,9 @@
322319
{
323320
"name": "MutableCSINodeAllocatableCount"
324321
},
322+
{
323+
"name": "MutatingAdmissionPolicy"
324+
},
325325
{
326326
"name": "NewOLM"
327327
},

payload-manifests/featuregates/featureGate-4-10-SelfManagedHA-OKD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@
199199
{
200200
"name": "MultiDiskSetup"
201201
},
202-
{
203-
"name": "MutatingAdmissionPolicy"
204-
},
205202
{
206203
"name": "NetworkConnect"
207204
},
@@ -324,6 +321,9 @@
324321
{
325322
"name": "MutableCSINodeAllocatableCount"
326323
},
324+
{
325+
"name": "MutatingAdmissionPolicy"
326+
},
327327
{
328328
"name": "NewOLM"
329329
},

0 commit comments

Comments
 (0)