update hyperkube version
This commit is contained in:
parent
ba4c89a12e
commit
39caf94790
3 changed files with 4 additions and 3 deletions
|
@ -24,8 +24,8 @@ in order to avoid any issue during deployment you should disable your firewall
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
* [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.7
|
* [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.7
|
||||||
* [etcd](https://github.com/coreos/etcd/releases) v2.2.4
|
* [etcd](https://github.com/coreos/etcd/releases) v2.2.5
|
||||||
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.16.0
|
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.16.1
|
||||||
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.5
|
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.5
|
||||||
* [weave](http://weave.works/) v1.4.4
|
* [weave](http://weave.works/) v1.4.4
|
||||||
* [docker](https://www.docker.com/) v1.9
|
* [docker](https://www.docker.com/) v1.9
|
||||||
|
|
|
@ -34,7 +34,7 @@ kube_proxy_mode: userspace
|
||||||
# Temporary image, waiting for official google release
|
# Temporary image, waiting for official google release
|
||||||
# hyperkube_image_repo: gcr.io/google_containers/hyperkube
|
# hyperkube_image_repo: gcr.io/google_containers/hyperkube
|
||||||
hyperkube_image_repo: quay.io/ant31/kubernetes-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.
|
# IP address of the DNS server.
|
||||||
# Kubernetes will create a pod with several containers, serving as the DNS
|
# Kubernetes will create a pod with several containers, serving as the DNS
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: latest
|
state: latest
|
||||||
with_items: "{{required_pkgs | union(common_required_pkgs)}}"
|
with_items: "{{required_pkgs | union(common_required_pkgs)}}"
|
||||||
|
when: ansible_os_family in [ "Debian", "RedHat" ]
|
||||||
|
|
||||||
# Todo : selinux configuration
|
# Todo : selinux configuration
|
||||||
- name: Set selinux policy to permissive
|
- name: Set selinux policy to permissive
|
||||||
|
|
Loading…
Reference in a new issue