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: docs-source/content/_index.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The fastest way to experience the operator is to follow the [Quick Start guide](
20
20
##### Current release
21
21
22
22
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" >}}).
24
24
25
25
##### Preview of next planned release
26
26
@@ -34,7 +34,7 @@ The planned feature changes in 3.0.0-rc1 are:
34
34
35
35
* Introduction of a new "Model In Image" feature which allows you to have a domain
36
36
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
38
38
the same model and automated updating of the domain based on model changes.
39
39
The operator automates management of the domain encryption keys to ensure
40
40
that they are not changed during domain updates.
@@ -48,9 +48,6 @@ The planned feature changes in 3.0.0-rc1 are:
48
48
49
49
***
50
50
51
-
{{% notice note %}}
52
-
Please review the prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction" >}}).
Copy file name to clipboardExpand all lines: docs-source/content/userguide/introduction/introduction.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Get started"
3
3
date: 2019-02-23T16:40:54-05:00
4
4
weight: 1
5
-
description: "Review the operator prerequisites."
5
+
description: "Review the operator prerequisites and supported environments."
6
6
---
7
7
8
8
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
26
26
has all the necessary patches applied.
27
27
* 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'`.
28
28
* 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
30
30
not need the `cluster-admin` role at runtime.
31
31
* We do not currently support running WebLogic in non-Linux containers.
32
32
@@ -54,15 +54,15 @@ Container Services for use with Kubernetes* on OCI Compute, and on "authorized c
54
54
55
55
[Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/) is a hosted Kubernetes environment. The WebLogic Kubernetes
56
56
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).
58
58
59
-
AKE support and limitations:
59
+
AKE support and limitations:
60
60
61
61
* 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
63
63
a persistent volume claim - see [here](https://docs.microsoft.com/en-us/azure/aks/azure-files-volume).
64
64
* 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
66
66
Infrastructure MDS data stores only when accessed through an OCI FastConnect.
67
67
* Windows Server containers are not currently supported, only Linux containers.
0 commit comments