Skip to content

Commit 4873125

Browse files
authored
Update pre-requisites (#1258)
* update prereqs * Update introduction.md update docker pre-req (monica approved)
1 parent d9a4430 commit 4873125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs-source/content/userguide/introduction/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
1818

1919
* Kubernetes 1.11.5+, 1.12.3+, 1.13.0+, and 1.14.0+ (check with `kubectl version`).
2020
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).
21-
* Docker 18.03.1.ce (check with `docker version`).
22-
* Helm 2.8.2+ (check with `helm version`).
21+
* Docker 18.9.1 (check with `docker version`) *or* CRI-O 1.14.7 (check with `crictl version | grep RuntimeVersion`).
22+
* Helm 2.14.3+ (check with `helm version`).
2323
* Oracle WebLogic Server 12.2.1.3.0 with patch 29135930.
2424
* The existing WebLogic Docker image, `container-registry.oracle.com/middleware/weblogic:12.2.1.3 `,
2525
has all the necessary patches applied.
@@ -30,7 +30,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
3030

3131
### OpenShift
3232

33-
Operator 2.0.1+ is certified for use on OpenShift 3.11.43+, with Kubernetes 1.11.5+.
33+
Operator 2.0.1+ is certified for use on OpenShift 3.11.43+, with Kubernetes 1.11.5+. OpenShift 4 certification is currently in progress.
3434

3535
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.
3636

0 commit comments

Comments
 (0)