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: documentation/staging/content/userguide/managing-domains/accessing-the-domain/port-forward.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,21 +67,38 @@ This behavior depends on your version and domain resource configuration:
67
67
configured with the following attributes:
68
68
* Protocol defined as `t3`.
69
69
* Listen address defined with `localhost`.
70
-
* Listen port. Note, you should choose a port that does not conflict with any ports defined
70
+
* Listen port. Note, you should choose a port value that does not conflict with any ports defined
71
71
in any of the additional network channels created for use with Istio versions prior to v1.10.
72
72
For more details, see [Added network channels for Istio versions prior to v1.10]({{< relref "/userguide/istio/istio#added-network-channels-for-istio-versions-prior-to-v110" >}}).
73
73
* Enable `HTTP` protocol for this network channel.
74
-
* Do _NOT_ set an `external listen address` or `external listen port` on the network access point.
74
+
* Do _NOT_ set an `external listen address` or `external listen port`.
75
75
76
-
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward`
76
+
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward` for the Admin Server
0 commit comments