Skip to content

Commit

Permalink
Fix the CI job and update the install URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Dec 19, 2024
1 parent d2ef3d9 commit e5f8671
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,32 +272,34 @@ Steps for primary Skupper operations:

~~~
skupper/create_your_sites/kubernetes_cli
skupper/create_your_sites/kubernetes_yaml
skupper/create_your_sites/podman_cli
skupper/create_your_sites/podman_yaml
skupper/link_your_sites/kubernetes_cli
skupper/link_your_sites/kubernetes_yaml
skupper/link_your_sites/podman_cli
skupper/link_your_sites/podman_yaml
skupper/cleaning_up/kubernetes_cli
skupper/cleaning_up/kubernetes_yaml
skupper/cleaning_up/podman_cli
skupper/cleaning_up/podman_yaml
~~~

<!-- skupper/create_your_sites/kubernetes_yaml -->
<!-- skupper/create_your_sites/podman_yaml -->
<!-- skupper/link_your_sites/kubernetes_yaml -->
<!-- skupper/link_your_sites/podman_yaml -->
<!-- skupper/cleaning_up/kubernetes_yaml -->
<!-- skupper/cleaning_up/podman_yaml -->

Steps specific to the Hello World application:

~~~
hello_world/deploy_the_frontend_and_backend/kubernetes_cli
hello_world/deploy_the_frontend_and_backend/kubernetes_yaml
hello_world/expose_the_backend_service/kubernetes_cli
hello_world/expose_the_backend_service/kubernetes_yaml
hello_world/access_the_frontend_service/kubernetes_cli
hello_world/access_the_frontend_service/kubernetes_yaml
hello_world/cleaning_up/kubernetes_cli
hello_world/cleaning_up/kubernetes_yaml
~~~

<!-- hello_world/deploy_the_frontend_and_backend/kubernetes_yaml -->
<!-- hello_world/expose_the_backend_service/kubernetes_yaml -->
<!-- hello_world/access_the_frontend_service/kubernetes_yaml -->
<!-- hello_world/cleaning_up/kubernetes_yaml -->

Some of the steps have a suffix indicating their target platform and
interface: `kubernetes_cli`, `kubernetes_yaml`, `podman_cli`, and
`podman_yaml`.
Expand Down
2 changes: 1 addition & 1 deletion config/.github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
skupper-version: [latest, main]
skupper-version: [2.0.0-preview-2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@ installation YAML to install the CRDs and controller.
_**West:**_

~~~ shell
kubectl apply -f https://github.com/skupperproject/skupper/releases/download/2.0.0-preview-2/skupper-setup-cluster-scope.yaml
kubectl apply -f https://skupper.io/v2/install.yaml
~~~

_**East:**_

~~~ shell
kubectl apply -f https://github.com/skupperproject/skupper/releases/download/2.0.0-preview-2/skupper-setup-cluster-scope.yaml
kubectl apply -f https://skupper.io/v2/install.yaml
~~~

## Step 5: Create your sites
Expand Down
3 changes: 1 addition & 2 deletions python/skewer/standardsteps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ platform/install_skupper_on_your_kubernetes_clusters:
installation YAML to install the CRDs and controller.
commands:
"*":
# - run: kubectl apply -f https://skupper.io/v2/install.yaml
- run: kubectl apply -f https://github.com/skupperproject/skupper/releases/download/2.0.0-preview-2/skupper-setup-cluster-scope.yaml
- run: kubectl apply -f https://skupper.io/v2/install.yaml
platform/install_skupper_on_your_kubernetes_cluster:
old_name: kubernetes/install_skupper_on_your_cluster
title: Install Skupper on your Kubernetes cluster
Expand Down

0 comments on commit e5f8671

Please sign in to comment.