Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en/docs/concepts/services-networking/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down