Change calicoctl deployment to use container

Improves upgradability of calicoctl by leveraging docker tags.
This commit is contained in:
Matthew Mosesohn
2016-07-04 18:16:18 +03:00
parent 9777b3c177
commit baf80b7d7e
6 changed files with 21 additions and 39 deletions

View File

@@ -4,3 +4,5 @@ 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 }}"