"...master/git@gitlab.cyberbrain.pw:mirror/kubespray.git" did not exist on "16715adfa009a60f25cdd5d094ca8689102746ab"
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
Loading
Please register or sign in to comment