-
Notifications
You must be signed in to change notification settings - Fork 585
NE-2017: Enable GatewayAPIController featuregate in Default featureset #2284
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
Conversation
|
@alebedev87: This pull request references NE-2017 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.0" 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. |
|
Hello @alebedev87! Some important instructions when contributing to openshift/api: |
|
/retest |
|
/retest-required |
|
Out of interest, is there a problem in the product if |
|
There may be no default implementation. But there are third-party ones (including Red Hat Connectivity Link) that use the APIs. Since it is so widely used, we need to be the referee and control which version is used. Especially since we will be shipping a default implementation soon. |
|
/lgtm I am not an approver, but I approve of the gate lift. |
|
Feature promotion isn't showing many test runs so far, are the tests in the pipeline? Tests are expected to be merged by tomorrow is my current understanding, which should then give us up to a week to promote features up until the 25th |
|
/test e2e-upgrade |
No.
We would force OpenShift clusters to have a specific Gateway API CRD version, without shipping a controller that implemented the API. It would be awkward and potentially frustrating to people who want to use a third-party Gateway API implementation that requires a different version of the CRDs, but nothing would be broken in the product. Edit: Now that I have posted my comment, GitHub shows me that others have already answered your questions. Sorry for the redundancy! |
|
failed: (5m1s) 2025-04-16T22:27:33 "[sig-node] Pods Extended Pod Container lifecycle evicted pods should be terminal [Suite:openshift/conformance/parallel] [Suite:k8s]" /test e2e-aws-ovn |
|
/test verify-feature-promotion Let's see if we get more tests in CI |
|
======= Posting to note that this is when #2284 merged, so tests results from before this time are not entirely trustworthy. ======= |
Promotes the `GatewayAPIController` feature gate to GA by enabling it in the default feature set. This featuregate governs the OpenShift Gateway API controller implementation, which is currently based on Istio.
ff2accb to
2845df3
Compare
|
/lgtm |
|
Do we have any testing being set up for metal/vSphere? That seems to be missing right now. |
|
|
|
/test e2e-aws-ovn |
|
/test e2e-aws-serial-techpreview
|
|
/test e2e-upgrade |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/test e2e-upgrade |
1 similar comment
|
/test e2e-upgrade |
|
Sippy is /test verify-feature-promotion Upd: nope |
|
/test verify-feature-promotion |
2 similar comments
|
/test verify-feature-promotion |
|
/test verify-feature-promotion |
|
/test verify-feature-promotion
|
|
/label qe-approved |
|
@alebedev87: This pull request references NE-2017 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.0" 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. |
|
/lgtm Pass rate is acceptable for cloud platforms, on prem platforms will be handled as a separate gate later |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, candita, JoelSpeed, knobunc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-feature-promotion 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 kubernetes-sigs/prow repository. |
|
/test images |
|
/test e2e-aws-ovn-hypershift
|
|
/test e2e-aws-serial The e2e passed however the deprovision could not finish in time. |
|
Merging manually to avoid endless retests on changes. |
|
@alebedev87: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Promote the
GatewayAPIControllerfeature gate to GA by enabling it in the default feature set. This featuregate governs the OpenShift Gateway API controller implementation, which is currently based on Istio.