Skip to content

Commit f5ef5a4

Browse files
call out prerequisites (#1575)
1 parent cb6c4b1 commit f5ef5a4

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

docs-source/content/_index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The fastest way to experience the operator is to follow the [Quick Start guide](
2020
##### Current release
2121

2222
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 2.5.0.
23-
This release was published on February 26, 2020.
23+
This release was published on February 26, 2020. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
2424

2525
##### Preview of next planned release
2626

@@ -34,7 +34,7 @@ The planned feature changes in 3.0.0-rc1 are:
3434

3535
* Introduction of a new "Model In Image" feature which allows you to have a domain
3636
created at pod startup time from a WebLogic Deploy Tool model and archive.
37-
This supports user-requested use cases like creating multiple domains from
37+
This supports user-requested use cases like creating multiple domains from
3838
the same model and automated updating of the domain based on model changes.
3939
The operator automates management of the domain encryption keys to ensure
4040
that they are not changed during domain updates.
@@ -48,9 +48,6 @@ The planned feature changes in 3.0.0-rc1 are:
4848

4949
***
5050

51-
{{% notice note %}}
52-
Please review the prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction" >}}).
53-
{{% /notice %}}
5451

5552
#### Operator earlier versions
5653

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Introduction"
33
date: 2019-02-23T16:43:10-05:00
44
weight: 2
5-
description: "Learn about the operator's design, architecture, and important terms."
5+
description: "Learn about the operator's design, architecture, important terms, prerequisites, and supported environments."
66
---
77
{{% children style="h4" description="true" %}}
88

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Get started"
33
date: 2019-02-23T16:40:54-05:00
44
weight: 1
5-
description: "Review the operator prerequisites."
5+
description: "Review the operator prerequisites and supported environments."
66
---
77

88
An operator is an application-specific controller that extends Kubernetes to create, configure, and manage instances
@@ -26,7 +26,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
2626
has all the necessary patches applied.
2727
* Check the WLS version with `docker run container-registry.oracle.com/middleware/weblogic:12.2.1.3 sh -c` `'source $ORACLE_HOME/wlserver/server/bin/setWLSEnv.sh > /dev/null 2>&1 && java weblogic.version'`.
2828
* Check the WLS patches with `docker run container-registry.oracle.com/middleware/weblogic:12.2.1.3 sh -c` `'$ORACLE_HOME/OPatch/opatch lspatches'`.
29-
* You must have the `cluster-admin` role to install the operator. The operator does
29+
* You must have the `cluster-admin` role to install the operator. The operator does
3030
not need the `cluster-admin` role at runtime.
3131
* We do not currently support running WebLogic in non-Linux containers.
3232

@@ -54,15 +54,15 @@ Container Services for use with Kubernetes* on OCI Compute, and on "authorized c
5454

5555
[Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/) is a hosted Kubernetes environment. The WebLogic Kubernetes
5656
Operator, Oracle WebLogic Sever 12c and Oracle Fusion Middleware Infrastructure 12c are fully supported and certified on Azure Kubernetes Service (as per the documents
57-
referenced above).
57+
referenced above).
5858

59-
AKE support and limitations:
59+
AKE support and limitations:
6060

6161
* Both "domain in image" and "domain on persistent volume" models are supported.
62-
* For domain on persistent volume we support Azure Files volumes accessed through
62+
* For domain on persistent volume we support Azure Files volumes accessed through
6363
a persistent volume claim - see [here](https://docs.microsoft.com/en-us/azure/aks/azure-files-volume).
6464
* Azure Load Balancers are supported when provisioned using a Kubernetes service of `type=LoadBalancer`.
65-
* Oracle databases running in Oracle Cloud Infrastructure are supported for Fusion Middleware
65+
* Oracle databases running in Oracle Cloud Infrastructure are supported for Fusion Middleware
6666
Infrastructure MDS data stores only when accessed through an OCI FastConnect.
6767
* Windows Server containers are not currently supported, only Linux containers.
6868

0 commit comments

Comments
 (0)