Skip to content

Commit bc0a8e2

Browse files
committed
Promote documentation
1 parent 9e0b49a commit bc0a8e2

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

documentation/3.2/content/samples/simple/domains/model-in-image/prerequisites.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,15 +322,15 @@ __Important! Back up your wallet file to a safe location that can be retrieved l
322322
To reuse the wallet file in subsequent redeployments or to share the domain's OPSS tables between different domains:
323323
324324
1. Load the saved wallet file into a secret with a key named `walletFile` (again, assuming that your domain UID is `sample-domain1` and your namespace is `sample-domain1-ns`):
325-
326-
```shell
325+
326+
```shell
327327
$ kubectl -n sample-domain1-ns create secret generic sample-domain1-opss-walletfile-secret \
328328
--from-file=walletFile=./ewallet.p12
329-
```
330-
```shell
329+
```
330+
```shell
331331
$ kubectl -n sample-domain1-ns label secret sample-domain1-opss-walletfile-secret \
332332
weblogic.domainUID=`sample-domain1`
333-
```
333+
```
334334

335335
Alternatively, use the sample's wallet utility:
336336
```shell

documentation/3.2/content/userguide/managing-domains/domain-lifecycle/liveness-readiness-probe-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following operator-populated environment variables are available for use in
5656

5757
`ORACLE_HOME` or `MW_HOME`: The Oracle Fusion Middleware software location as a file system path within the container.
5858

59-
`WL_HOME`: The WebLogic Server installation location as a file system path within the container.
59+
`WL_HOME`: The Weblogic Server installation location as a file system path within the container.
6060

6161
`DOMAIN_HOME`: The domain home location as a file system path within the container.
6262

documentation/3.2/content/userguide/platforms/environments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Container Services for use with Kubernetes* on OCI Compute, and on "Authorized C
2323

2424
[Oracle Linux Cloud Native Environment](https://docs.oracle.com/en/operating-systems/olcne/) is a fully integrated suite for the development and management of cloud-native applications. Based on Open Container Initiative (OCI) and Cloud Native Computing Foundation (CNCF) standards, Oracle Linux Cloud Native Environment delivers a simplified framework for installations, updates, upgrades, and configuration of key features for orchestrating microservices.
2525

26-
WebLogic Server and the WebLogic Kubernetes Operator are certified and supported on Oracle Linux Cloud Native Environment. Operator 2.6.0 provides certified support of OLCNE 1.1 with Kubernetes 1.17.0.
26+
WebLogic Server and the WebLogic Kubernetes Operator are certified and supported on Oracle Linux Cloud Native Environment:
27+
- Operator v2.6.0 is certified on OLCNE 1.1 and v3.2.5 is certified on OLCNE 1.3.
28+
- Operator v3.2.5 provides certified support of OLCNE 1.3 with Kubernetes 1.20.6 and CRI-O 1.20.6.
2729

2830
### Microsoft Azure Kubernetes Service
2931

documentation/3.2/content/userguide/prerequisites/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ weight: 2
77

88
For the current production release 3.2.5:
99

10-
* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with `kubectl version`).
10+
* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, 1.19.7+, and 1.20.6+ (check with `kubectl version`).
1111
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later,
1212
*or* OpenShift SDN on OpenShift 4.3 systems.
13-
* Docker 18.9.1 or 19.03.1+ (check with `docker version`) *or* CRI-O 1.14.7+ (check with `crictl version | grep RuntimeVersion`).
13+
* Docker 18.9.1 or 19.03.1+ (check with `docker version`) *or* CRI-O 1.20.6+ (check with `crictl version | grep RuntimeVersion`).
1414
* Helm 3.3.4+ (check with `helm version --client --short`).
1515
* For domain home source type `Model in Image`, WebLogic Deploy Tooling 1.9.11.
1616
* Either Oracle WebLogic Server 12.2.1.3.0 with patch 29135930, Oracle WebLogic Server 12.2.1.4.0, or Oracle WebLogic Server 14.1.1.0.0.

0 commit comments

Comments
 (0)