Skip to content

Commit dfb18da

Browse files
committed
Synchronize documentation
1 parent cd86f02 commit dfb18da

File tree

1 file changed

+11
-11
lines changed
  • documentation/site/content/managing-domains/accessing-the-domain/istio

1 file changed

+11
-11
lines changed

documentation/site/content/managing-domains/accessing-the-domain/istio/istio.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ create the namespace in which you want to run the domain
106106
and label it for automatic injection before deploying your domain.
107107

108108
```shell
109-
$ kubectl create namespace domain1
109+
$ kubectl create namespace sample-domain1
110110
```
111111

112112
```shell
113-
$ kubectl label namespace domain1 istio-injection=enabled
113+
$ kubectl label namespace sample-domain1 istio-injection=enabled
114114
```
115115

116116
##### Configuring the domain resource
@@ -149,7 +149,7 @@ istio-ingressgateway-5c7d8d7b5d-tjgtd.istio-system SYNCED SY
149149
sample-domain1-admin-server.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
150150
sample-domain1-managed-server1.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
151151
sample-domain1-managed-server2.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
152-
weblogic-operator-7d86fffbdd-5dxzt.sample-weblogic-operator-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
152+
weblogic-operator-7d86fffbdd-5dxzt.weblogic-operator-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
153153
```
154154

155155
#### Exposing applications in Istio-enabled domains
@@ -169,7 +169,7 @@ apiVersion: networking.istio.io/v1alpha3
169169
kind: Gateway
170170
metadata:
171171
name: domain1-gateway
172-
namespace: domain1
172+
namespace: sample-domain1
173173
spec:
174174
selector:
175175
istio: ingressgateway
@@ -185,7 +185,7 @@ apiVersion: networking.istio.io/v1alpha3
185185
kind: VirtualService
186186
metadata:
187187
name: domain1-virtualservice
188-
namespace: domain1
188+
namespace: sample-domain1
189189
spec:
190190
gateways:
191191
- domain1-gateway
@@ -358,7 +358,7 @@ apiVersion: security.istio.io/v1beta1
358358
kind: AuthorizationPolicy
359359
metadata:
360360
name: privaccess
361-
namespace: domain1-ns
361+
namespace: sample-domain1-ns
362362
spec:
363363
action: ALLOW
364364
rules:
@@ -453,17 +453,17 @@ spec:
453453
hosts:
454454
- 'regular-domain.org'
455455
```
456-
457-
If you are accessing the WebLogic Console through a secure gateway with SSL termination at the gateway level, enable
456+
457+
If you are accessing the WebLogic Console through a secure gateway with SSL termination at the gateway level, enable
458458
`WeblogicPluginEnabled` in the WebLogic domain and add the appropriate request headers. For example,
459-
459+
460460
If you are using WDT, add the `resources` section in the model YAML file.
461-
461+
462462
```text
463463
resources:
464464
WebAppContainer:
465465
WeblogicPluginEnabled: true
466-
```
466+
```
467467

468468
If you are using WLST, set the `WeblogicPluginEnabled` for each server and cluster
469469

0 commit comments

Comments
 (0)