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
Running `skupper status` on the clouds should show the following output:
212
287
@@ -215,7 +290,7 @@ Running `skupper status` on the clouds should show the following output:
215
290
Skupper is enabled for namespace '"hybrid-cloud-demo" in interior mode'. It is connected to 2 other sites. It has 1 exposed service.
216
291
----
217
292
218
-
==== Cloud-2
293
+
=== Cloud-2
219
294
220
295
Running `skupper status` on the clouds should show the following output:
221
296
@@ -224,7 +299,7 @@ Running `skupper status` on the clouds should show the following output:
224
299
Skupper is enabled for namespace '"hybrid-cloud-demo" in interior mode'. It is connected to 2 other sites (1 indirectly). It has 1 exposed service.
225
300
----
226
301
227
-
==== Cloud-3
302
+
=== Cloud-3
228
303
229
304
Running `skupper status` on the clouds should show the following output:
230
305
@@ -238,9 +313,9 @@ Skupper is enabled for namespace '"hybrid-cloud-demo" in interior mode'. It is c
238
313
Since *Cloud-1* is where we generated the `site-token` secret to connect to other sites, makes it directly connected to other clouds *Cloud-2* and *Cloud-3*. For other clouds you will see one direct to *Cloud-1* and one indirect connection to other cloud.
239
314
====
240
315
241
-
=== Verify Exposed Services
316
+
== Verify Exposed Services
242
317
243
-
You can verify that, in all connected clouds running the following command `skupper list-exposed` shows the following output:
318
+
You can verify that, in *all* connected clouds running the following command `skupper list-exposed` shows the following output:
244
319
245
320
When `Knative` backend was deployed:
246
321
@@ -270,8 +345,9 @@ cd $FRONTEND_APP_HOME
270
345
oc apply -k k8s/knative
271
346
----
272
347
273
-
Create OpenShift route to access the frontend application
0 commit comments