Skip to content

Commit d2d7501

Browse files
lucasvaltlroboquat
authored andcommitted
Added requirements to KOTS installation
1 parent d6a7170 commit d2d7501

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

install/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ Download the licenses below:
3232

3333
#### Existing Cluster
3434

35-
```shell
36-
curl https://kots.io/install | bash
37-
kubectl kots install gitpod
38-
```
35+
1. Ensure you meet all of the requirements listed [here](https://www.gitpod.io/docs/self-hosted/latest/requirements)
36+
2. Additionally, you will need to have `cert-manager` installed in your existing Kubernetes cluster. If not installed already, instructions on how to do so can be found [here](https://cert-manager.io/docs/installation/)
37+
3. Then run:
38+
39+
```shell
40+
curl https://kots.io/install | bash
41+
kubectl kots install gitpod
42+
```
3943

4044
For detailed instructions on the KOTS CLI, please see the [Replicated docs](https://docs.replicated.com/reference/kots-cli-getting-started).
4145

0 commit comments

Comments
 (0)