Skip to content

Commit 509da22

Browse files
committed
add additional doc updates
1 parent 2108348 commit 509da22

File tree

1 file changed

+9
-2
lines changed
  • documentation/staging/content/userguide/managing-domains/accessing-the-domain

1 file changed

+9
-2
lines changed

documentation/staging/content/userguide/managing-domains/accessing-the-domain/port-forward.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,24 @@ This behavior depends on your version and domain resource configuration:
6262
command or see the domain resource
6363
[schema](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/documentation/domains/Domain.md).
6464

65-
* For Istio-enabled domains running Istio versions prior to 1.10,
65+
* If WLST access is required for Istio-enabled domains running Istio versions prior to 1.10,
6666
you must add an additional network channel to the WebLogic Administration Server
6767
configured with the following attributes:
6868
* Protocol defined as `t3`.
69-
* Listen address defined with `localhost`.
69+
* Listen address defined with `localhost`. (Note: Stting the address to localhost is solely
70+
for self documenting purposes. The address can be set to any value, and the operator will override
71+
it to the required value regardless.)
7072
* Listen port. Note: Choose a port value that does not conflict with any ports defined
7173
in any of the additional network channels created for use with Istio versions prior to v1.10.
7274
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" >}}).
7375
* Enable `HTTP` protocol for this network channel.
7476
* Do _NOT_ set an `external listen address` or `external listen port`.
7577

78+
{{% notice note %}}
79+
It is not necessary to add an additional network channel, for Istio-enabled domains running Istio
80+
versions prior to 1.10, to the WebLogic Administration Server if only console access is required .
81+
{{% /notice %}}
82+
7683
For example, here is a snippet of a WebLogic domain `config.xml` file for channel `PortForward` for the Administration Server.
7784
```xml
7885
<server>

0 commit comments

Comments
 (0)