Skip to content

Commit 0cb3b46

Browse files
committed
Synchronize documentation
1 parent f051619 commit 0cb3b46

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

documentation/3.4/content/faq/resource-settings.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ by configuring Kubernetes resource requests and limits,
5353
and you can tune a WebLogic JVM heap usage
5454
using the `USER_MEM_ARGS` environment variable in your Domain YAML file.
5555
The introspector job pod uses the same CPU and memory settings as the
56-
domain's WebLogic Administration Server pod. Similarly, the operator created init containers in the
57-
introspector job pod for the [Auxiliary Images]({{< relref "/userguide/managing-domains/model-in-image/auxiliary-images" >}})
58-
based domains use the same CPU and memory settings as the domain's WebLogic Administration Server pod.
56+
domain's WebLogic Administration Server pod.
5957
A resource request sets the minimum amount of a resource that a container requires.
6058
A resource limit is the maximum amount of a resource a container is given
6159
and prevents a container from using more than its share of a resource.

documentation/3.4/content/reference/domain-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ weight: 3
66
description: "Use this document to set up and configure your own Domain YAML file."
77
---
88

9-
View the Domain reference document [here](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/documentation/domains/Domain.md).
9+
View the Domain reference document [here](https://github.com/oracle/weblogic-kubernetes-operator/blob/release/3.4/documentation/domains/Domain.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ When you follow the instructions in the samples, avoid instructions that are `WL
284284

285285
For example, in this sample:
286286

287-
- JRF Domain YAML files have an `configuration.opss.walletPasswordSecret` field that references a secret named `sample-domain1-opss-wallet-password-secret`, with `password=welcome1`.
287+
- JRF Domain YAML files have an `configuration.opss.walletPasswordSecret` field that references a secret named `sample-domain1-opss-wallet-password-secret`, with `walletPassword=welcome1`.
288288

289289
- JRF image models have a `domainInfo -> RCUDbInfo` stanza that reference a `sample-domain1-rcu-access` secret with appropriate values for attributes `rcu_prefix`, `rcu_schema_password`, and `rcu_db_conn_string` for accessing the Oracle database that you deployed to the default namespace as one of the prerequisite steps.
290290

documentation/3.4/content/userguide/aks/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use the **Basics** blade to provide the basic configuration details for deployin
5050
| Username for WebLogic Administrator | Enter a user name to access the WebLogic Server Administration Console which is started automatically after the provisioning. For more information about the WebLogic Server Administration Console, see [Overview of Administration Consoles](https://docs.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/weblogic-server/wlazu&id=INTRO-GUID-CC01963A-6073-4ABD-BC5F-5C509CA1EA90) in _Understanding Oracle WebLogic Server_. |
5151
| Password for WebLogic Administrator | Enter a password to access the WebLogic Server Administration Console. |
5252
| Confirm password | Re-enter the value of the preceding field. |
53-
| Password for WebLogic Deploy Tooling runtime encryption | The deployment uses the WebLogic Kubernetes Operator encryption feature, including the capability to encrypt the domain. This password is used for that encryption. For more information, see [Encryption]({{< relref "/security/encryption.md" >}}).|
53+
| Password for WebLogic Model encryption | Model in Image requires a runtime encryption secret with a secure password key. This secret is used by the operator to encrypt model and domain home artifacts before it adds them to a runtime ConfigMap or log. For more information, see [Required runtime encryption secret]({{< relref "/userguide/managing-domains/model-in-image/usage#required-runtime-encryption-secret" >}}).|
5454
| Confirm password | Re-enter the value of the preceding field. |
5555
| User assigned managed identity | The deployment requires a user-assigned managed identity with the **Contributor** or **Owner** role in the subscription referenced previously. For more information, please see [Create, list, delete, or assign a role to a user-assigned managed identity using the Azure portal](https://docs.microsoft.com/azure/active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal). |
5656

@@ -77,6 +77,7 @@ In this section, you can configure some options about the AKS which will run Web
7777
| Field | Description |
7878
|-------|-------------|
7979
|Create a new AKS cluster| If set to **Yes**, the deployment will create a new AKS cluster resource in the specified resource group. If set to **No**, you have the opportunity to select an existing AKS cluster, into which the deployment is configured. Note: the offer assumes the existing AKS cluster has no WebLogic related deployments. |
80+
|Use latest supported AKS Kubernetes version| The currently supported version is **1.21.9**. Oracle tracks the AKS release versions in [Supported Kubernetes versions in Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/supported-kubernetes-versions). After a new version emerges, Oracle qualifies WLS on AKS against that version and will update the offer to that version.|
8081
| Node count | The initial number of nodes in the AKS cluster. This value can be changed after deployment. For information, see [Scaling]({{< relref "/userguide/managing-domains/domain-lifecycle/scaling.md" >}}). |
8182
| Node size | The default VM size is 2x Standard DSv2, 2 vcpus, 7 GB memory. If you want to select a different VM size, select **Change Size**, select the size from the list (for example, A3) on the Select a VM size page, and select **Select**. For more information about sizing the virtual machine, see the [Azure documentation on Sizes](https://docs.microsoft.com/azure/cloud-services/cloud-services-sizes-specs).|
8283
|Enable Container insights| If selected, configure the necessary settings to integrate with Container insights. Container insights gives you performance visibility by collecting memory and processor metrics from controllers, nodes, and containers that are available in Kubernetes through the Metrics API. Container logs are also collected. Metrics are written to the metrics store and log data is written to the logs store associated with your Log Analytics workspace. For more information, see [Container insights overview](https://aka.ms/wls-aks-container-insights).|
@@ -269,4 +270,4 @@ In the **Review + create blade**, review the details you provided for deploying
269270

270271
If you want to use this template to automate the deployment, download it by selecting **Download a template for automation**.
271272

272-
Click **Create** to create this offer. This process may take 30 to 60 minutes.
273+
Click **Create** to create this offer. This process may take 30 to 60 minutes.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ See also the [Tanzu Kubernetes Grid sample]({{<relref "/samples/tanzu-kubernetes
179179

180180
OpenShift can be a cloud platform or can be deployed on premises.
181181

182-
Operator 2.0.1+ is certified for use on OpenShift Container Platform 3.11.43+, with Kubernetes 1.11.5+.
183-
184-
Operator 2.5.0+ is certified for use on OpenShift Container Platform 4.3.0+ with Kubernetes 1.16.2+.
182+
Operator 3.4.0+ is certified for use on OpenShift Container Platform 4.10.4+, with Kubernetes 1.23+.
185183

186184
To accommodate OpenShift security requirements:
187185
- For security requirements to run WebLogic Server in OpenShift, see the [OpenShift]({{<relref "/security/openshift.md">}}) documentation.

0 commit comments

Comments
 (0)