Skip to content

Commit 14eae22

Browse files
rosemarymaranorjeberhard
authored andcommitted
update per review
1 parent 5c12409 commit 14eae22

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

site/user-guide.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ This document provides detailed user information for the Oracle WebLogic
44
Server Kubernetes Operator. It provides instructions on how to install the operator in your
55
Kubernetes cluster and how to use it to manage WebLogic domains.
66

7-
If you are looking for information about how the operator is designed, implemented, built, and such, then
8-
you should refer to the [Developer guide](developer.md).
7+
If you are looking for information about how the operator is designed, implemented, built, and such, then you should refer to the [Developer guide](developer.md).
98

109
## Table of contents
1110

@@ -99,11 +98,10 @@ Oracle recommends careful consideration before deciding to expose any administra
9998
* Docker 18.03.1.ce (check with `docker version`).
10099
* Helm 2.8.2+ (check with `helm version`).
101100
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
102-
* Check WLS version with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`.
103-
* Check WLS patches with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'$ORACLE_HOME/OPatch/opatch lspatches'`.
104-
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
105-
was updated on January 17, 2019, and has all the necessary patches applied.
101+
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019, and has all the necessary patches applied.
106102
* A `docker pull` is required if you pulled the image prior to that date.
103+
* Check the WLS version with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`.
104+
* Check the WLS patches with `docker run store/oracle/weblogic:12.2.1.3 sh -c` `'$ORACLE_HOME/OPatch/opatch lspatches'`.
107105
* You must have the `cluster-admin` role to install the operator.
108106

109107
### OpenShift

0 commit comments

Comments
 (0)