Skip to content

Commit

Permalink
fix 1.1 with pinned kubeadm deps (#335)
Browse files Browse the repository at this point in the history
* fix 1.1 with pinned kubeadm deps

upstream packaging failed:
kubernetes/kubernetes#57334

pinning versions for now to get CI working

* restoring specification for kubelet and cni
  • Loading branch information
chrisplo authored and kahou82 committed Jan 3, 2018
1 parent 0dcbcf5 commit d5a3d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/k8s1.6/bootstrap_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ EOF

setenforce 0

yum install -y docker kubelet-1.6.5 kubeadm-1.6.5 kubectl-1.6.5 kubernetes-cni-1.6.5 ntp
yum install -y docker kubelet-1.6.5 kubeadm-1.6.5 kubectl-1.6.5-0 kubernetes-cni-0.5.1 kubernetes-cni-1.6.5 ntp

systemctl enable docker && systemctl start docker
systemctl enable kubelet && systemctl start kubelet
Expand Down

0 comments on commit d5a3d64

Please sign in to comment.