File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,24 @@ Install a namespace-scoped controller using the following commands:
41
41
kubectl apply -f https://github.com/skupperproject/skupper/releases/download/{{skupper_cli_version}}/skupper-namespace-scope.yaml
42
42
```
43
43
44
+ <a id =" installing-cli " ></a >
45
+ ## Installing the Skupper CLI
44
46
45
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.
46
62
47
63
48
64
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments