From 9d6a97222c69077b1e3aee644e388f060ea7904f Mon Sep 17 00:00:00 2001 From: Thomas Schuetz Date: Wed, 27 Mar 2024 18:32:09 +0100 Subject: [PATCH] docs: add glasskube as an alternative installation method Signed-off-by: Thomas Schuetz --- docs/docs/installation/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/installation/index.md b/docs/docs/installation/index.md index 622978680f..9941953445 100644 --- a/docs/docs/installation/index.md +++ b/docs/docs/installation/index.md @@ -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,