update hyperkube version

This commit is contained in:
Smana 2016-02-18 16:38:25 +01:00
parent ba4c89a12e
commit 39caf94790
3 changed files with 4 additions and 3 deletions

View file

@ -24,8 +24,8 @@ in order to avoid any issue during deployment you should disable your firewall
### Components
* [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.7
* [etcd](https://github.com/coreos/etcd/releases) v2.2.4
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.16.0
* [etcd](https://github.com/coreos/etcd/releases) v2.2.5
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.16.1
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.5
* [weave](http://weave.works/) v1.4.4
* [docker](https://www.docker.com/) v1.9

View file

@ -34,7 +34,7 @@ kube_proxy_mode: userspace
# Temporary image, waiting for official google release
# hyperkube_image_repo: gcr.io/google_containers/hyperkube
hyperkube_image_repo: quay.io/ant31/kubernetes-hyperkube
hyperkube_image_tag: v1.1.4
hyperkube_image_tag: v1.1.7
# IP address of the DNS server.
# Kubernetes will create a pod with several containers, serving as the DNS

View file

@ -86,6 +86,7 @@
name: "{{ item }}"
state: latest
with_items: "{{required_pkgs | union(common_required_pkgs)}}"
when: ansible_os_family in [ "Debian", "RedHat" ]
# Todo : selinux configuration
- name: Set selinux policy to permissive