-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move standard text blocks to their own file
- Loading branch information
Showing
2 changed files
with
36 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
example_suite_para: | | ||
This example is part of a [suite of examples][examples] showing the | ||
different ways you can use [Skupper][website] to connect services | ||
across cloud providers, data centers, and edge sites. | ||
[website]: https://skupper.io/ | ||
[examples]: https://skupper.io/examples/index.html | ||
prerequisites: | | ||
* The `kubectl` command-line tool, version 1.15 or later | ||
([installation guide][install-kubectl]) | ||
* Access to at least one Kubernetes cluster, from [any provider you | ||
choose][kube-providers] | ||
[install-kubectl]: https://kubernetes.io/docs/tasks/tools/install-kubectl/ | ||
[kube-providers]: https://skupper.io/start/kubernetes.html | ||
next_steps: | | ||
Check out the other [examples][examples] on the Skupper website. | ||
about_this_example: | | ||
This example was produced using [Skewer][skewer], a library for | ||
documenting and testing Skupper examples. | ||
[skewer]: https://github.com/skupperproject/skewer | ||
Skewer provides utility functions for generating the README and | ||
running the example steps. Use the `./plano` command in the project | ||
root to see what is available. | ||
To quickly stand up the example using Minikube, try the `./plano demo` | ||
command. |