Fix backward compatibility with calico 2.6

This commit is contained in:
Matthew Mosesohn
2018-09-06 15:49:06 +03:00
parent a3caeba242
commit dc3e317d20
5 changed files with 50 additions and 3 deletions

View File

@@ -95,6 +95,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