Skip to content

Commit

Permalink
docs: add glasskube as an alternative installation method
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
  • Loading branch information
thschue committed Mar 27, 2024
1 parent 7cc1622 commit 9d6a972
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,19 @@ Some helpful hints:

The output shows all Keptn components that are running on your cluster.

### Alternative installation methods

#### Install Keptn via Glasskube
Glasskube is a package manager for Keptn that simplifies the installation process and can be used to automatically upgrade Keptn to the latest version. For more information how to install Glasskube, see [Glasskube Installation](https://glasskube.dev/docs/getting-started/install/).

To install Keptn via Glasskube after Glasskube is installed, run the following command:

``` shell
glasskube install keptn
```

After that, keptn is installed on your cluster and will be automatically upgraded to the latest version.

## Keptn Helm configuration

The Keptn configuration is controlled by a set of Helm value files,
Expand Down

0 comments on commit 9d6a972

Please sign in to comment.