Skip to content

Commit c9e05ee

Browse files
istio-testingyuluo-yxcraigbox
authored
[master] Add restrictions on Gateway APIs and services in the same namespace (#16602)
* Add restrictions on Gateway APIs and services in the same namespace Fixed #16590 * Update content/en/docs/tasks/traffic-management/ingress/gateway-api/index.md --------- Co-authored-by: shown <[email protected]> Co-authored-by: Craig Box <[email protected]>
1 parent eb83209 commit c9e05ee

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/tasks/traffic-management/ingress/gateway-api

1 file changed

+4
-0
lines changed

content/en/docs/tasks/traffic-management/ingress/gateway-api/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ In order to support Policy Attachment, e.g. when you're using the [`targetRef`](
360360

361361
To link a `Gateway` to a `Service`, configure the `addresses` field to point to a **single** `Hostname`.
362362

363+
{{< tip >}}
364+
Istio's controller will not configure the `Service` if it is in a different namespace to the `Gateway`.
365+
{{< /tip >}}
366+
363367
{{< text yaml >}}
364368
apiVersion: gateway.networking.k8s.io/v1
365369
kind: Gateway

0 commit comments

Comments
 (0)