Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

Commit 6e8c2b0

Browse files
committed
update syntax
1 parent e0cd2cd commit 6e8c2b0

File tree

1 file changed

+52
-7
lines changed

1 file changed

+52
-7
lines changed

walkthroughs/skupper/walkthrough.adoc

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deployment.
4747
:sectnums:
4848

4949
[time=5]
50-
== Install the Skupper command-line tool in your environment
50+
== Installing the Skupper cli in your local environment
5151

5252
The `skupper` command-line tool is the primary entrypoint for
5353
installing and configuring the Skupper infrastructure.
@@ -165,13 +165,30 @@ configured.
165165
166166
. In the terminal for the *{west-cluster}* cluster:
167167
+
168+
[subs="attributes+"]
169+
----
168170
$ skupper status
171+
----
172+
+
173+
The following output is displayed:
174+
+
175+
[subs="attributes+"]
176+
----
169177
skupper not enabled for {west-namespace}
170-
178+
----
171179
. In the terminal for the *{east-cluster}* cluster:
172180
+
181+
[subs="attributes+"]
182+
----
173183
$ skupper status
184+
----
185+
+
186+
The following output is displayed:
187+
+
188+
[subs="attributes+"]
189+
----
174190
skupper not enabled for {east-namespace}
191+
----
175192
176193
****
177194

@@ -180,7 +197,9 @@ Try the steps again. If it's still not working contact your administrator, or se
180197

181198

182199
[time=5]
183-
== Install the Skupper router and connect the namespaces
200+
== Installing the Skupper router and connecting the namespaces
201+
202+
Running the `skupper init` command in east namespace installs the router.
184203

185204
Connecting namespaces requires you use the following commands:
186205

@@ -200,17 +219,27 @@ you trust have access to it.
200219

201220
. In the terminal for the {west-cluster}:
202221
+
203-
[subs="attributes+"]
204222
----
205223
$ skupper init
224+
----
225+
+
226+
The following output is displayed:
227+
+
228+
[subs="attributes+"]
229+
----
206230
Skupper is now installed in namespace '{west-namespace}'. Use 'skupper status' to get more information.
207231
----
208232

209233
. In the terminal for the {east-cluster}:
210234
+
211-
[subs="attributes+"]
212235
----
213236
$ skupper init --edge
237+
----
238+
+
239+
The following output is displayed:
240+
+
241+
[subs="attributes+"]
242+
----
214243
Skupper is now installed in namespace '{east-namespace}'. Use 'skupper status' to get more information.
215244
----
216245

@@ -239,14 +268,30 @@ configured.
239268
240269
. In the terminal for the *{west-cluster}* cluster:
241270
+
271+
----
242272
$ skupper status
273+
----
274+
+
275+
The following output is displayed:
276+
+
277+
[subs="attributes+"]
278+
----
243279
skupper enabled for {west-namespace}. It is connected to 1 other site.
280+
----
244281
245282
. In the terminal for the *{east-cluster}* cluster:
246283
+
284+
----
247285
$ skupper status
286+
----
287+
+
288+
The following output is displayed:
289+
+
290+
[subs="attributes+"]
291+
----
248292
skupper enabled for {east-namespace}. It is connected to 1 other site.
249293
294+
----
250295
****
251296

252297
[type=verificationFail]
@@ -266,11 +311,11 @@ available on all the connected namespaces.
266311

267312
=== Deploy the frontend and backend services
268313

269-
. Start the frontend in the {west-cluster}:
314+
. Start the frontend in the *{west-cluster}* cluster:
270315
+
271316
oc create deployment hello-world-frontend --image quay.io/skupper/hello-world-frontend
272317

273-
. Start the backend in the {east-cluster}:
318+
. Start the backend in the *{east-cluster}* cluster:
274319
+
275320
oc create deployment hello-world-backend --image quay.io/skupper/hello-world-backend
276321

0 commit comments

Comments
 (0)