8 lines
205 B
Markdown
8 lines
205 B
Markdown
helm repo add metallb https://metallb.github.io/metallb
|
|
helm repo update
|
|
helm search repo metallb
|
|
helm dependency build charts/metallb
|
|
|
|
|
|
helm upgrade --install metallb charts/metallb -n kube-system --wait
|