Skip to content

Commit

Permalink
Pinning the k8s packages to 1.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojacobs committed Oct 3, 2017
1 parent 59ae563 commit 7cc2ead
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 kubeadm kubectl kubernetes-cni ntp
yum install -y docker kubelet-1.6.5 kubeadm-1.6.5 kubectl-1.6.5 kubernetes-cni-1.6.5 ntp

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

0 comments on commit 7cc2ead

Please sign in to comment.