feat(source/gateway-api)!: migrate TLSRoute to v1#6367
Conversation
|
|
|
Welcome @ecray! |
|
Hi @ecray. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
Could you install CRD and share evidences of versions supported? Example for istio #5611 (comment). The feature #6247 -> RBAC misconfiguration issue from the logs. |
|
The feature request is reported in 6247, but the creator of the issue is not the same as the person who reported that they are having an RBAC issue. |
|
/ok-to-test |
|
/retitle feat(source/gateway-api)!: migrate TLSRoute to v1 |
Coverage Report for CI Build 24396016517Coverage increased (+0.004%) to 80.528%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions1 previously-covered line in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ivankatliarchuk 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 |
|
/lgtm |
What does it do ?
This is migrates Gateway API TLSRoutes to version
v1as it is now fully supported in the standard channel for Gateway API 1.5.0+.Motivation
GKE update 1.34 now blocks experimental channel CRDs from Gateway API.
Since Gateway API 1.5.0 supports TLSRoutes in standard channel, there is no reason to keep experimental channel in use.
Additional support from PR 6291 and feature request 6247.
More