Skip to content
Snippets Groups Projects
Commit 9862afb0 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Upgrade kubernetes to v1.1.3

parent 59994a6d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ The firewalls are not managed, you'll need to implement your own rules the way y ...@@ -12,7 +12,7 @@ The firewalls are not managed, you'll need to implement your own rules the way y
Ansible v1.9.x Ansible v1.9.x
### Components ### Components
* [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.2 * [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.1.3
* [etcd](https://github.com/coreos/etcd/releases) v2.2.2 * [etcd](https://github.com/coreos/etcd/releases) v2.2.2
* [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.12.0 * [calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.12.0
* [flanneld](https://github.com/coreos/flannel/releases) v0.5.5 * [flanneld](https://github.com/coreos/flannel/releases) v0.5.5
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
etcd_version: v2.2.2 etcd_version: v2.2.2
flannel_version: 0.5.5 flannel_version: 0.5.5
kube_version: v1.1.2 kube_version: v1.1.3
kubectl_checksum: "e0585c6e63f796d87b34cd1f16554892a49421b98a2862a896b2b7ebf1439ace" kubectl_checksum: "01b9bea18061a27b1cf30e34fd8ab45cfc096c9a9d57d0ed21072abb40dd3d1d"
kubelet_checksum: "6c029d34888e1ec4b9ab4b500b0712388984340488c5f3c19e2c759d1003cbff" kubelet_checksum: "62191c66f2d670dd52ddf1d88ef81048977abf1ffaa95ee6333299447eb6a482"
calico_version: v0.12.0 calico_version: v0.12.0
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
- name: wait for the apiserver to be running (pulling image and running container) - name: wait for the apiserver to be running (pulling image and running container)
wait_for: wait_for:
port: 8080 port: 8080
delay: 10
- name: install required python module 'httplib2' - name: install required python module 'httplib2'
apt: apt:
......
...@@ -33,8 +33,10 @@ dns_domain: "{{ cluster_name }}" ...@@ -33,8 +33,10 @@ dns_domain: "{{ cluster_name }}"
kube_proxy_mode: userspace kube_proxy_mode: userspace
hyperkube_image: hyperkube_image:
name: gcr.io/google_containers/hyperkube # Temporary image, waiting for official google release
tag: v1.1.2 # name: gcr.io/google_containers/hyperkube
name: quay.io/smana/hyperkube
tag: v1.1.3
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment