Skip to content

Commit

Permalink
Pin k8s deployment with 1.6.5
Browse files Browse the repository at this point in the history
Currently, we don't pin k8s version and therefore it will pose
compatability issues.

This ticket is to pin 1.6 folder. We need to pin 1.4 folder instead
and it will be in a separated ticket.

Signed-off-by: Kahou Lei <kalei@cisco.com>
  • Loading branch information
kahou82 committed Oct 3, 2017
1 parent 59ae563 commit 5c52fe4
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 5c52fe4

Please sign in to comment.