Skip to content

Conversation

@alebedev87
Copy link
Contributor

Promote 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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 16, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 16, 2025

@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.

Details

In response to this:

Promote 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.

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 16, 2025

Hello @alebedev87! Some important instructions when contributing to openshift/api:
API design plays an important part in the user experience of OpenShift and as such API PRs are subject to a high level of scrutiny to ensure they follow our best practices. If you haven't already done so, please review the OpenShift API Conventions and ensure that your proposed changes are compliant. Following these conventions will help expedite the api review process for your PR.

@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 16, 2025
@alebedev87
Copy link
Contributor Author

/retest

@lihongan
Copy link
Contributor

/retest-required

@JoelSpeed
Copy link
Contributor

Out of interest, is there a problem in the product if GatewayAPI ships without GatewayAPIController? What would happen in a cluster with only GatewayAPI and no GatewayAPIController?

@alebedev87
Copy link
Contributor Author

Out of interest, is there a problem in the product if GatewayAPI ships without GatewayAPIController? What would happen in a cluster with only GatewayAPI and no GatewayAPIController?

GatewayAPI featuregate covers the management of the GatewayAPI CRDs. So, if only GatewayAPI featuregate will be promoted we reserve the ownership of GatewayAPI - nobody else but the cluster ingress operator will be able to manage (create/update/delete) GatewayAPI CRDs. And if cluster admin will create OpenShift's gatewayclass the cluster ingress operator will create the expected versions of GatewayAPI CRDs.

GatewayAPIController manages the implementation of anything which is under the gateway class. The implementation is done by OpenShift Service Mesh. So, if GatewayAPIController won't be promoted, users will be able to create GatewayAPI custom resources but there will be no implementation to back them up.

@knobunc
Copy link
Contributor

knobunc commented Apr 17, 2025

So, if GatewayAPIController won't be promoted, users will be able to create GatewayAPI custom resources but there will be no implementation to back them up.

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.

@knobunc
Copy link
Contributor

knobunc commented Apr 17, 2025

/lgtm

I am not an approver, but I approve of the gate lift.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 17, 2025
@JoelSpeed
Copy link
Contributor

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

@candita
Copy link
Contributor

candita commented Apr 17, 2025

/test e2e-upgrade

@Miciah
Copy link
Contributor

Miciah commented Apr 17, 2025

Out of interest, is there a problem in the product if GatewayAPI ships without GatewayAPIController?

No.

What would happen in a cluster with only GatewayAPI and no GatewayAPIController?

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!

@candita
Copy link
Contributor

candita commented Apr 17, 2025

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]"
failed: (31.3s) 2025-04-16T22:53:07 "[sig-imageregistry] Image registry [apigroup:route.openshift.io] should redirect on blob pull [apigroup:image.openshift.io] [Skipped:NoOptionalCapabilities] [Suite:openshift/conformance/parallel]"

/test e2e-aws-ovn

@lihongan
Copy link
Contributor

/test verify-feature-promotion

Let's see if we get more tests in CI

@knobunc
Copy link
Contributor

knobunc commented Apr 18, 2025

=======

Posting to note that this is when #2284 merged, so tests results from before this time are not entirely trustworthy.

=======

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 18, 2025
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.
@alebedev87 alebedev87 force-pushed the gatewayapi-controller-ga branch from ff2accb to 2845df3 Compare April 18, 2025 14:50
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 18, 2025
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 18, 2025
@candita
Copy link
Contributor

candita commented Apr 18, 2025

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 18, 2025
@JoelSpeed
Copy link
Contributor

Do we have any testing being set up for metal/vSphere? That seems to be missing right now.

@alebedev87
Copy link
Contributor Author

alebedev87 commented Apr 22, 2025

minor-e2e-upgrade-minor and e2e-upgrade failed due to AWS quote slice missing: slack thread.

Message from testplatform:

The recovering is slow, you might find 1. certain isolated images are not available (although most release images are restored); 2.  test failure due to out of lease/AWS quota. Please do not repeatedly run tests... we are still in the recovery phase.

@alebedev87
Copy link
Contributor Author

e2e-aws-ovn timed out.

/test e2e-aws-ovn

@alebedev87
Copy link
Contributor Author

/test e2e-aws-serial-techpreview

e2e-aws-serial-techpreview timed out.

@alebedev87
Copy link
Contributor Author

/test e2e-upgrade
/test minor-e2e-upgrade-minor

@alebedev87
Copy link
Contributor Author

/retest-required

1 similar comment
@lihongan
Copy link
Contributor

/retest-required

@alebedev87
Copy link
Contributor Author

/test e2e-upgrade

1 similar comment
@alebedev87
Copy link
Contributor Author

/test e2e-upgrade

@alebedev87
Copy link
Contributor Author

alebedev87 commented Apr 23, 2025

Sippy is 94.2% for Azure. Let's see whether the verify job rounds up.

/test verify-feature-promotion

Upd: nope

@alebedev87
Copy link
Contributor Author

/test verify-feature-promotion

2 similar comments
@alebedev87
Copy link
Contributor Author

/test verify-feature-promotion

@alebedev87
Copy link
Contributor Author

/test verify-feature-promotion

@candita
Copy link
Contributor

candita commented Apr 24, 2025

/test verify-feature-promotion
The prior failures on verify-feature-promotion:

INSUFFICIENT CI testing for "GatewayAPIController".
F0423 19:43:31.690260 10497 root.go:64] Error running codegen: error: "[sig-network-edge][OCPFeatureGate:GatewayAPIController][Feature:Router][apigroup:gateway.networking.k8s.io] Ensure OSSM and OLM related resources are created after creating GatewayClass [Suite:openshift/conformance/parallel]" only passed 93%, need at least 95% for "GatewayAPIController" on {gcp amd64 ha }
error: only 0 tests found, need at least 5 for "GatewayAPIController" on {vsphere amd64 ha }
error: only 0 tests found, need at least 5 for "GatewayAPIController" on {metal amd64 ha ipv4}
error: only 0 tests found, need at least 5 for "GatewayAPIController" on {metal amd64 ha ipv6}
error: only 0 tests found, need at least 5 for "GatewayAPIController" on {metal amd64 ha dual}

@lihongan
Copy link
Contributor

verify-feature-promotion looks good now (with exception on metal/vsphere)

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Apr 24, 2025
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 24, 2025

@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.

Details

In response to this:

Promote 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.

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.

@JoelSpeed
Copy link
Contributor

/lgtm
/override ci/prow/verify-feature-promotion

Pass rate is acceptable for cloud platforms, on prem platforms will be handled as a separate gate later

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 24, 2025

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 24, 2025

@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/verify-feature-promotion

Details

In response to this:

/lgtm
/override ci/prow/verify-feature-promotion

Pass rate is acceptable for cloud platforms, on prem platforms will be handled as a separate gate later

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.

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 24, 2025
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 6bababe and 2 for PR HEAD 2845df3 in total

@alebedev87
Copy link
Contributor Author

/test images

@alebedev87
Copy link
Contributor Author

/test e2e-aws-ovn-hypershift
/test e2e-aws-ovn-hypershift-conformance

504 Gateway Time-out for the CI image registry.

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD eb41266 and 1 for PR HEAD 2845df3 in total

@alebedev87
Copy link
Contributor Author

/test e2e-aws-serial

The e2e passed however the deprovision could not finish in time.

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD eb41266 and 2 for PR HEAD 2845df3 in total

@sdodson sdodson merged commit 3e98cae into openshift:master Apr 24, 2025
19 of 24 checks passed
@sdodson
Copy link
Member

sdodson commented Apr 24, 2025

Merging manually to avoid endless retests on changes.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 24, 2025

@alebedev87: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-scos-e2e-aws-ovn 2845df3 link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-hypershift 2845df3 link true /test e2e-aws-ovn-hypershift

Full PR test history. Your PR dashboard.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants