Add helm version requirement notes

This commit is contained in:
Andrei Pohilko
2022-10-25 16:58:01 +01:00
parent 997f951d0c
commit be7b2642fc

View File

@@ -42,9 +42,11 @@ To uninstall, run:
helm plugin uninstall dashboard helm plugin uninstall dashboard
``` ```
Note: In case standard Helm plugin way did not work for you, you can just download the appropriate [release package](https://github.com/komodorio/helm-dashboard/releases) for your platform, unpack it and just run `dashboard` binary from it.
## Running ## Running
To use the plugin, your machine needs to have working `helm` and also `kubectl` commands. To use the plugin, your machine needs to have working `helm` and also `kubectl` commands. Helm version 3.4.0+ is required.
After installing, start the UI by running: After installing, start the UI by running: