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 <noreply@paperclip.ing>
This commit is contained in:
Gandalf the Greybeard
2026-03-17 17:31:30 +00:00
parent 06c0a69357
commit 272b6655eb
+1 -23
View File
@@ -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