Copy kubectl from docker container

Nearly the last stage of source all components to containers.
Kubectl will be called from hyperkube image.

Remaining tasks:
 * Move kube_version variable to kubernetes/preinstall
 * Drop placeholder download.nothing requirement
This commit is contained in:
Matthew Mosesohn
2016-07-25 13:56:58 +03:00
parent af4c41f32e
commit b4688701ea
6 changed files with 5 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
---
dependencies:
- role: download
file: "{{ downloads.kubernetes_kubectl }}"
- role: download # For kube_version variable
file: "{{ downloads.nothing }}"
- { role: etcd }
- { role: kubernetes/node }