Skip to content

Commit

Permalink
add info about longhorn dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jan 20, 2025
1 parent b39f56b commit 714a9cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k3s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,14 @@ sed -i -e "s/storageclass.kubernetes.io\/is-default-class: \"true\"/storageclass
```


Now, on your client, start the longhorn UI with
```bash
kubectl port-forward -n longhorn-system svc/longhorn-frontend 8080:80 &
```

and then visualize it by visiting http://localhost:8080


## What is your hostname ?

Single node: easy
Expand Down

0 comments on commit 714a9cc

Please sign in to comment.