Skip to content

Commit

Permalink
Update A side evpnrs use case
Browse files Browse the repository at this point in the history
  • Loading branch information
jrokeach committed Nov 2, 2023
1 parent 28b4477 commit 0d94cce
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 235 deletions.
10 changes: 5 additions & 5 deletions examples/load-balanced-route-servers/bgppeer-global.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: metallb.io/v1beta2
kind: BGPPeer
metadata:
name: asn100-global-lo100
name: global-lo1
namespace: metallb
spec:
myASN: 65000
peerASN: 100
peerAddress: 10.0.0.0

myASN: 4259840003
peerASN: 4259840002
peerAddress: 192.168.255.0
ebgpMultiHop: True
44 changes: 22 additions & 22 deletions examples/load-balanced-route-servers/meshrr-core.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ spec:
protocol: TCP
targetPort: bgp
selector:
app: routeserver
app: meshrr-evpnrs
type: ClusterIP
---
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: routeserver-mgt
namespace: metallb
spec:
addresses:
- 192.168.18.0/24
autoAssign: false
---
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: routeserver-mgt
namespace: metallb
spec:
ipAddressPools:
- routeserver-mgt
interfaces:
- ens3
# ---
# apiVersion: metallb.io/v1beta1
# kind: IPAddressPool
# metadata:
# name: routeserver-mgt
# namespace: metallb
# spec:
# addresses:
# - 192.168.18.0/24
# autoAssign: false
# ---
# apiVersion: metallb.io/v1beta1
# kind: L2Advertisement
# metadata:
# name: routeserver-mgt
# namespace: metallb
# spec:
# ipAddressPools:
# - routeserver-mgt
# interfaces:
# - ens3
208 changes: 0 additions & 208 deletions examples/load-balanced-route-servers/routeserver-1-a.ss.yml

This file was deleted.

Loading

0 comments on commit 0d94cce

Please sign in to comment.