Skip to content

Commit 74a8f24

Browse files
Merge pull request openshift#2338 from Thealisyed/master
OCPBUGS-55652: Remove PrivateHostedZoneAWS feature gate
2 parents c8c30d5 + b2a79c2 commit 74a8f24

8 files changed

+0
-27
lines changed

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
| OnClusterBuild| <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> |
9090
| 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> |
9191
| PersistentIPsForVirtualization| <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> |
92-
| PrivateHostedZoneAWS| <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> |
9392
| ProcMountType| <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> |
9493
| RouteAdvertisements| <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> |
9594
| 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> |

features/features.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,6 @@ var (
155155
enhancementPR("https://github.com/kubernetes/enhancements/issues/3386").
156156
mustRegister()
157157

158-
FeatureGatePrivateHostedZoneAWS = newFeatureGate("PrivateHostedZoneAWS").
159-
reportProblemsToJiraComponent("Routing").
160-
contactPerson("miciah").
161-
productScope(ocpSpecific).
162-
enhancementPR(legacyFeatureGateWithoutEnhancement).
163-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
164-
mustRegister()
165-
166158
FeatureGateSigstoreImageVerification = newFeatureGate("SigstoreImageVerification").
167159
reportProblemsToJiraComponent("node").
168160
contactPerson("sgrunert").

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@
282282
{
283283
"name": "PersistentIPsForVirtualization"
284284
},
285-
{
286-
"name": "PrivateHostedZoneAWS"
287-
},
288285
{
289286
"name": "ProcMountType"
290287
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@
248248
{
249249
"name": "PreconfiguredUDNAddresses"
250250
},
251-
{
252-
"name": "PrivateHostedZoneAWS"
253-
},
254251
{
255252
"name": "ProcMountType"
256253
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@
254254
{
255255
"name": "PreconfiguredUDNAddresses"
256256
},
257-
{
258-
"name": "PrivateHostedZoneAWS"
259-
},
260257
{
261258
"name": "ProcMountType"
262259
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,6 @@
282282
{
283283
"name": "PersistentIPsForVirtualization"
284284
},
285-
{
286-
"name": "PrivateHostedZoneAWS"
287-
},
288285
{
289286
"name": "ProcMountType"
290287
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@
248248
{
249249
"name": "PreconfiguredUDNAddresses"
250250
},
251-
{
252-
"name": "PrivateHostedZoneAWS"
253-
},
254251
{
255252
"name": "ProcMountType"
256253
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@
254254
{
255255
"name": "PreconfiguredUDNAddresses"
256256
},
257-
{
258-
"name": "PrivateHostedZoneAWS"
259-
},
260257
{
261258
"name": "ProcMountType"
262259
},

0 commit comments

Comments
 (0)