File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 79
79
+
80
80
[source,terminal]
81
81
----
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
83
83
----
84
84
85
85
.. Get the assigned IP address for the ingress gateway by running the following command:
Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ $ oc --context "${CTX_CLUSTER1}" wait --for condition=Ready istio/default --time
69
69
+
70
70
[source,terminal]
71
71
----
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
73
73
----
74
74
75
75
.. Expose the services through the gateway by running the following command:
76
76
+
77
77
[source,terminal]
78
78
----
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
80
80
----
81
81
82
82
. Install {istio} on the West cluster:
@@ -113,14 +113,14 @@ $ oc --context "${CTX_CLUSTER2}" wait --for condition=Ready istio/default --time
113
113
+
114
114
[source,terminal]
115
115
----
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
117
117
----
118
118
119
119
.. Expose the services through the gateway by running the following command:
120
120
+
121
121
[source,terminal]
122
122
----
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
124
124
----
125
125
126
126
. 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 \
171
171
-- name=cluster1 \
172
172
-- create-service-account=false | \
173
173
oc -- context="${CTX_CLUSTER2} " apply -f -
174
- ----
174
+ ----
Original file line number Diff line number Diff line change @@ -78,21 +78,21 @@ $ oc --context "${CTX_CLUSTER1}" wait --for condition=Ready istio/default --time
78
78
+
79
79
[source,terminal]
80
80
----
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
82
82
----
83
83
84
84
.. Expose the control plane through the gateway so that services in the West cluster can access the control plane by running the following command:
85
85
+
86
86
[source,terminal]
87
87
----
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
89
89
----
90
90
91
91
.. Expose the application services through the gateway by running the following command:
92
92
+
93
93
[source,terminal]
94
94
----
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
96
96
----
97
97
98
98
. Install {istio} on the West cluster:
@@ -162,7 +162,7 @@ $ oc --context "${CTX_CLUSTER2}" wait --for condition=Ready istio/default --time
162
162
+
163
163
[source,terminal]
164
164
----
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
166
166
----
167
167
+
168
168
[NOTE]
You can’t perform that action at this time.
0 commit comments