From be7b2642fca8101f22940990f5ce9c59982c86c4 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Tue, 25 Oct 2022 16:58:01 +0100 Subject: [PATCH] Add helm version requirement notes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfc403..bc442f1 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ To uninstall, run: 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 -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: