Skip to content

Commit

Permalink
docs: add glasskube as an alternative installation method (#3362)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: odubajDT <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 5092e91 commit b75a004
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,25 @@ Some helpful hints:

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

### Alternative installation methods

#### Install Keptn via Glasskube

[Glasskube](https://glasskube.dev/)
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 on 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 b75a004

Please sign in to comment.