[release-4.19] WIP: NE-2480: Promote GatewayAPIWithoutOLM feature gate to Default#2870
[release-4.19] WIP: NE-2480: Promote GatewayAPIWithoutOLM feature gate to Default#2870gcs278 wants to merge 2 commits into
Conversation
Backport of the GatewayAPIWithoutOLM feature gate definition to release-4.19 with all feature sets disabled. This provides the gate definition so that the CIO noOLM backport can compile against it. The gate is OFF in all profiles — the Sail Library code path is present but dormant. Cherry-picked from: a47ac12 Original PR: openshift#2191 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enable the GatewayAPIWithoutOLM feature gate by default on release-4.19. This activates the Sail Library installation path, replacing OLM-based Istio management for Gateway API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@gcs278: This pull request references NE-2480 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.z" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
Hello @gcs278! Some important instructions when contributing to openshift/api: |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
Promote the
GatewayAPIWithoutOLMfeature gate to Default (enabled) on release-4.19. This activates the Sail Library installation path, replacing OLM-based Istio management for Gateway API.This is a WIP — do not merge until the CIO noOLM backport and E2E tests are in place.
Implementation: openshift/cluster-ingress-operator#1460
Why
See the noOLM backport PR for full context. The primary driver is OCPBUGS-86778 which blocks all OSSM z-stream upgrades via OLM on 4.19-4.21, preventing CVE fixes from shipping.
🤖 Generated with Claude Code