Skip to content

Commit

Permalink
Add alternative installation to getting started page
Browse files Browse the repository at this point in the history
Signed-off-by: jakepage91 <[email protected]>
  • Loading branch information
jakepage91 committed Aug 1, 2024
1 parent 8dbd6e0 commit 715dfec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,23 @@ This installation can be expanded to install multiple Discovery Handlers and/or
See [modifying an Akri Installation](customizing-an-akri-installation.md) to learn about how to use Akri's Helm chart to install additional Configurations and Discovery Handlers.

### Alternative installation method via Glasskube

To install Akri using [Glasskube](https://glasskube.dev/), you can select "Akri" from the "ClusterPackages" tab in the Glasskube GUI, choose your Kubernetes distrubtion and toggle whether you want to use the latest containers of the Akri components or not, then click "install" or you can run the following command:
```
glasskube install akri
```
Example with value definitions:
```
glasskube install akri --value=containerRuntimeSocket='' --value=useLatestContainers="True"
```
Enables Akri installation on Minikube or Kubernetes and uses the latest containers of the Akri components.

Uninstall command:
```
glasskube uninstall akri
```

### Inspecting an Akri Installation

* Run `kubectl get crd`, and you should see Akri's two CRDs listed.
Expand Down

0 comments on commit 715dfec

Please sign in to comment.