Skip to content

Commit

Permalink
Upgrade to 1.2.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa committed Feb 23, 2016
1 parent a4a38ae commit 4b1faf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ FROM boot2docker/boot2docker

#Install Kubelet and Kubelet manifest

ENV K8S_VERSION=v1.1.4
ENV K8S_VERSION=v1.2.0-alpha.8

RUN curl -fL -o $ROOTFS/usr/local/bin/kubelet https://storage.googleapis.com/kubernetes-release/release/v1.1.4/bin/linux/amd64/kubelet && \
RUN curl -fL -o $ROOTFS/usr/local/bin/kubelet https://storage.googleapis.com/kubernetes-release/release/v1.2.0-alpha.8/bin/linux/amd64/kubelet && \
chmod +x $ROOTFS/usr/local/bin/kubelet

#RUN mv kubelet /usr/bin/kubelet
Expand Down
8 changes: 4 additions & 4 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: "policies"
mountPath: "/etc/kubernetes/policies"
readOnly: true
image: "gcr.io/google_containers/hyperkube:v1.1.4"
image: "gcr.io/google_containers/hyperkube-amd64:v1.2.0-alpha.8"
args:
- "/hyperkube"
- "apiserver"
Expand All @@ -45,7 +45,7 @@ spec:
- name: "certs"
mountPath: "/var/run/kubernetes"
readOnly: true
image: "gcr.io/google_containers/hyperkube:v1.1.4"
image: "gcr.io/google_containers/hyperkube-amd64:v1.2.0-alpha.8"
args:
- "/hyperkube"
- "controller-manager"
Expand All @@ -56,7 +56,7 @@ spec:
- name: "certs"
mountPath: "/var/run/kubernetes"
readOnly: true
image: "gcr.io/google_containers/hyperkube:v1.1.4"
image: "gcr.io/google_containers/hyperkube-amd64:v1.2.0-alpha.8"
args:
- "/hyperkube"
- "scheduler"
Expand All @@ -67,7 +67,7 @@ spec:
- name: "certs"
mountPath: "/var/run/kubernetes"
readOnly: true
image: "gcr.io/google_containers/hyperkube:v1.1.4"
image: "gcr.io/google_containers/hyperkube-amd64:v1.2.0-alpha.8"
args:
- "/hyperkube"
- "proxy"
Expand Down

0 comments on commit 4b1faf8

Please sign in to comment.