Skip to content

Commit

Permalink
Correct the private site title
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Mar 7, 2024
1 parent 0caea4f commit 710c0f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ kubectl create namespace public
kubectl config set-context --current --namespace public
~~~

_**Public:**_
_**Private:**_

~~~ shell
export KUBECONFIG=~/.kube/config-private
Expand All @@ -147,7 +147,7 @@ _**Public:**_
kubectl create deployment frontend --image quay.io/skupper/hello-world-frontend
~~~

_**Public:**_
_**Private:**_

~~~ shell
kubectl create deployment backend --image quay.io/skupper/hello-world-backend --replicas 3
Expand Down Expand Up @@ -188,7 +188,7 @@ $ skupper status
Skupper is enabled for namespace "public". It is not connected to any other sites. It has no exposed services.
~~~

_**Public:**_
_**Private:**_

~~~ shell
skupper init
Expand Down Expand Up @@ -230,7 +230,7 @@ token can link to your site. Make sure that only those you trust
have access to it.

First, use `skupper token create` in site Public to generate the
token. Then, use `skupper link create` in site Public to link
token. Then, use `skupper link create` in site Private to link
the sites.

_**Public:**_
Expand All @@ -246,7 +246,7 @@ $ skupper token create ~/secret.token
Token written to ~/secret.token
~~~

_**Public:**_
_**Private:**_

~~~ shell
skupper link create ~/secret.token
Expand All @@ -272,10 +272,10 @@ services are exposed on it. Skupper uses the `skupper expose`
command to select a service from one site for exposure in all the
linked sites.

Use `skupper expose` to expose the backend service in Public to
Use `skupper expose` to expose the backend service in Private to
the frontend in Public.

_**Public:**_
_**Private:**_

~~~ shell
skupper expose deployment/backend --port 8080
Expand Down Expand Up @@ -344,7 +344,7 @@ kubectl delete service/frontend
kubectl delete deployment/frontend
~~~

_**Public:**_
_**Private:**_

~~~ shell
skupper delete
Expand Down
2 changes: 1 addition & 1 deletion skewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sites:
env:
KUBECONFIG: ~/.kube/config-public
private:
title: Public
title: Private
platform: kubernetes
namespace: private
env:
Expand Down

0 comments on commit 710c0f9

Please sign in to comment.