Skip to content

Added requirements to KOTS installation #9125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@ Download the licenses below:

#### Existing Cluster

```shell
curl https://kots.io/install | bash
kubectl kots install gitpod
```
1. Ensure you meet all of the requirements listed [here](https://www.gitpod.io/docs/self-hosted/latest/requirements)
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/)
3. Then run:

```shell
curl https://kots.io/install | bash
kubectl kots install gitpod
```

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

Expand Down