Skip to content

Commit 3978c90

Browse files
authored
Merge pull request #112 from jakepage91/add-glasskube-installation-steps
docs: added installation steps for k8sgpt via Glasskube
2 parents df8cb7b + a8bfa2a commit 3978c90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/getting-started/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@ services:
140140
K8sGPT can be installed as an Operator inside the cluster.
141141
For further information, see the [K8sGPT Operator](in-cluster-operator.md) documentation.
142142

143+
## Installing the K8sGPT Operator via Glasskube
144+
145+
[Glasskube](https://glasskube.dev/) is a Kubernetes package manager that simplifies the installation process of the k8sgpt-operator and automatically ensures it stays up-to-date with the latest version. For detailed instructions on installing Glasskube, refer to the [Glasskube Installation](https://glasskube.dev/docs/getting-started/install/).
146+
147+
Install k8sgpt via the CLI:
148+
```
149+
glasskube install k8sgpt-operator --value "openaiApiKey=<openApiKeyValue>"
150+
```
151+
Alternatively, configure the package via the Glasskube UI, where you can easily customize the operator to anonymize data, choose the output language, and define the OpenAI API key seamlessly.
152+
143153
## Upgrading the brew installation
144154

145155
To upgrade the K8sGPT brew installation run the following command:

0 commit comments

Comments
 (0)