Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions features.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
| GCPCustomAPIEndpoints| | | <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> |
| GCPCustomAPIEndpointsInstall| | | <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> |
| GCPDualStackInstall| | | <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> |
| GatewayAPIWithoutOLM| | | <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> |
| HyperShiftOnlyDynamicResourceAllocation| <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> | |
| ImageModeStatusReporting| | | <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> |
| InsightsConfig| | | <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> |
Expand Down
9 changes: 9 additions & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -978,4 +978,13 @@ var (
enhancementPR("https://github.com/openshift/enhancements/pull/1465").
enableIn(configv1.DevPreviewNoUpgrade).
mustRegister()

FeatureGateGatewayAPIWithoutOLM = newFeatureGate("GatewayAPIWithoutOLM").
reportProblemsToJiraComponent("Routing").
contactPerson("miciah").
productScope(ocpSpecific).
enhancementPR("https://github.com/openshift/enhancements/pull/1933").
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How close is the EP to being mergeable?

In a recent architecture call we discussed that DPNU was ok without a merged EP but we should be looking for merged EPs before moving to TP (even if those EPs need some updates before GA)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good info - I say we are about 80-90% of the way there for the EP. I need to do a couple updates on my end and get a final round of review. The current goal is to go TP followed by GA by 4.22.

I can mark this as WIP or draft until the EP is ready.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can merge as DevPreview and then add TechPreview later if you wanted to start getting implementation ready behind this gate

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack - we will most likely aim to get the EP in first and then go TP, but this is good information in case that gets blocked. CC: @rikatz

mustRegister()
)

Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
{
"name": "GCPDualStackInstall"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "ImageModeStatusReporting"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@
{
"name": "GatewayAPIController"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HighlyAvailableArbiter"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
{
"name": "GCPDualStackInstall"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "ImageModeStatusReporting"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
{
"name": "GatewayAPIController"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HighlyAvailableArbiter"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
{
"name": "GCPDualStackInstall"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HyperShiftOnlyDynamicResourceAllocation"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
{
"name": "GatewayAPIController"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HighlyAvailableArbiter"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@
{
"name": "GCPDualStackInstall"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HyperShiftOnlyDynamicResourceAllocation"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
{
"name": "GatewayAPIController"
},
{
"name": "GatewayAPIWithoutOLM"
},
{
"name": "HighlyAvailableArbiter"
},
Expand Down