From 5c52fe4eb10f10bf5e981cd9a219cda01207fb86 Mon Sep 17 00:00:00 2001 From: Kahou Lei Date: Tue, 3 Oct 2017 12:22:04 -0700 Subject: [PATCH] Pin k8s deployment with 1.6.5 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 --- cluster/k8s1.6/bootstrap_centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/k8s1.6/bootstrap_centos.sh b/cluster/k8s1.6/bootstrap_centos.sh index 829f73f..9ae5dd9 100755 --- a/cluster/k8s1.6/bootstrap_centos.sh +++ b/cluster/k8s1.6/bootstrap_centos.sh @@ -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