|
1 | 1 | <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). |
3 | 5 |
|
4 | 6 | Before you can create a site on Kubernetes, you must install the Skupper controller. |
5 | 7 | You can install the controller using the following methods: |
@@ -41,26 +43,6 @@ Install a namespace-scoped controller using the following commands: |
41 | 43 | kubectl apply -f https://github.com/skupperproject/skupper/releases/download/{{skupper_cli_version}}/skupper-namespace-scope.yaml |
42 | 44 | ``` |
43 | 45 |
|
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 | 46 |
|
65 | 47 | <a id="kube-installing-controller-helm"></a> |
66 | 48 | ## Installing the Skupper controller using Helm |
@@ -120,3 +102,28 @@ To install a namespace-scoped controller, add the `--set scope=namespace` option |
120 | 102 | 4. Select the latest **Version**. |
121 | 103 | 5. Click **Install**. |
122 | 104 | --> |
| 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