Skip to content

Commit c631530

Browse files
Merge pull request openshift#2385 from JoelSpeed/enable-tp-map
Enable MutatingAdmissionPolicy in Dev/TechPreview
2 parents ad766c4 + 648ab9a commit c631530

6 files changed

+14
-14
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| EventedPLEG| | | | | | |
55
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
66
| MultiArchInstallAzure| | | | | | |
7-
| MutatingAdmissionPolicy| | | | | | |
87
| ShortCertRotation| | | | | | |
98
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
109
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
@@ -50,6 +49,7 @@
5049
| 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> |
5150
| 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> |
5251
| 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> |
52+
| 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> |
5353
| NodeSwap| | | <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> |
5454
| NutanixMultiSubnets| | | <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> |
5555
| OVNObservability| | | <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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
contactPerson("benluddy").
5858
productScope(kubernetes).
5959
enhancementPR("https://github.com/kubernetes/enhancements/issues/3962").
60-
enableIn().
60+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
6161
mustRegister()
6262

6363
FeatureGateGatewayAPI = newFeatureGate("GatewayAPI").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
{
2828
"name": "MultiArchInstallAzure"
2929
},
30-
{
31-
"name": "MutatingAdmissionPolicy"
32-
},
3330
{
3431
"name": "NewOLM"
3532
},
@@ -221,6 +218,9 @@
221218
{
222219
"name": "MultiDiskSetup"
223220
},
221+
{
222+
"name": "MutatingAdmissionPolicy"
223+
},
224224
{
225225
"name": "NetworkDiagnosticsConfig"
226226
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
{
4040
"name": "MultiArchInstallAzure"
4141
},
42-
{
43-
"name": "MutatingAdmissionPolicy"
44-
},
4542
{
4643
"name": "NewOLM"
4744
},
@@ -227,6 +224,9 @@
227224
{
228225
"name": "MultiDiskSetup"
229226
},
227+
{
228+
"name": "MutatingAdmissionPolicy"
229+
},
230230
{
231231
"name": "NetworkDiagnosticsConfig"
232232
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
{
2828
"name": "MultiArchInstallAzure"
2929
},
30-
{
31-
"name": "MutatingAdmissionPolicy"
32-
},
3330
{
3431
"name": "ShortCertRotation"
3532
}
@@ -206,6 +203,9 @@
206203
{
207204
"name": "MultiDiskSetup"
208205
},
206+
{
207+
"name": "MutatingAdmissionPolicy"
208+
},
209209
{
210210
"name": "NetworkDiagnosticsConfig"
211211
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
{
4040
"name": "MultiArchInstallAzure"
4141
},
42-
{
43-
"name": "MutatingAdmissionPolicy"
44-
},
4542
{
4643
"name": "SELinuxMount"
4744
},
@@ -212,6 +209,9 @@
212209
{
213210
"name": "MultiDiskSetup"
214211
},
212+
{
213+
"name": "MutatingAdmissionPolicy"
214+
},
215215
{
216216
"name": "NetworkDiagnosticsConfig"
217217
},

0 commit comments

Comments
 (0)