You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/listener-operator/pages/listener.adoc
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ NOTE: The CRD-based API is intended for external clients that need to retrieve t
21
21
A Listener writes back all addresses that it can be reached on to `Listener.status.ingressAddresses`, which can then be used to connect to the service (generate discovery information).
22
22
Compared to Kubernetes' Services, this list is provided _regardless_ of the type of the backing Service.
23
23
24
-
NOTE: All addresses may not be able to reach all backing Pods. Clients should connect to a _random_ address in the list, not just the first one.
25
-
26
24
Ports may be remapped from the Service definition.
27
25
Never assume that the exposed port on an address will match your declared port.
28
26
Instead, read the port numbers from `.ports.\{portname\}`.
0 commit comments