From 04084d82cfdc5f4958e8b0fe114500127e7c7368 Mon Sep 17 00:00:00 2001 From: Kelvin Uneze Date: Tue, 7 Jul 2026 12:55:52 +0100 Subject: [PATCH] Add reference to Gateway API TLS guide --- content/en/docs/concepts/services-networking/gateway.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/gateway.md b/content/en/docs/concepts/services-networking/gateway.md index 43056599da057..11b09ceb72bf8 100644 --- a/content/en/docs/concepts/services-networking/gateway.md +++ b/content/en/docs/concepts/services-networking/gateway.md @@ -121,7 +121,8 @@ to the Gateway by the implementation's controller. This address is used as a net processing traffic of backend network endpoints defined in routes. See the [Gateway](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1.Gateway) -reference for a full definition of this API kind. +reference for a full definition of this API kind. For guidance on configuring HTTPS/TLS listeners, see the +[Gateway API TLS Guide](https://gateway-api.sigs.k8s.io/guides/tls/). {{< note >}} By default, a Gateway only accepts Routes from the same namespace. Cross-namespace Routes require configuring `allowedRoutes`.