k3s安装metaLB的方法

参考官网:https://metallb.universe.tf/installation/

helm

kubectl create ns metallb-system
helm repo add metallb https://metallb.github.io/metallb
helm install -n metallb-system metallb metallb/metallb


kubectl get pod -n metallb-system