Skip to content

Commit

Permalink
Merge pull request #337 from contiv/chrisplo-patch-4
Browse files Browse the repository at this point in the history
also pin kubelet to -0 build for k8s 1.6
  • Loading branch information
dseevr committed Jan 4, 2018
2 parents 3fec507 + ddf8593 commit 71917ba
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-0 kubernetes-cni-0.5.1 kubernetes-cni-1.6.5 ntp
yum install -y docker kubelet-1.6.5-0 kubeadm-1.6.5 kubectl-1.6.5-0 kubernetes-cni-0.5.1 ntp

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

0 comments on commit 71917ba

Please sign in to comment.