Files
kubespray/roles
Boyang Jerry Peng 8d460a7300 Bug in download main.yml
I think there was a mistake here:

"{{ peer_with_calico_rr is defined and peer_with_calico_rr }} and kube_network_plugin == 'calico'"

should be

"{{ peer_with_calico_rr is defined and peer_with_calico_rr and kube_network_plugin == 'calico' }}"

this is causing calico_rr to be download even if you are using something other than calico
2017-11-07 17:17:19 -08:00
..
2017-02-27 21:35:51 +01:00
2017-11-03 12:34:45 -05:00
2017-11-07 17:17:19 -08:00
2017-10-25 21:19:40 +01:00
2017-11-02 23:20:23 -05:00
2017-10-30 11:42:14 -04:00