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: site/user-guide.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ This document provides detailed user information for the Oracle WebLogic
4
4
Server Kubernetes Operator. It provides instructions on how to install the operator in your
5
5
Kubernetes cluster and how to use it to manage WebLogic domains.
6
6
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).
9
8
10
9
## Table of contents
11
10
@@ -99,11 +98,10 @@ Oracle recommends careful consideration before deciding to expose any administra
99
98
* Docker 18.03.1.ce (check with `docker version`).
100
99
* Helm 2.8.2+ (check with `helm version`).
101
100
* 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.
106
102
* 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'`.
107
105
* You must have the `cluster-admin` role to install the operator.
0 commit comments