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:
|
||||
ip_range:
|
||||
- 172.18.113.167-172.18.113.169
|
||||
- 192.0.1.0-192.0.1.254
|
||||
auto_assign: true
|
||||
|
||||
pool1:
|
||||
ip_range:
|
||||
- 172.18.113.20-172.18.113.39
|
||||
- 172.18.113.120-172.18.113.139
|
||||
- 192.0.2.1-192.0.2.1
|
||||
auto_assign: false # When set to false, you need to explicitly set the loadBalancerIP in the service!
|
||||
|
||||
pool2:
|
||||
ip_range:
|
||||
- 172.18.113.40-172.18.113.59
|
||||
- 172.18.113.140-172.18.113.159
|
||||
- 192.0.2.2-192.0.2.2
|
||||
auto_assign: false
|
||||
```
|
||||
|
||||
|
@ -96,7 +94,7 @@ metallb_config:
|
|||
|
||||
metallb_peers:
|
||||
|
||||
JRITEST:
|
||||
peer1:
|
||||
peer_address: 192.0.2.1
|
||||
peer_asn: 64512
|
||||
my_asn: 4200000000
|
||||
|
@ -115,7 +113,7 @@ metallb_config:
|
|||
# (optional) Password for TCPMD5 authenticated BGP sessions offered by some peers.
|
||||
password: "changeme"
|
||||
|
||||
JRITEST2:
|
||||
peer2:
|
||||
peer_address: 192.0.2.2
|
||||
peer_asn: 64513
|
||||
my_asn: 4200000000
|
||||
|
|
Loading…
Reference in a new issue