|
@ -7,9 +7,13 @@ ipip: false |
|
|
|
|
|
|
|
|
# cloud_provider can only be set to 'gce' or 'aws' |
|
|
# cloud_provider can only be set to 'gce' or 'aws' |
|
|
# cloud_provider: |
|
|
# cloud_provider: |
|
|
|
|
|
|
|
|
calicoctl_image_repo: calico/ctl |
|
|
calicoctl_image_repo: calico/ctl |
|
|
calicoctl_image_tag: "{{ calico_version }}" |
|
|
calicoctl_image_tag: "{{ calico_version }}" |
|
|
|
|
|
|
|
|
|
|
|
calico_node_image_repo: calico/node |
|
|
|
|
|
calico_node_image_tag: "{{ calico_version }}" |
|
|
|
|
|
|
|
|
# Set to true if your Hyperkube has all required components to run |
|
|
# Set to true if your Hyperkube has all required components to run |
|
|
# calico. This is required in order to run canalized calico. |
|
|
# calico. This is required in order to run canalized calico. |
|
|
use_hyperkube_cni: false |
|
|
use_hyperkube_cni: false |
|
|