kubernetes: updated README for kube-vip

This commit is contained in:
2025-06-28 11:20:16 +03:00
parent 36a6187783
commit 6a9aefa02d
2 changed files with 69 additions and 15 deletions

View File

@ -143,19 +143,6 @@ export MASTER1_IP=<ip>
curl -sfL https://get.k3s.io | K3S_URL=https://${MASTER1_IP}:6443 K3S_TOKEN=${TOKEN} sh -
```
#### MetalLB Load Balancer Setup
```bash
# Install MetalLB
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.7/config/manifests/metallb-native.yaml
# Verify installation
kubectl get pods -n metallb-system
# Apply configuration
kubectl apply -f /home/taqi/homeserver/k3s-infra/metallb/metallbConfig.yaml
```
**Quick Test:**
```bash