Skip to content

Commit e030a4e

Browse files
committed
Updated steps
1 parent 5ad512e commit e030a4e

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ across cloud providers, data centers, and edge sites.
2020
* [Step 1: Access your Kubernetes clusters](#step-1-access-your-kubernetes-clusters)
2121
* [Step 2: Install Skupper on your Kubernetes clusters](#step-2-install-skupper-on-your-kubernetes-clusters)
2222
* [Step 3: Create your Kubernetes namespaces](#step-3-create-your-kubernetes-namespaces)
23-
* [Step 4: Create your sites](#step-4-create-your-sites)
24-
* [Step 5: Link your sites](#step-5-link-your-sites)
25-
* [Step 6: Set up the demo](#step-6-set-up-the-demo)
23+
* [Step 4: Set up the demo](#step-4-set-up-the-demo)
24+
* [Step 5: Create your sites](#step-5-create-your-sites)
25+
* [Step 6: Link your sites](#step-6-link-your-sites)
2626
* [Step 7: Deploy the PostgreSQL service](#step-7-deploy-the-postgresql-service)
2727
* [Step 8: Expose the PostgreSQL on the Virtual Application Network](#step-8-expose-the-postgresql-on-the-virtual-application-network)
2828
* [Step 9: Making the PostgreSQL database accessible to the public sites](#step-9-making-the-postgresql-database-accessible-to-the-public-sites)
@@ -158,7 +158,20 @@ kubectl create namespace private1
158158
kubectl config set-context --current --namespace private1
159159
~~~
160160

161-
## Step 4: Create your sites
161+
## Step 4: Set up the demo
162+
163+
On your local machine, make a directory for this tutorial and clone the example repo:
164+
165+
_**Public 1 cluster:**_
166+
167+
~~~ shell
168+
cd ~/
169+
mkdir pg-demo
170+
cd pg-demo
171+
git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
172+
~~~
173+
174+
## Step 5: Create your sites
162175

163176
A Skupper _Site_ is a location where your application workloads
164177
are running. Sites are linked together to form a network for your
@@ -195,7 +208,7 @@ _**Private 1 cluster:**_
195208
kubectl apply -f ~/pg-demo/skupper-example-postgresql/kubernetes/private1/site.yaml
196209
~~~
197210

198-
## Step 5: Link your sites
211+
## Step 6: Link your sites
199212

200213
A Skupper _link_ is a channel for communication between two sites.
201214
Links serve as a transport for application connections and
@@ -258,19 +271,6 @@ to use `scp` or a similar tool to transfer the token securely. By
258271
default, tokens expire after a single use or 15 minutes after
259272
being issued.
260273

261-
## Step 6: Set up the demo
262-
263-
On your local machine, make a directory for this tutorial and clone the example repo:
264-
265-
_**Public 1 cluster:**_
266-
267-
~~~ shell
268-
cd ~/
269-
mkdir pg-demo
270-
cd pg-demo
271-
git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
272-
~~~
273-
274274
## Step 7: Deploy the PostgreSQL service
275275

276276
After creating the application router network, deploy the PostgreSQL service.

skewer.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ steps:
3939
- standard: platform/access_your_kubernetes_clusters
4040
- standard: platform/install_skupper_on_your_kubernetes_clusters
4141
- standard: platform/create_your_kubernetes_namespaces
42+
- title: Set up the demo
43+
preamble: |
44+
On your local machine, make a directory for this tutorial and clone the example repo:
45+
commands:
46+
public1:
47+
- run: |
48+
cd ~/
49+
mkdir pg-demo
50+
cd pg-demo
51+
git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
4252
- title: Create your sites
4353
preamble: |
4454
A Skupper _Site_ is a location where your application workloads
@@ -106,16 +116,6 @@ steps:
106116
to use `scp` or a similar tool to transfer the token securely. By
107117
default, tokens expire after a single use or 15 minutes after
108118
being issued.
109-
- title: Set up the demo
110-
preamble: |
111-
On your local machine, make a directory for this tutorial and clone the example repo:
112-
commands:
113-
public1:
114-
- run: |
115-
cd ~/
116-
mkdir pg-demo
117-
cd pg-demo
118-
git clone -b v2 https://github.com/skupperproject/skupper-example-postgresql.git
119119
- title: Deploy the PostgreSQL service
120120
preamble: |
121121
After creating the application router network, deploy the PostgreSQL service.

0 commit comments

Comments
 (0)