Skip to content

Commit 60ddd12

Browse files
authored
Merge pull request #95325 from shreyasiddhartha/OSSM-9812
OSSM-9812 DOCS ServiceMesh-3 , East-West gateway templete URL not working (404)
2 parents 1ccdfca + e5606c5 commit 60ddd12

3 files changed

+10
-10
lines changed

modules/ossm-installing-external-control-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ EOF
7979
+
8080
[source,terminal]
8181
----
82-
$ oc --context "${CTX_CONTROL_PLANE_CLUSTER}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/controlplane-gateway.yaml
82+
$ oc --context "${CTX_CONTROL_PLANE_CLUSTER}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/controlplane-gateway.yaml
8383
----
8484

8585
.. Get the assigned IP address for the ingress gateway by running the following command:

modules/ossm-installing-multi-primary-multi-network-mesh.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ $ oc --context "${CTX_CLUSTER1}" wait --for condition=Ready istio/default --time
6969
+
7070
[source,terminal]
7171
----
72-
$ oc --context "${CTX_CLUSTER1}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/east-west-gateway-net1.yaml
72+
$ oc --context "${CTX_CLUSTER1}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/east-west-gateway-net1.yaml
7373
----
7474

7575
.. Expose the services through the gateway by running the following command:
7676
+
7777
[source,terminal]
7878
----
79-
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/expose-services.yaml
79+
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/expose-services.yaml
8080
----
8181

8282
. Install {istio} on the West cluster:
@@ -113,14 +113,14 @@ $ oc --context "${CTX_CLUSTER2}" wait --for condition=Ready istio/default --time
113113
+
114114
[source,terminal]
115115
----
116-
$ oc --context "${CTX_CLUSTER2}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/east-west-gateway-net2.yaml
116+
$ oc --context "${CTX_CLUSTER2}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/east-west-gateway-net2.yaml
117117
----
118118

119119
.. Expose the services through the gateway by running the following command:
120120
+
121121
[source,terminal]
122122
----
123-
$ oc --context "${CTX_CLUSTER2}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/expose-services.yaml
123+
$ oc --context "${CTX_CLUSTER2}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/expose-services.yaml
124124
----
125125

126126
. Create the `istio-reader-service-account` service account for the East cluster by running the following command:
@@ -171,4 +171,4 @@ $ istioctl create-remote-secret \
171171
--name=cluster1 \
172172
--create-service-account=false | \
173173
oc --context="${CTX_CLUSTER2}" apply -f -
174-
----
174+
----

modules/ossm-installing-primary-remote-multi-network-mesh.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ $ oc --context "${CTX_CLUSTER1}" wait --for condition=Ready istio/default --time
7878
+
7979
[source,terminal]
8080
----
81-
$ oc --context "${CTX_CLUSTER1}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/east-west-gateway-net1.yaml
81+
$ oc --context "${CTX_CLUSTER1}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/east-west-gateway-net1.yaml
8282
----
8383

8484
.. Expose the control plane through the gateway so that services in the West cluster can access the control plane by running the following command:
8585
+
8686
[source,terminal]
8787
----
88-
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/expose-istiod.yaml
88+
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/expose-istiod.yaml
8989
----
9090

9191
.. Expose the application services through the gateway by running the following command:
9292
+
9393
[source,terminal]
9494
----
95-
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/expose-services.yaml
95+
$ oc --context "${CTX_CLUSTER1}" apply -n istio-system -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/expose-services.yaml
9696
----
9797

9898
. Install {istio} on the West cluster:
@@ -162,7 +162,7 @@ $ oc --context "${CTX_CLUSTER2}" wait --for condition=Ready istio/default --time
162162
+
163163
[source,terminal]
164164
----
165-
$ oc --context "${CTX_CLUSTER2}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/multicluster/east-west-gateway-net2.yaml
165+
$ oc --context "${CTX_CLUSTER2}" apply -f https://raw.githubusercontent.com/istio-ecosystem/sail-operator/main/docs/deployment-models/resources/east-west-gateway-net2.yaml
166166
----
167167
+
168168
[NOTE]

0 commit comments

Comments
 (0)