Use binary releases for cluster push scripts.

This is for GCE right now.  Other clouds/clusters are probably broken.
This commit is contained in:
Joe Beda
2014-09-23 15:54:27 -07:00
parent f5dffe3bfe
commit 15cd6f07d6
19 changed files with 397 additions and 437 deletions

View File

@@ -4,12 +4,12 @@ base:
'roles:kubernetes-pool':
- match: grain
- golang
- docker
- kubelet
- kube-proxy
- cadvisor
- nsinit
# We need a binary release of nsinit
# - nsinit
- logrotate
{% if grains['cloud'] is defined and grains['cloud'] == 'azure' %}
- openvpn-client
@@ -19,9 +19,7 @@ base:
'roles:kubernetes-master':
- match: grain
- golang
- etcd
- etcdctl
- apiserver
- controller-manager
- scheduler