Update docs a bit
This commit is contained in:
parent
c2ff8b6864
commit
80531a0a1e
1 changed files with 5 additions and 7 deletions
|
@ -49,19 +49,17 @@ metallb_config:
|
||||||
|
|
||||||
primary:
|
primary:
|
||||||
ip_range:
|
ip_range:
|
||||||
- 172.18.113.167-172.18.113.169
|
- 192.0.1.0-192.0.1.254
|
||||||
auto_assign: true
|
auto_assign: true
|
||||||
|
|
||||||
pool1:
|
pool1:
|
||||||
ip_range:
|
ip_range:
|
||||||
- 172.18.113.20-172.18.113.39
|
- 192.0.2.1-192.0.2.1
|
||||||
- 172.18.113.120-172.18.113.139
|
|
||||||
auto_assign: false # When set to false, you need to explicitly set the loadBalancerIP in the service!
|
auto_assign: false # When set to false, you need to explicitly set the loadBalancerIP in the service!
|
||||||
|
|
||||||
pool2:
|
pool2:
|
||||||
ip_range:
|
ip_range:
|
||||||
- 172.18.113.40-172.18.113.59
|
- 192.0.2.2-192.0.2.2
|
||||||
- 172.18.113.140-172.18.113.159
|
|
||||||
auto_assign: false
|
auto_assign: false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -96,7 +94,7 @@ metallb_config:
|
||||||
|
|
||||||
metallb_peers:
|
metallb_peers:
|
||||||
|
|
||||||
JRITEST:
|
peer1:
|
||||||
peer_address: 192.0.2.1
|
peer_address: 192.0.2.1
|
||||||
peer_asn: 64512
|
peer_asn: 64512
|
||||||
my_asn: 4200000000
|
my_asn: 4200000000
|
||||||
|
@ -115,7 +113,7 @@ metallb_config:
|
||||||
# (optional) Password for TCPMD5 authenticated BGP sessions offered by some peers.
|
# (optional) Password for TCPMD5 authenticated BGP sessions offered by some peers.
|
||||||
password: "changeme"
|
password: "changeme"
|
||||||
|
|
||||||
JRITEST2:
|
peer2:
|
||||||
peer_address: 192.0.2.2
|
peer_address: 192.0.2.2
|
||||||
peer_asn: 64513
|
peer_asn: 64513
|
||||||
my_asn: 4200000000
|
my_asn: 4200000000
|
||||||
|
|
Loading…
Reference in a new issue