Skip to content

[KIC] Fix TLSRoute documentation #8425

Open
@mlavacca

Description

@mlavacca

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 the GatewayAlpha feature gate enabled to properly work. We need to add them as prerequisites, similarly to what we do for TCPRoute in https://docs.konghq.com/kubernetes-ingress-controller/latest/guides/services/tcp/
  2. The Gateway using TLSRoute 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 the Gateway 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

Metadata

Metadata

Labels

bugIssues/PRs dealing with bugs in the docsteam-k8sKubernetes task tracking (including KIC,KGO)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions