c12s-kubespray/roles/network_plugin/calico/defaults/main.yml
Matthew Mosesohn baf80b7d7e Change calicoctl deployment to use container
Improves upgradability of calicoctl by leveraging docker tags.
2016-07-05 13:49:03 +03:00

9 lines
218 B
YAML

---
# Enables Internet connectivity from containers
nat_outgoing: true
# cloud_provider can only be set to 'gce' or 'aws'
# cloud_provider:
calicoctl_image_repo: calico/ctl
calicoctl_image_tag: "{{ calico_version }}"