From 272b6655eb10abe26c0a07bbcfb618021fa7c035 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Tue, 17 Mar 2026 17:31:30 +0000 Subject: [PATCH] docs: remove manual install sections from README Only the ArtifactHub/Plugin Manager installation path is supported. Removed manual Helm-based and kubectl-based install sections. Co-Authored-By: Paperclip --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index 0ce5189..aa04c51 100644 --- a/README.md +++ b/README.md @@ -15,29 +15,7 @@ A [Headlamp](https://headlamp.dev/) plugin providing visibility into [kube-vip]( ## Installation -### Plugin Manager (Headlamp UI) - -Search for `kube-vip` in the Headlamp Plugin Manager. - -### Manual - -```bash -# Download the latest release tarball -curl -LO https://github.com/privilegedescalation/headlamp-kube-vip-plugin/releases/latest/download/kube-vip-*.tar.gz - -# Extract to Headlamp plugins directory -mkdir -p ~/.config/Headlamp/plugins -tar -xzf kube-vip-*.tar.gz -C ~/.config/Headlamp/plugins/ -``` - -### From Source - -```bash -git clone https://github.com/privilegedescalation/headlamp-kube-vip-plugin.git -cd headlamp-kube-vip-plugin -npm install -npm run build -``` +Search for `kube-vip` in the Headlamp Plugin Manager (Settings → Plugins → Catalog). ## Requirements -- 2.52.0