|
|
6 月之前 | |
|---|---|---|
| README.md | 6 月之前 | |
| metallb-anuncio.yaml | 6 月之前 | |
| metallb-config.yaml | 6 月之前 |
Las instrucciones las cogí de aquí
helm repo add metallb https://metallb.github.io/metallb
helm --namespace metallb-system \
install --create-namespace \
metallb metallb/metallb
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: prod-pool
namespace: metallb-system
spec:
addresses:
- 192.168.10.0/24
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: simplel2
namespace: metallb-system