Skip to content

Commit 1046140

Browse files
authored
Merge pull request #919 from oracle/rmarano
update prereqs
2 parents 2949aa6 + 53a9cf6 commit 1046140

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

site/user-guide.md

Lines changed: 7 additions & 5 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,14 @@ 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-
* The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`,
103-
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.
104102
* 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'`.
105105
* You must have the `cluster-admin` role to install the operator.
106106

107107
### OpenShift
108108

109-
When using the operator in OpenShift, the `anyuid` security context constraint is required to ensure that WebLogic containers run with a Unix UID that has the correct permissions on the domain filesystem.
109+
Operator 2.0.1+ is certified for use on OpenShift 3.11.43+, with Kubernetes 1.11.5+
110+
111+
When using the operator in OpenShift, the `anyuid` security context constraint is required to ensure that WebLogic containers run with a UNIX UID that has the correct permissions on the domain filesystem.

0 commit comments

Comments
 (0)