Skip to content

Commit 6d76650

Browse files
committed
remove RouteExternalCertificate feature gate
RouteExternalCertificate is enabled by default, this is the second half of the changes to remove it and should be merged only after openshift/cluster-ingress-operator#1355 being merged.
1 parent 81371d1 commit 6d76650

11 files changed

Lines changed: 345 additions & 69461 deletions

features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
| 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> |
102102
| 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> |
103103
| PinnedImages| <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> |
104-
| 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> |
105104
| 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> |
106105
| SigstoreImageVerification| <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> |
107106
| SigstoreImageVerificationPKI| <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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,6 @@ var (
155155
enableIn(configv1.Default, configv1.OKD, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
156156
mustRegister()
157157

158-
FeatureGateRouteExternalCertificate = newFeatureGate("RouteExternalCertificate").
159-
reportProblemsToJiraComponent("router").
160-
contactPerson("chiragkyal").
161-
productScope(ocpSpecific).
162-
enhancementPR(legacyFeatureGateWithoutEnhancement).
163-
enableIn(configv1.Default, configv1.OKD, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
164-
mustRegister()
165-
166158
FeatureGateCPMSMachineNamePrefix = newFeatureGate("CPMSMachineNamePrefix").
167159
reportProblemsToJiraComponent("Cloud Compute / ControlPlaneMachineSet").
168160
contactPerson("chiragkyal").

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 345 additions & 69428 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,6 @@
317317
{
318318
"name": "PinnedImages"
319319
},
320-
{
321-
"name": "RouteExternalCertificate"
322-
},
323320
{
324321
"name": "ServiceAccountTokenNodeBinding"
325322
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@
301301
{
302302
"name": "ProvisioningRequestAvailable"
303303
},
304-
{
305-
"name": "RouteExternalCertificate"
306-
},
307304
{
308305
"name": "SELinuxMount"
309306
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@
319319
{
320320
"name": "PinnedImages"
321321
},
322-
{
323-
"name": "RouteExternalCertificate"
324-
},
325322
{
326323
"name": "ServiceAccountTokenNodeBinding"
327324
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@
301301
{
302302
"name": "PinnedImages"
303303
},
304-
{
305-
"name": "RouteExternalCertificate"
306-
},
307304
{
308305
"name": "SELinuxMount"
309306
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,6 @@
317317
{
318318
"name": "PinnedImages"
319319
},
320-
{
321-
"name": "RouteExternalCertificate"
322-
},
323320
{
324321
"name": "ServiceAccountTokenNodeBinding"
325322
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,6 @@
301301
{
302302
"name": "ProvisioningRequestAvailable"
303303
},
304-
{
305-
"name": "RouteExternalCertificate"
306-
},
307304
{
308305
"name": "SELinuxMount"
309306
},

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@
319319
{
320320
"name": "PinnedImages"
321321
},
322-
{
323-
"name": "RouteExternalCertificate"
324-
},
325322
{
326323
"name": "ServiceAccountTokenNodeBinding"
327324
},

0 commit comments

Comments
 (0)