Mattia Lavacca
Mattia Lavacca
**What would you like to be added**: We need to improve our CI to automatically check that we don't have broken links in the `.md` files. There are two different...
**What type of PR is this?** /kind gep **What this PR does / why we need it**: This PR updates GEP-2907 with two different aspects: - definition of TLS mode...
**What happened**: In the api-overview docs section (https://gateway-api.sigs.k8s.io/concepts/api-overview/#route-summary-table), a compatibility matrix about the TLS support lists the TLS types supported by each Route; apparently, all the routes but the `UDPRoute`...
**What would you like to be added**: https://github.com/kubernetes-sigs/gateway-api/pull/2066 added a new CLI to run conformance profiles. This CLI accepts the following flags related to the implementation running the test suite:...
**What would you like to be added**: The official kubernetes.io docs contain a Gateway API section that can be improved in some ways to better advertise our project over Ingress...
**What would you like to be added**: We have many dependencies in our hack script that often do not get updated. A non-exhaustive list follows: - https://github.com/kubernetes-sigs/gateway-api/blob/cb846ce842f47074781de7ebfbb1080f3c471f2f/hack/verify-crds-kind.sh#L48-L49 - https://github.com/kubernetes-sigs/gateway-api/blob/cb846ce842f47074781de7ebfbb1080f3c471f2f/hack/verify-golint.sh#L21-L22 -...
### Description Closes: #8461 ### Testing instructions Preview links: - https://deploy-preview-8560--kongdocs.netlify.app/gateway-operator/unreleased/get-started/konnect/deploy-data-plane-with-konnectextension/ - https://deploy-preview-8560--kongdocs.netlify.app/gateway-operator/unreleased/guides/konnect-dataplanes/overview/ - https://deploy-preview-8560--kongdocs.netlify.app/gateway-operator/unreleased/guides/konnect-dataplanes/gateway/ - https://deploy-preview-8560--kongdocs.netlify.app/gateway-operator/unreleased/guides/konnect-dataplanes/migrate-from-1.4-to-1.5/ ### Checklist - [x] Review label added - [ ] [Conditional version tags](https://docs.konghq.com/contributing/conditional-rendering/#conditionally-render-content-by-version)...
### Where is the problem? https://docs.konghq.com/gateway-operator/1.4.x/get-started/konnect/deploy-data-plane/ ### What happened? The `KonnectExtension` API has been refactored and migrated to the `konnect.konghq.com` group. We need to upgrade the documentation with specific emphasis...
### Where is the problem? https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/services/tls/ ### What happened? The linked page has two different problems that need to be fixed: 1. `TLSRoute` requires the Gateway API experimental channel and...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Does this enhancement require public documentation? - [x] I have added an Acceptance...