++calico bgp configuration for c1.k8s.ooo
This commit is contained in:
parent
b42b9d73a2
commit
3374e6efc7
1 changed files with 29 additions and 0 deletions
29
k8s/c1/calico-bgp.yaml
Normal file
29
k8s/c1/calico-bgp.yaml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPConfiguration
|
||||||
|
metadata:
|
||||||
|
name: default
|
||||||
|
spec:
|
||||||
|
logSeverityScreen: Info
|
||||||
|
nodeToNodeMeshEnabled: true
|
||||||
|
asNumber: 65534
|
||||||
|
serviceClusterIPs:
|
||||||
|
- cidr: 2a0a:e5c0:2:f::/108
|
||||||
|
serviceExternalIPs:
|
||||||
|
- cidr: 2a0a:e5c0:2:f::/108
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPPeer
|
||||||
|
metadata:
|
||||||
|
name: router1-place6
|
||||||
|
spec:
|
||||||
|
peerIP: 2a0a:e5c0:2:11::5
|
||||||
|
asNumber: 207996
|
||||||
|
---
|
||||||
|
apiVersion: projectcalico.org/v3
|
||||||
|
kind: BGPPeer
|
||||||
|
metadata:
|
||||||
|
name: router2-place6
|
||||||
|
spec:
|
||||||
|
peerIP: 2a0a:e5c0:2:11::6
|
||||||
|
asNumber: 207996
|
Loading…
Reference in a new issue