Merge pull request #3254 from mattymo/calico_upgrade_tweaks

Fix backward compatibility with calico 2.6
This commit is contained in:
k8s-ci-robot
2018-09-06 06:20:52 -07:00
committed by GitHub
5 changed files with 50 additions and 3 deletions

View File

@@ -100,6 +100,9 @@ kube_network_plugin: calico
# Determines if calico-rr group exists
peer_with_calico_rr: "{{ 'calico-rr' in groups and groups['calico-rr']|length > 0 }}"
# Set to false to disable calico-upgrade
calico_upgrade_enabled: true
# Kubernetes internal network for services, unused block of space.
kube_service_addresses: 10.233.0.0/18