Skip to content

Commit ebd0fa8

Browse files
committed
Doc updates #1
1 parent 1c1c61b commit ebd0fa8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentation/staging/content/userguide/istio/istio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ other components and services that have tracing enabled.
1919

2020
The current support for Istio has these limitations:
2121

22-
* It is tested with Istio 1.4.2 and later (up to 1.7.x); it is tested with both single and
22+
* It is tested with Istio 1.4.2 and later (up to 1.11.x); it is tested with both single and
2323
multicluster installations of Istio.
2424

2525
**NOTE**: The WebLogic Kubernetes Operator creates Kubernetes headless Services for the domain; Istio 1.6.x does not work with headless Services. See [Headless service broken in 1.6.0](https://github.com/istio/istio/issues/24082). Instead, use Istio version 1.7 and higher.
@@ -282,7 +282,7 @@ To support replication traffic in an Istio service mesh, the introspector job wi
282282

283283
* Automatically create a network access point using the `replicationChannelPort` specified in the `istio` configuration in the domain custom resouorce yaml.
284284

285-
For example, the additional WebLogic HTTP protocol network channel for the readiness probe would be defined as follows:
285+
For example, the additional WebLogic 't3' protocol network channel for replication traffic would be defined as follows:
286286
|Name|Port|Protocol|Exposed as a container port|
287287
|----|----|--------|-----|
288288
|`istiorepl`|From configuration Istio `replicationChannelPort` |`t3`| No |
@@ -293,7 +293,7 @@ To support replication traffic in an Istio service mesh, the introspector job wi
293293
```
294294
<cluster>
295295
<name>cluster-1</name>
296-
<replication-channe>istiorepl</replication-channel>
296+
<replication-channel>istiorepl</replication-channel>
297297
<cluster>
298298
```
299299
{{% notice note %}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This behavior depends on your version and domain resource configuration:
6464
run the `kubectl explain domain.spec.adminServer.adminChannelPortForwardingEnabled` command
6565
or see the domain resource [schema](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/documentation/domains/Domain.md).
6666

67-
* For Istio-enabled domains, the operator already adds a
67+
* For Istio-enabled domains running Istio version 1.9 and earlier, the operator already adds a
6868
network channel with a `localhost` listen address for each
6969
existing port. This means that no additional configuration is required
7070
to enable port forwarding when Istio is enabled.

0 commit comments

Comments
 (0)