Skip to content

Commit b2a79c2

Browse files
author
Ali Syed
committed
Remove PrivateHostedZoneAWS feature gate
The PrivateHostedZoneAWS gate is being removed The feature gate was at first introduced as TPNU in OpenShift 4.14 and was promoted to Default in the same release. The feature gate has been enabled by default for over 3 releases, so it is scheduled to be removed imminently
1 parent 9e29d16 commit b2a79c2

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
| 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> |
9594
| 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> |

features/features.go

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

150-
FeatureGatePrivateHostedZoneAWS = newFeatureGate("PrivateHostedZoneAWS").
151-
reportProblemsToJiraComponent("Routing").
152-
contactPerson("miciah").
153-
productScope(ocpSpecific).
154-
enhancementPR(legacyFeatureGateWithoutEnhancement).
155-
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
156-
mustRegister()
157-
158150
FeatureGateSigstoreImageVerification = newFeatureGate("SigstoreImageVerification").
159151
reportProblemsToJiraComponent("node").
160152
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
@@ -239,9 +239,6 @@
239239
{
240240
"name": "PlatformOperators"
241241
},
242-
{
243-
"name": "PrivateHostedZoneAWS"
244-
},
245242
{
246243
"name": "ProcMountType"
247244
},

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

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

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
@@ -239,9 +239,6 @@
239239
{
240240
"name": "PlatformOperators"
241241
},
242-
{
243-
"name": "PrivateHostedZoneAWS"
244-
},
245242
{
246243
"name": "ProcMountType"
247244
},

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

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

0 commit comments

Comments
 (0)