-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskewer.yaml
49 lines (46 loc) · 1.13 KB
/
skewer.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
title: Skupper Hello World
subtitle: A minimal HTTP application deployed across Kubernetes clusters using Skupper
overview: |
An overview
prerequisites: |
Some prerequisites
sites:
west:
title: West
platform: kubernetes
namespace: west
env:
KUBECONFIG: ~/.kube/config-west
east:
title: East
platform: kubernetes
namespace: east
env:
KUBECONFIG: ~/.kube/config-east
steps:
- standard: general/install_the_skupper_command_line_tool
- standard: kubernetes/set_up_your_clusters
- standard: hello_world/deploy_the_frontend_and_backend
- standard: kubernetes/create_your_sites
- standard: kubernetes/link_your_sites
- title: Fail on demand
commands:
west:
- run: "if [ -n \"${SKEWER_FAIL}\" ]; then expr 1 / 0; fi"
- title: Fail expectedly
commands:
west:
- run: "expr 1 / 0"
expect_failure: true
- standard: hello_world/expose_the_backend
- standard: hello_world/access_the_frontend
- standard: hello_world/cleaning_up
preamble: |
@default@
And more!
summary: |
@default@
More summary
next_steps: |
@default@
More steps