Skip to content

Commit 04fc7ec

Browse files
author
Tom Barnes
committed
Fix English in domains.md.
1 parent 38f9130 commit 04fc7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ running in Kubernetes.
8080
administration port or a T3 channel to allow WLST access, you need to ensure that you allocate each channel a
8181
unique port number across the entire Kubernetes cluster. If you expose the administration port in each WebLogic domain in
8282
the Kubernetes cluster, then each one must have a different port. This is required because `NodePorts` are used to
83-
expose channels outside the Kubernetes cluster. *IMPORTANT:* Exposing admin, RMI, or t3 capable channels via a node port
83+
expose channels outside the Kubernetes cluster. **IMPORTANT:** Exposing admin, RMI, or t3 capable channels via a node port
8484
can create an insecure configuration; in general only http protocols should be made available externally and this exposure
8585
is usually accomplished by setting up an external load balancer that can access internal (non-nodeport) services.
8686
* _Host Path Persistent Volumes:_ If using a `hostPath` persistent volume, then it must be available on all worker nodes in the cluster and have read/write/many permissions for all container/pods in the WebLogic Server deployment. Be aware

0 commit comments

Comments
 (0)