Skip to content

Commit

Permalink
Disable kubespray calico mods
Browse files Browse the repository at this point in the history
It seems like kubespray with BGP is somewhat broken. Instead going to
apply manifest myself. For now

Signed-off-by: anthr76 <[email protected]>
  • Loading branch information
anthr76 committed Nov 19, 2020
1 parent b70aba4 commit df1ea43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/inventory/group_vars/k8s-cluster/k8s-net-calico.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## With calico it is possible to distributed routes with border routers of the datacenter.
## Warning : enabling router peering will disable calico's default behavior ('node mesh').
## The subnets of each nodes will be distributed by the datacenter router
peer_with_router: true
#peer_with_router: true

# Enables Internet connectivity from containers
# nat_outgoing: true
Expand All @@ -18,7 +18,7 @@ peer_with_router: true
# calico_pool_cidr: 1.2.3.4/5

# Global as_num (/calico/bgp/v1/global/as_num)
global_as_num: "63400"
#global_as_num: "63400"

# You can set MTU value here. If left undefined or empty, it will
# not be specified in calico CNI config, so Calico will use built-in
Expand Down Expand Up @@ -81,6 +81,6 @@ global_as_num: "63400"
#calico_policy_image_repo: "{{ quay_image_repo }}/calico/kube-controllers"
#calico_typha_image_repo: "{{ quay_image_repo }}/calico/typha"

peers:
- router_id: "192.168.0.1"
as: "64512"
#peers:
# - router_id: "192.168.0.1"
# as: "64512"

0 comments on commit df1ea43

Please sign in to comment.