Configure bgp peering with border routers of dc

This commit is contained in:
Smaine Kahlouch
2015-10-15 09:40:02 +02:00
parent f1647d621e
commit af5e35e938
5 changed files with 74 additions and 34 deletions

View File

@@ -31,6 +31,11 @@
# room for 4096 nodes with 254 pods per node.
# overlay_network_host_prefix: 24
# With calico it is possible to distributed routes with border routers of the datacenter.
# peer_with_router: false
# Warning : enabling router peering will disable calico's default behavior ('node mesh').
# The subnets of each nodes will be distributed by the datacenter router
# Internal DNS configuration.
# Kubernetes can create and mainatain its own DNS server to resolve service names
# into appropriate IP addresses. It's highly advisable to run such DNS server,