-
Notifications
You must be signed in to change notification settings - Fork 581
OCPBUGS-33727: Fix Gateway API Feature Gate #1894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-33727: Fix Gateway API Feature Gate #1894
Conversation
Update the feature gate framework to reflect that Gateway API is not yet a TechPreview feature. It is only a DevPreview feature.
|
@candita: This pull request references Jira Issue OCPBUGS-33727, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
|
Hello @candita! Some important instructions when contributing to openshift/api: |
|
/jira refresh |
|
@candita: This pull request references Jira Issue OCPBUGS-33727, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: In 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. |
|
@candita: This pull request references Jira Issue OCPBUGS-33727, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: In 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. |
|
Quite a few cluster creation errors in e2e-aws-ovn-hypershift. For example:
/test e2e-aws-ovn-hypershift |
|
From a NE perspective, this seems reasonable, it shouldn't be in the |
|
/lgtm As far as I'm aware, this shouldn't break anything. There are no API changes behind the gate so no operator should start crashing on us. I think it's important we have the gates in the right order prior to release, so, lets merge this. |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: candita, gcs278, JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
XREF: This corrects #1452 |
|
@candita: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@candita: Jira Issue OCPBUGS-33727: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-33727 has been moved to the MODIFIED state. In 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. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-config-api-container-v4.16.0-202405161711.p0.g1dea023.assembly.stream.el9 for distgit ose-cluster-config-api. |
|
Fix included in accepted release 4.16.0-0.nightly-2024-05-17-180525 |
Update the feature gate framework to reflect that Gateway API is not yet a TechPreview feature. It is only a DevPreview feature.
Gateway API was added as a DevPreviewNoUpgrade feature before recent changes to the FeatureGate framework, and has not progressed to TechPreviewNoUpgrade. When the FeatureGate framework changed, Gateway API was mistakenly listed as a TechPreviewNoUpgrade feature.
For 4.16 we are adding TechPreview testing to the cluster-ingress-operator for other features, and we do not want to test Gateway API as a tech preview feature. In fact, it has its own separate test.