We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9278270 commit 0cc7c7bCopy full SHA for 0cc7c7b
2 files changed
input/install/index.md
@@ -41,8 +41,24 @@ Install a namespace-scoped controller using the following commands:
41
kubectl apply -f https://github.com/skupperproject/skupper/releases/download/{{skupper_cli_version}}/skupper-namespace-scope.yaml
42
```
43
44
+<a id="installing-cli"></a>
45
+## Installing the Skupper CLI
46
47
48
+You can use the Skupper CLI with Kubernetes or on local systems (Podman, Docker, Linux).
49
+
50
+On local systems, the CLI is all you require to create a site.
51
52
+**Procedure**
53
54
55
+To download the latest release:
56
57
+```bash
58
+curl https://skupper.io/v2/install.sh | sh
59
+```
60
61
+To download a specific version, download from [Releases](https://github.com/skupperproject/skupper/releases) page.
62
63
64
skupper-docs
0 commit comments