Skip to content

Commit

Permalink
Docs: Drop edge tag from container
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 26, 2024
1 parent 7eaf35f commit fab9824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ run the `icinga/icinga-kubernetes` image using a container runtime of you choice

```bash
export KUBECONFIG=$HOME/.kube/config
export ICINGA_KUBERNETES_CONFIG=config.yml
docker run --rm -v $ICINGA_KUBERNETES_CONFIG:/config.yml -v $KUBECONFIG:/.kube/config icinga/icinga-kubernetes:edge
export ICINGA_KUBERNETES_CONFIG=./config.yml
docker run --rm -v $ICINGA_KUBERNETES_CONFIG:/config.yml -v $KUBECONFIG:/.kube/config icinga/icinga-kubernetes
```

#### From Source
Expand Down

0 comments on commit fab9824

Please sign in to comment.