Skip to content

Commit b345c86

Browse files
committed
Sync documentation
1 parent 7a6b33e commit b345c86

File tree

10 files changed

+19
-11
lines changed

10 files changed

+19
-11
lines changed

documentation/3.4/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ theme = "hugo-theme-learn"
1010

1111
publishDir = "docs"
1212

13+
canonifyURLs = true
14+
1315
# For search functionality
1416
[outputs]
1517
home = [ "HTML", "RSS", "JSON"]

documentation/3.4/content/developerguide/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you have any questions about a possible submission, feel free to open an issu
1414

1515
#### Contributing to the WebLogic Kubernetes Operator repository
1616

17-
Pull requests can be made under The Oracle Contributor Agreement (OCA), which is available at [https://www.oracle.com/technetwork/community/oca-486395.html](https://www.oracle.com/technetwork/community/oca-486395.html).
17+
Pull requests can be made under The Oracle Contributor Agreement (OCA), which is available at [https://oca.opensource.oracle.com/](https://oca.opensource.oracle.com/).
1818

1919
For pull requests to be accepted, the bottom of the commit message must have the following line, using the contributor’s name and e-mail address as it appears in the OCA Signatories list.
2020

documentation/3.4/content/samples/azure-kubernetes-service/domain-on-pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 2
55
description: "Sample for creating a WebLogic domain home on an existing PV or PVC on the Azure Kubernetes Service."
66
---
77

8-
This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic-kubernetes-operator/) (hereafter "the operator") to set up a WebLogic Server (WLS) cluster on the Azure Kubernetes Service (AKS) using the model in persistence volume approach. After going through the steps, your WLS domain runs on an AKS cluster instance and you can manage your WLS domain by accessing the WebLogic Server Administration Console.
8+
This sample demonstrates how to use the [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/) (hereafter "the operator") to set up a WebLogic Server (WLS) cluster on the Azure Kubernetes Service (AKS) using the model in persistence volume approach. After going through the steps, your WLS domain runs on an AKS cluster instance and you can manage your WLS domain by accessing the WebLogic Server Administration Console.
99

1010
#### Contents
1111

documentation/3.4/content/samples/azure-kubernetes-service/model-in-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3
55
description: "Sample for creating a WebLogic cluster on the Azure Kubernetes Service with model in image approach."
66
---
77

8-
This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic-kubernetes-operator/) (hereafter "the operator") to set up a WebLogic Server (WLS) cluster on the Azure Kubernetes Service (AKS) using the model in image approach. After going through the steps, your WLS domain runs on an AKS cluster instance and you can manage your WLS domain by interacting with the operator.
8+
This sample demonstrates how to use the [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/) (hereafter "the operator") to set up a WebLogic Server (WLS) cluster on the Azure Kubernetes Service (AKS) using the model in image approach. After going through the steps, your WLS domain runs on an AKS cluster instance and you can manage your WLS domain by interacting with the operator.
99

1010
#### Contents
1111

documentation/3.4/content/samples/tanzu-kubernetes-service/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Sample for using the operator to set up a WLS cluster on the Tanzu
66
---
77

88

9-
This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic-kubernetes-operator/) (hereafter “the operator”) to set up a WebLogic Server (WLS) cluster on the Tanzu Kubernetes Grid (TKG).
9+
This sample demonstrates how to use the [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/) (hereafter “the operator”) to set up a WebLogic Server (WLS) cluster on the Tanzu Kubernetes Grid (TKG).
1010
After performing the sample steps, your WLS domain with a Model in Image domain source type runs on a TKG Kubernetes cluster instance. After the domain has been provisioned, you can monitor it using the WebLogic Server Administration console.
1111

1212
TKG is a managed Kubernetes Service that lets you quickly deploy and manage Kubernetes clusters. To learn more, see the [Tanzu Kubernetes Grid (TKG)](https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.2/vmware-tanzu-kubernetes-grid-12/GUID-index.html) overview page.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In this section, you can configure some options about the AKS which will run Web
7878
| Field | Description |
7979
|-------|-------------|
8080
|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. |
81-
|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.|
81+
|Use latest supported AKS Kubernetes version| The currently supported version is **1.24.3**. 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.|
8282
| 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" >}}). |
8383
| 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).|
8484
|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).|

documentation/3.4/content/userguide/istio/istio.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,13 @@ See the following description of each `spec.configuration.istio` attribute:
203203
|1.10 and later|`true`|Not supported.|
204204
|1.10 and later|`false`|Supported.|
205205

206-
**For Red Hat OpenShift Service Mesh**, you do not need to set `istioLocalhostBindingsEnabled` or if set, it must be set to `true`.
206+
207+
|Red Hat OpenShift version|localhostBindingsEnabled|Notes|
208+
|----|----|----|
209+
|Pre 4.11|`true` or not set|Supported.|
210+
|Pre 4.11|`false` or not set|Not Supported.|
211+
|4.11 and later|`true`|Not Supported.|
212+
|4.11 and later|`false`|Supported.|
207213

208214
__Note__: If the `localhostBindingsEnabled` is set incorrectly for the Istio version running in a domain,
209215
then:
@@ -698,4 +704,4 @@ spec:
698704
- 'regular-domain.org'
699705
```
700706

701-
See Istio [Ingress](https://istio.io/latest/docs/tasks/traffic-management/ingress).
707+
See Istio [Ingress](https://istio.io/latest/docs/tasks/traffic-management/ingress).

documentation/3.4/content/userguide/kubernetes/k8s-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 12
1818

1919
### Cheat sheet for setting up Kubernetes
2020

21-
If you need some help setting up a Kubernetes environment to experiment with the operator, please read on! The supported environments are either an on-premises installation of Kubernetes, for example, on bare metal, or on a cloud provider like Oracle Cloud, [Microsoft Azure](/weblogic-kubernetes-operator/samples/azure-kubernetes-service/), Google, or Amazon. Cloud providers allow you to provision a managed Kubernetes environment from their management consoles. You could also set up Kubernetes manually using compute resources on a cloud. There are also a number of ways to run a Kubernetes single-node cluster that are suitable for development or testing purposes. Your options include:
21+
If you need some help setting up a Kubernetes environment to experiment with the operator, please read on! The supported environments are either an on-premises installation of Kubernetes, for example, on bare metal, or on a cloud provider like Oracle Cloud, [Microsoft Azure](/samples/azure-kubernetes-service/), Google, or Amazon. Cloud providers allow you to provision a managed Kubernetes environment from their management consoles. You could also set up Kubernetes manually using compute resources on a cloud. There are also a number of ways to run a Kubernetes single-node cluster that are suitable for development or testing purposes. Your options include:
2222

2323
"Production" options:
2424

documentation/3.4/content/userguide/managing-domains/model-in-image/auxiliary-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ container image.
278278
#### Step 1: Prerequisites
279279

280280
- First, follow all of the steps in the Model in Image
281-
[initial use case sample](/weblogic-kubernetes-operator/samples/domains/model-in-image/initial/).
281+
[initial use case sample](/samples/domains/model-in-image/initial/).
282282

283283
This will:
284284

@@ -809,5 +809,5 @@ If you see an error, then consult [Debugging]({{< relref "/userguide/managing-do
809809
#### Step 4: Invoke the web application
810810
811811
To invoke the web application, follow the same steps as described in the
812-
[Invoke the web application](/weblogic-kubernetes-operator/samples/domains/model-in-image/initial/#invoke-the-web-application)
812+
[Invoke the web application](/samples/domains/model-in-image/initial/#invoke-the-web-application)
813813
section of the initial use case.

documentation/3.4/content/userguide/managing-domains/model-in-image/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ Follow these steps to ensure that a JRF domain can continue to access its RCU da
299299

300300
For an example of using JRF in combination with Model in Image, see the [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}) sample.
301301

302-
See also, [Specifying RCU connection information in the model](https://github.com/oracle/weblogic-deploy-tooling/blob/main/documentation/1.9/content/rcuinfo.md) in the WDT documentation.
302+
See also, [Specifying RCU connection information in the model](https://oracle.github.io/weblogic-deploy-tooling/rcuinfo/) in the WDT documentation.

0 commit comments

Comments
 (0)