Skip to content

Commit b8c3579

Browse files
authored
3.4 istio doc update for openshift mesh certification (#3315)
* 3.4 istio doc update for openshift mesh certification
1 parent 70874f4 commit b8c3579

File tree

1 file changed

+17
-0
lines changed
  • documentation/3.4/content/userguide/istio

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ description: "Lets you run the operator, and WebLogic domains managed by the ope
3434
These instructions assume that you are using a Kubernetes cluster with
3535
[Istio](https://istio.io/latest/docs/setup/install/) installed and configured already. The operator will not install
3636
Istio for you.
37+
38+
For Red Hat OpenShift Service Mesh, which has its own implementation of Istio, refer to the correct version of the documentation for installation.
39+
[OpenShift Service Mesh installation 4.10](https://docs.openshift.com/container-platform/4.10/service_mesh/v2x/installing-ossm.html)
40+
3741
{{% /notice %}}
3842

3943
Istio support lets you run the operator, and WebLogic domains managed by
@@ -43,9 +47,18 @@ If your applications have suitable tracing code in them, then you will also be a
4347
use distributed tracing, such as Jaeger, to trace requests across domains and to
4448
other components and services that have tracing enabled.
4549

50+
WebLogic Kubernetes Operator assumes that you are familiar with Istio or Red Hat OpenShift Service Mesh. If you are new to
51+
them, we strongly recommend reading the respective documentation and working through the `Bookinfo`
52+
sample application to familiarize yourself with the mesh and verify that it is working properly in your environment, before proceeding to work with the Operator.
53+
54+
4655
To learn more about Istio,
4756
see [What is Istio](https://istio.io/latest/docs/concepts/what-is-istio/).
4857

58+
For Redhat OpenShift Service Mesh, see
59+
60+
[OpenShift Service Mesh](https://docs.openshift.com/container-platform/4.10/service_mesh/v2x/ossm-about.html).
61+
4962
#### Limitations
5063

5164
The current support for Istio has these limitations:
@@ -54,6 +67,8 @@ The current support for Istio has these limitations:
5467
and has been tested with single and multicluster
5568
Istio installations from 1.7.3 up to 1.11.x.
5669

70+
* For Red Hat OpenShift Service Mesh, we have tested with Red Hat OpenShift Container Platform version 4.10.20, Service Mesh 2.2.1.
71+
5772
* You cannot set up a NodePort using `domain.spec.adminServer.adminService.channels`
5873
with a `channelName` of `default`, `default-secure`, and `default-admin`.
5974
Any attempt will result in an error when deploying a domain
@@ -188,6 +203,8 @@ See the following description of each `spec.configuration.istio` attribute:
188203
|1.10 and later|`true`|Not supported.|
189204
|1.10 and later|`false`|Supported.|
190205

206+
**For Red Hat OpenShift Service Mesh**, you do not need to set `istioLocalhostBindingsEnabled` or if set, it must be set to `true`.
207+
191208
__Note__: If the `localhostBindingsEnabled` is set incorrectly for the Istio version running in a domain,
192209
then:
193210

0 commit comments

Comments
 (0)