Browse Source

move calico options from all.yml to k8s-cluster/k8s-net-calico.yml

pull/3337/head
Sergey Bondarev 6 years ago
parent
commit
e766dd5582
2 changed files with 5 additions and 5 deletions
  1. 5
      inventory/sample/group_vars/all/all.yml
  2. 5
      inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml

5
inventory/sample/group_vars/all/all.yml

@ -38,11 +38,6 @@ bin_dir: /usr/local/bin
## modules.
#kubelet_load_modules: false
## 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: false
## Upstream dns servers used by dnsmasq
#upstream_dns_servers:
# - 8.8.8.8

5
inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml

@ -1,5 +1,10 @@
# see roles/network_plugin/calico/defaults/main.yml
## 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: false
# Enables Internet connectivity from containers
# nat_outgoing: true

Loading…
Cancel
Save