Skip to content

Commit d31dd28

Browse files
committed
Prepare for release
1 parent 211ced9 commit d31dd28

File tree

9 files changed

+292
-130
lines changed

9 files changed

+292
-130
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The fastest way to experience the operator is to follow the [Quick Start guide](
2626

2727
***
2828
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is 3.3.3.
29-
This release was published on TBD, 2021.
29+
This release was published on November 1, 2021.
3030
***
3131

3232
# Documentation

documentation/3.3/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3131
#### Current production release
3232

3333
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
34-
This release was published on TBD, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
34+
This release was published on November 1, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
3535

3636
***
3737

documentation/3.3/content/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
1010
| --- | --- | --- | --- |
11-
| TBD, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
11+
| November 1, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
1212
| September 24, 2021 | v3.3.2 | no | Istio 1.10 support, enhanced liveness and readiness probe customization to support customizing failure thresholds, and additional validations. |
1313
| August 23, 2021 | v3.3.1 | no | Resolved an issue related to managed Coherence cluster formation when using Istio and another issue related to Secret and ConfigMap validation. |
1414
| July 20, 2021 | v3.3.0 | no | Auxiliary image support. |

documentation/3.3/content/userguide/istio/istio.md

Lines changed: 246 additions & 110 deletions
Large diffs are not rendered by default.

documentation/3.3/content/userguide/managing-domains/accessing-the-domain/port-forward.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,21 @@ to add network channels (Network Access Points)
5353
with a `localhost` address for each existing administration protocol capable port.
5454
This behavior depends on your version and domain resource configuration:
5555

56-
* If Istio is _not_ enabled on the domain, then, for
57-
operator versions 3.3.2 and later, this behavior
58-
is configurable on the domain resource using the
59-
`domain.spec.adminServer.adminChannelPortForwardingEnabled`
60-
domain resource attribute. This attribute
61-
is enabled by default in operator versions 4.0 and later,
62-
and is disabled by default in versions prior to 4.0.
63-
For details about this attribute,
64-
run the `kubectl explain domain.spec.adminServer.adminChannelPortForwardingEnabled` command
65-
or see the domain resource [schema](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/documentation/domains/Domain.md).
66-
67-
* For Istio-enabled domains, the operator already adds a
56+
* If Istio is _not_ enabled on the domain or for Istio enabled domains running
57+
Istio 1.10 and later, this behavior is configurable on the domain resource using the
58+
`domain.spec.adminServer.adminChannelPortForwardingEnabled` domain resource attribute.
59+
60+
For details about this attribute, run the
61+
`kubectl explain domain.spec.adminServer.adminChannelPortForwardingEnabled`
62+
command or see the domain resource
63+
[schema](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/documentation/domains/Domain.md).
64+
65+
* For Istio-enabled domains running Istio versions prior to 1.10,
66+
the operator already adds a
6867
network channel with a `localhost` listen address for each
6968
existing port. This means that no additional configuration is required
7069
to enable port forwarding when Istio is enabled.
71-
For more details, see [How Istio-enabled domains differ from regular domains]({{< relref "/userguide/istio/istio#how-istio-enabled-domains-differ-from-regular-domains" >}}).
70+
For more details, see [Added network channels for Istio versions prior to v1.10]({{< relref "/userguide/istio/istio#added-network-channels-for-istio-versions-prior-to-v110" >}}).
7271

7372
{{% notice note %}}
7473
If your domain is already running, and you have made configuration changes,

documentation/3.3/content/userguide/managing-domains/domain-resource.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,29 @@ Elements related to specifying and overriding WebLogic domain configuration:
196196

197197
* These elements are under `configuration.istio`.
198198

199-
* `enabled`: True, if this domain is deployed under an Istio service mesh. Defaults to true when the `istio` field is specified.
200-
* `readinessPort`: The operator will create a WebLogic network access point with this port that will then be exposed from the container running the WebLogic Server instance. The readiness probe will use this network access point to verify that the server instance is ready for application traffic. Defaults to 8888.
199+
* `enabled`: True, if this domain is deployed under an Istio service mesh.
200+
Defaults to true when the `istio` field is specified.
201+
* `readinessPort`:
202+
The operator will create WebLogic network access points
203+
with this port on each WebLogic Server.
204+
The readiness probe on each pod will use these
205+
network access points
206+
to verify that the pod is ready
207+
for application traffic. Defaults to 8888.
208+
* `replicationChannelPort`:
209+
The operator will create a `T3` protocol
210+
WebLogic network access point
211+
on each WebLogic Server that is part of a cluster with this port
212+
to handle EJB and servlet session state replication traffic
213+
between servers. This setting is ignored for clusters
214+
where the WebLogic cluster configuration already
215+
defines a `replication-channel` attribute. Defaults to 4564.
216+
* `localhostBindingsEnabled`:
217+
This setting was added in operator version 3.3.3;
218+
it defaults to the Helm chart configuration value `istioLocalhostBindingsEnabled`,
219+
which in turn defaults to `true`. When `true`, the operator creates a WebLogic
220+
network access point with a `localhost` binding for each existing channel and protocol.
221+
Use `true` for Istio versions prior to 1.10 and set to `false` for versions 1.10 and later.
201222

202223
Elements related to Kubernetes Pod and Service generation:
203224

documentation/3.3/content/userguide/managing-operators/using-helm.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,12 @@ Defaults to `true`.
372372

373373
If `clusterSizePaddingValidationEnabed` is set to true, two additional characters will be reserved if the configured cluster's size is between one and nine, and one additional character will be reserved if the configured cluster's size is between 10 and 99. No additional character is reserved if the configured cluster's size is greater than 99.
374374

375+
##### `istioLocalhostBindingsEnabled`
376+
377+
Default for the domain resource `domain.spec.configuration.istio.localhostBindingsEnabled` setting.
378+
379+
For more information, see [Configuring the domain resource]({{< relref "/userguide/istio/istio#configuring-the-domain-resource" >}}).
380+
375381
#### Elastic Stack integration
376382

377383
##### `elkIntegrationEnabled`

documentation/staging/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using the operator to deploy and run a WebLogic domain container-packaged web ap
3131
#### Current production release
3232

3333
The [current release of the operator](https://github.com/oracle/weblogic-kubernetes-operator/releases) is {{< latestVersion >}}.
34-
This release was published on TBD, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
34+
This release was published on November 1, 2021. See the [operator prerequisites]({{< relref "/userguide/prerequisites/introduction.md" >}}) and [supported environments]({{< relref "/userguide/platforms/environments.md" >}}).
3535

3636
***
3737

documentation/staging/content/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ draft: false
88

99
| Date | Version | Introduces backward incompatibilities? | Change - See also, [Change log](#change-log). |
1010
| --- | --- | --- | --- |
11-
| TBD, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
11+
| November 1, 2021 | v3.3.3 | no | Resolved an issue related to WebLogic cluster replication with Istio 1.10 and resolved several issues related to introspector failure, retry, and status. |
1212
| September 24, 2021 | v3.3.2 | no | Istio 1.10 support, enhanced liveness and readiness probe customization to support customizing failure thresholds, and additional validations. |
1313
| August 23, 2021 | v3.3.1 | no | Resolved an issue related to managed Coherence cluster formation when using Istio and another issue related to Secret and ConfigMap validation. |
1414
| July 20, 2021 | v3.3.0 | no | Auxiliary image support. |

0 commit comments

Comments
 (0)