Skip to content

Commit b2ffc71

Browse files
incorporate Tom's comment
1 parent 50e92aa commit b2ffc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/creating-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When running a WebLogic domain in Kubernetes, there are some additional consider
1010

1111
* Multicast is not currently well supported in Kubernetes. Some networking providers have some support for multicast, but it is generally considered of “beta” quality. Oracle recommends configuring WebLogic clusters to use unicast.
1212
* The `ListenAddress` for all servers must be set to the correct DNS name or left blank. This is required for cluster discovery of servers to work correctly.
13-
* If there is a desire to expose a T3 channel outside of the Kubernetes cluster -- for example, to allow WLST or RMI connections from clients outside Kubernetes -- then the recommended approach is to define a dedicated channel (per server) and to expose that channel using a `NodePort` service. It is required that the channel’s internal and external ports be set to the same value as the chosen `NodePort`; for example, they could all be `32000`. If all three are not the same, WebLogic Server will reject T3 connection requests.
13+
* If there is a desire to expose a T3 channel outside of the Kubernetes cluster -- for example, to allow WLST or RMI connections from clients outside Kubernetes -- then the recommended approach is to define a dedicated channel (per server) and to expose that channel using a `NodePort` service. It is required that the channel’s internal and external ports be set to the same value as the chosen `NodePort`; for example, they could all be `32000`. If all three are not the same, WebLogic Server will reject T3 connection requests. To add a `NodePort`, use the domain resource `serverService` or `clusterService` settings.
1414

1515
## Creating a domain namespace
1616

0 commit comments

Comments
 (0)