mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 01:57:37 -03:30
Merge pull request #774 from kubernetes-incubator/ant31-patch-2
check if calico_peer_rr is defined
This commit is contained in:
commit
c1e4cef75b
@ -150,7 +150,7 @@ downloads:
|
||||
container: true
|
||||
repo: "{{ calico_rr_image_repo }}"
|
||||
tag: "{{ calico_rr_image_tag }}"
|
||||
enabled: "{{ peer_with_calico_rr }} and kube_network_plugin == 'calico'"
|
||||
enabled: "{{ peer_with_calico_rr is defined and peer_with_calico_rr}} and kube_network_plugin == 'calico'"
|
||||
pod_infra:
|
||||
container: true
|
||||
repo: "{{ pod_infra_image_repo }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user