Skip to content

Commit b34e382

Browse files
committed
update
1 parent 0cc7c7b commit b34e382

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

input/install/index.md

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<a id="kube-installing-controller"></a>
2-
# Installing the Skupper controller on Kubernetes
2+
# Installing the Skupper controller
3+
4+
If you are using Skupper on local systems (Podman, Docker, Linux), you must [install the CLI](#installing-cli).
35

46
Before you can create a site on Kubernetes, you must install the Skupper controller.
57
You can install the controller using the following methods:
@@ -41,26 +43,6 @@ Install a namespace-scoped controller using the following commands:
4143
kubectl apply -f https://github.com/skupperproject/skupper/releases/download/{{skupper_cli_version}}/skupper-namespace-scope.yaml
4244
```
4345

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-
6446

6547
<a id="kube-installing-controller-helm"></a>
6648
## Installing the Skupper controller using Helm
@@ -120,3 +102,28 @@ To install a namespace-scoped controller, add the `--set scope=namespace` option
120102
4. Select the latest **Version**.
121103
5. Click **Install**.
122104
-->
105+
106+
<a id="installing-cli"></a>
107+
## Installing the Skupper CLI
108+
109+
110+
You can use the Skupper CLI with Kubernetes or on local systems (Podman, Docker, Linux).
111+
112+
On local systems, the CLI is all you require to create a site.
113+
114+
**Procedure**
115+
116+
To download the latest release:
117+
118+
```bash
119+
curl https://skupper.io/v2/install.sh | sh
120+
```
121+
122+
To download a specific version, download from [Releases](https://github.com/skupperproject/skupper/releases) page.
123+
124+
125+
On local systems, you can install the controller using:
126+
127+
```bash
128+
skupper system install -p [podman, docker, linux]
129+
```

0 commit comments

Comments
 (0)