Skip to content

Commit

Permalink
docs: cleanup single manifest installation
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Jul 15, 2024
1 parent 323ac75 commit 58540b5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/content/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,7 @@ Thanks for giving Capsule a try.

Make sure you have access to a Kubernetes cluster as administrator.

There are two ways to install Capsule:

* Use the [single YAML file installer](https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml)
* Use the [Capsule Helm Chart](https://github.com/projectcapsule/capsule/blob/master/charts/capsule/README.md)

### Install with the single YAML file installer

Ensure you have `kubectl` installed in your `PATH`. Clone this repository and move to the repo folder:

```
$ kubectl apply -f https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml
```

It will install the Capsule controller in a dedicated namespace `capsule-system`.
You can use the [Capsule Helm Chart](https://github.com/projectcapsule/capsule/blob/master/charts/capsule/README.md) to install Capsule.

### Install with Helm Chart

Expand Down

0 comments on commit 58540b5

Please sign in to comment.