Open
Description
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:
TLSRoute
requires the Gateway API experimental channel and theGatewayAlpha
feature gate enabled to properly work. We need to add them as prerequisites, similarly to what we do forTCPRoute
in https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/services/tcp/- The
Gateway
usingTLSRoute
for TLS passthrough in the documentation uses port 443, which is inconsistent with the default value of the proxy port for TLS traffic (8899) we need to fix theGateway
port accordingly.
Code of Conduct and Community Expectations
- I agree to follow this project's Code of Conduct
- I agree to abide by the Community Expectations