Skip to content

Commit beb668a

Browse files
authored
Operator 3.2.4 (#2417)
* Prepare for WKO 3.2.4
1 parent 7a31d4d commit beb668a

File tree

59 files changed

+1251
-257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1251
-257
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can:
2525
The fastest way to experience the operator is to follow the [Quick Start guide](https://oracle.github.io/weblogic-kubernetes-operator/quickstart/), or you can peruse our [documentation](https://oracle.github.io/weblogic-kubernetes-operator), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](https://oracle.github.io/weblogic-kubernetes-operator/samples/simple/).
2626

2727
***
28-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.3.
29-
This release was published on May 21, 2021.
28+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.4.
29+
This release was published on June 18, 2021.
3030
***
3131

3232
# Documentation

buildDockerImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ while getopts "t:" optname; do
3333
esac
3434
done
3535

36-
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.2.3}
36+
IMAGE_NAME=${name:-ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4}
3737
SCRIPTPATH="$( cd "$(dirname "$0")" > /dev/null 2>&1 ; pwd -P )"
3838

3939
# Proxy settings

buildtime-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>operator-parent</artifactId>
1010
<groupId>oracle.kubernetes</groupId>
11-
<version>3.2.3</version>
11+
<version>3.2.4</version>
1212
</parent>
1313

1414
<artifactId>buildtime-reports</artifactId>

documentation/3.2/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3030
***
3131
#### Current production release
3232

33-
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.3.
34-
This release was published on May 21, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
33+
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.2.4.
34+
This release was published on June 18, 2021. See the operator prerequisites and supported environments [here]({{< relref "/userguide/introduction/introduction#operator-prerequisites" >}}).
3535

3636
***
3737

documentation/3.2/content/faq/external-clients.md

Lines changed: 235 additions & 62 deletions
Large diffs are not rendered by default.

documentation/3.2/content/faq/namespace-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ elkIntegrationEnabled: false
4545
externalDebugHttpPort: 30999
4646
externalRestEnabled: false
4747
externalRestHttpsPort: 31001
48-
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.3
48+
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
4949
imagePullPolicy: IfNotPresent
5050
internalDebugHttpPort: 30999
5151
javaLoggingLevel: INFO

documentation/3.2/content/quickstart/get-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 3
1010
1. Pull the operator image:
1111

1212
```shell
13-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.3
13+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
1414
```
1515

1616
1. Pull the Traefik ingress controller image:

documentation/3.2/content/quickstart/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ helm install traefik-operator traefik/traefik \
5050
```shell
5151
$ helm install sample-weblogic-operator kubernetes/charts/weblogic-operator \
5252
--namespace sample-weblogic-operator-ns \
53-
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.3 \
53+
--set image=ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4 \
5454
--set serviceAccount=sample-weblogic-operator-sa \
5555
--set "enableClusterRoleBinding=true" \
5656
--set "domainNamespaceSelectionStrategy=LabelSelector" \

documentation/3.2/content/quickstart/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The operator uses Helm to create and deploy the necessary resources and then run
1212
You should clone this repository to your local machine so that you have access to the
1313
various sample files mentioned throughout this guide:
1414
```shell
15-
$ git clone --branch v3.2.3 https://github.com/oracle/weblogic-kubernetes-operator
15+
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator
1616
```

documentation/3.2/content/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change |
1010
| --- | --- | --- | --- |
11+
| June 18, 2021 | v3.2.4 | no | Resolved several issues related to Istio, diagnostics, and recovery. |
1112
| May 21, 2021 | v3.2.3 | no | Resolved several issues, including an issue related to preserving the operator-generated internal certificate, corrected the monitoring exporter integration to include the Administration Server, enhanced the model-in-image support to not require the use of configuration overrides, and updated the domain-home-in-image samples to support the WebLogic Image Tool. |
1213
| April 27, 2021 | v3.2.2 | no | Resolved a set of issues with many related to reducing the operator's network utilization. |
1314
| April 5, 2021 | v3.2.1 | no | Updated several dependencies, including the Oracle Linux base for the container image. |
@@ -40,6 +41,18 @@ draft: false
4041

4142
### Change log
4243

44+
#### Operator 3.2.4
45+
46+
* Added support for the sessionAffinity field for the clusterService ([#2383](https://github.com/oracle/weblogic-kubernetes-operator/pull/2383)).
47+
* Moved several logging messages to the CONFIG level ([#2387](https://github.com/oracle/weblogic-kubernetes-operator/pull/2387)).
48+
* Resolved an issue related to scalingAction.sh when there were multiple domains in the same namespace ([#2388](https://github.com/oracle/weblogic-kubernetes-operator/pull/2388)).
49+
* Updated operator logging and related scripts to consistently use ISO-8601 timestamp formatting ([#2386](https://github.com/oracle/weblogic-kubernetes-operator/pull/2386)).
50+
* Resolved an issue related to monitoring exporter integration and Istio ([#2390](https://github.com/oracle/weblogic-kubernetes-operator/pull/2390)).
51+
* Additional diagnostics when container start scripts fail to start the WebLogic Server instance ([#2393](https://github.com/oracle/weblogic-kubernetes-operator/pull/2393)).
52+
* Ensure Kubernetes API failures are logged after the final retry ([#2406](https://github.com/oracle/weblogic-kubernetes-operator/pull/2406)).
53+
* Resolved an issue related to failing to recover when a node drain or repaving occurred while waiting for the Administration Server to start ([#2398](https://github.com/oracle/weblogic-kubernetes-operator/pull/2398)).
54+
* Resolved an issue related to Istio and WDT models that use default listen and SSL ports ([#2379](https://github.com/oracle/weblogic-kubernetes-operator/pull/2379)).
55+
4356
#### Operator 3.2.3
4457

4558
* Resolved an issue related to preserving the operator-generated internal certificate ([#2374](https://github.com/oracle/weblogic-kubernetes-operator/pull/2374)).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
2929
Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.1.1, but should work with the latest release.
3030

3131
```shell
32-
$ git clone --branch v3.2.3 https://github.com/oracle/weblogic-kubernetes-operator.git
32+
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
3333
```
3434

3535
{{% notice info %}} The following sections of the sample instructions will guide you, step-by-step, through the process of setting up a WebLogic cluster on AKS - remaining as close as possible to a native Kubernetes experience. This lets you understand and customize each step. If you wish to have a more automated experience that abstracts some lower level details, you can skip to the [Automation](#automation) section.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This sample demonstrates how to use the [WebLogic Kubernetes Operator](/weblogic
3030
Clone the [WebLogic Kubernetes Operator repository](https://github.com/oracle/weblogic-kubernetes-operator) to your machine. We will use several scripts in this repository to create a WebLogic domain. This sample was tested with v3.1.1, but should work with the latest release.
3131

3232
```shell
33-
$ git clone --branch v3.2.3 https://github.com/oracle/weblogic-kubernetes-operator.git
33+
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
3434
```
3535
```shell
3636
$ cd weblogic-kubernetes-operator

documentation/3.2/content/samples/simple/domains/fmw-domain-home-in-image/_index.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The usage of the create script is as follows:
121121
$ sh create-domain.sh -h
122122
```
123123
```text
124-
usage: create-domain.sh -o dir -i file -u username -p password [-q rcuSchemaPassword] [-n encryption-key] [-e] [-v] [-h]
124+
usage: create-domain.sh -o dir -i file -u username -p password [-q rcuSchemaPassword] [-b buildNetworkParam] [-n encryption-key] [-e] [-v] [-h]
125125
-i Parameter inputs file, must be specified.
126126
-o Output directory for the generated YAML files, must be specified.
127127
-u WebLogic administrator user name for the WebLogic domain.
@@ -130,6 +130,7 @@ usage: create-domain.sh -o dir -i file -u username -p password [-q rcuSchemaPass
130130
-e Also create the resources in the generated YAML files, optional.
131131
-v Validate the existence of persistentVolumeClaim, optional.
132132
-n Encryption key for encrypting passwords in the WDT model and properties files, optional.
133+
-b Value to be used in the buildNetwork parameter when invoking WebLogic Image Tool, optional.
133134
-h Help
134135
```
135136
@@ -531,3 +532,37 @@ By default, they are installed under `/tmp/dhii-sample/tools` directory.
531532
```shell
532533
$ rm -rf /tmp/dhii-sample/tools/
533534
```
535+
### Troubleshooting
536+
***Message***: `Failed to build JDBC Connection object`
537+
538+
If the WebLogic Image Tool failed to create a domain and the following error is seen in the output:
539+
```shell
540+
Configuring the Service Table DataSource...
541+
fmwDatabase jdbc:oracle:thin:@172.18.0.2:30012/devpdb.k8s
542+
Getting Database Defaults...
543+
Error: getDatabaseDefaults() failed. Do dumpStack() to see details.
544+
Error: runCmd() failed. Do dumpStack() to see details.
545+
Problem invoking WLST - Traceback (innermost last):
546+
File "/u01/oracle/createFMWDomain.py", line 332, in ?
547+
File "/u01/oracle/createFMWDomain.py", line 44, in createInfraDomain
548+
File "/u01/oracle/createFMWDomain.py", line 151, in extendDomain
549+
File "/tmp/WLSTOfflineIni1609018487056199846.py", line 267, in getDatabaseDefaults
550+
File "/tmp/WLSTOfflineIni1609018487056199846.py", line 19, in command
551+
Failed to build JDBC Connection object:
552+
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:69)
553+
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:3085)
554+
at com.oracle.cie.domain.script.jython.WLScriptContext.runCmd(WLScriptContext.java:738)
555+
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
556+
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
557+
at java.lang.reflect.Method.invoke(Method.java:498)
558+
559+
com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: Got exception when auto configuring the schema component(s) with data obtained from shadow table:
560+
Failed to build JDBC Connection object:
561+
```
562+
563+
First, verify that the JDBC connection URL shown in the output is correct. Update the `rcuDatabaseURL` parameter in the inputs YAML file to the correct value if necessary.
564+
565+
If the JDBC connection URL is correct, it is possible that the container in which the WebLogic Image Tool is running for creating a WebLogic domain, is not using the correct networking stack.
566+
The optional `-b` option in the `create-domain.sh` script can be used to specify the networking mode for the RUN instruction during image build.
567+
For example, to use the host's network stack, invoke `create-domain.sh` with `-b host`.
568+
Please refer to Docker Network Settings references for supported networking options.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ weight: 1
2323
$ cd /tmp
2424
```
2525
```shell
26-
$ git clone --branch v3.2.3 https://github.com/oracle/weblogic-kubernetes-operator.git
26+
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
2727
```
2828

2929
> **Note**: We will refer to the top directory of the operator source tree as `/tmp/weblogic-kubernetes-operator`; however, you can use a different location.

documentation/3.2/content/samples/simple/tanzu-kubernetes-service/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Kubernetes Operators use [Helm](https://helm.sh/) to manage Kubernetes applicati
6363
Clone the repository.
6464

6565
```shell
66-
$ git clone --branch v3.2.3 https://github.com/oracle/weblogic-kubernetes-operator.git
66+
$ git clone --branch v3.2.4 https://github.com/oracle/weblogic-kubernetes-operator.git
6767
```
6868
```shell
6969
$ cd weblogic-kubernetes-operator

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The operator consists of the following parts:
1717
The operator is packaged in a [container image](https://github.com/orgs/oracle/packages/container/package/weblogic-kubernetes-operator) which you can access using the following `docker pull` commands:
1818

1919
```shell
20-
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.3
20+
$ docker pull ghcr.io/oracle/weblogic-kubernetes-operator:3.2.4
2121
```
2222

2323
For more details on acquiring the operator image and prerequisites for installing the operator, consult the [Quick Start guide]({{< relref "/quickstart/_index.md" >}}).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Detailed instructions are available [here]({{< relref "/userguide/managing-opera
1616

1717
### Operator prerequisites
1818

19-
For the current production release 3.2.3:
19+
For the current production release 3.2.4:
2020

2121
* Kubernetes 1.16.15+, 1.17.13+, 1.18.10+, and 1.19.7+ (check with `kubectl version`).
2222
* Flannel networking v0.9.1-amd64 or later (check with `docker images | grep flannel`), Calico networking v3.16.1 or later,

documentation/3.2/content/userguide/managing-domains/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Be aware of the following important considerations for WebLogic domains running
4242

4343
* _Listen Address Overrides:_ The operator will automatically override all WebLogic domain default,
4444
SSL, admin, or custom channel listen addresses (using situational configuration overrides). These will become `domainUID` followed by a
45-
hyphen and then the server name, all lower case, and underscores converted to hyphens. For example, if `domainUID=domain1` and
45+
hyphen and then the server name, all lowercase, and underscores converted to hyphens. For example, if `domainUID=domain1` and
4646
the WebLogic Server name is `Admin_Server`, then its listen address becomes `domain1-admin-server`.
4747

4848
* _Domain, Cluster, Server, and Network-Access-Point Names:_ WebLogic domain, cluster, server, and network-access-point (channel)
@@ -100,7 +100,7 @@ The following is a list of such Kubernetes resources that the operator generates
100100
* An optional NodePort type service, also known as an external service, for the WebLogic Administration Server named `<domainUID>-<adminServerName>-<externalServiceNameSuffix>`. The default suffix is `-ext`, which can be overridden using the operator's Helm configuration `externalServiceNameSuffix` (see [WebLogic domain management]({{< relref "/userguide/managing-operators/using-the-operator/using-helm#weblogic-domain-management" >}})).
101101

102102
The operator puts in place certain validation checks and conversions to prevent these resources from violating Kubernetes restrictions.
103-
* All the names previously described can contain only the characters `A-Z`, `a-z`, `0-9`, `-`, or `_`, and must start and end with an alphanumeric character. Note that when generating pod and service names, the operator will convert configured names to lower case and substitute a hyphen (`-`) for each underscore (`_`).
103+
* All the names previously described can contain only the characters `A-Z`, `a-z`, `0-9`, `-`, or `_`, and must start and end with an alphanumeric character. Note that when generating pod and service names, the operator will convert configured names to lowercase and substitute a hyphen (`-`) for each underscore (`_`).
104104
* A `domainUID` is required to be no more than 45 characters.
105105
* WebLogic domain configuration names, such as the cluster names, Administration Server name, and Managed Server names must be kept to a legal length so that the resultant resource names do not exceed Kubernetes' limits.
106106

0 commit comments

Comments
 (0)