mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-10 04:29:24 -02:30
move calico options from all.yml to k8s-cluster/k8s-net-calico.yml
This commit is contained in:
@@ -38,11 +38,6 @@ bin_dir: /usr/local/bin
|
|||||||
## modules.
|
## modules.
|
||||||
#kubelet_load_modules: false
|
#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 used by dnsmasq
|
||||||
#upstream_dns_servers:
|
#upstream_dns_servers:
|
||||||
# - 8.8.8.8
|
# - 8.8.8.8
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# see roles/network_plugin/calico/defaults/main.yml
|
# 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
|
# Enables Internet connectivity from containers
|
||||||
# nat_outgoing: true
|
# nat_outgoing: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user