You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/3.4/content/userguide/istio/istio.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ description: "Lets you run the operator, and WebLogic domains managed by the ope
34
34
These instructions assume that you are using a Kubernetes cluster with
35
35
[Istio](https://istio.io/latest/docs/setup/install/) installed and configured already. The operator will not install
36
36
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
+
37
41
{{% /notice %}}
38
42
39
43
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
43
47
use distributed tracing, such as Jaeger, to trace requests across domains and to
44
48
other components and services that have tracing enabled.
45
49
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
+
46
55
To learn more about Istio,
47
56
see [What is Istio](https://istio.io/latest/docs/concepts/what-is-istio/).
48
57
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
+
49
62
#### Limitations
50
63
51
64
The current support for Istio has these limitations:
@@ -54,6 +67,8 @@ The current support for Istio has these limitations:
54
67
and has been tested with single and multicluster
55
68
Istio installations from 1.7.3 up to 1.11.x.
56
69
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
+
57
72
* You cannot set up a NodePort using `domain.spec.adminServer.adminService.channels`
58
73
with a `channelName` of `default`, `default-secure`, and `default-admin`.
59
74
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:
188
203
|1.10 and later|`true`|Not supported.|
189
204
|1.10 and later|`false`|Supported.|
190
205
206
+
**For Red Hat OpenShift Service Mesh**, you do not need to set `istioLocalhostBindingsEnabled` or if set, it must be set to `true`.
207
+
191
208
__Note__: If the `localhostBindingsEnabled` is set incorrectly for the Istio version running in a domain,
0 commit comments