From 12880df8a245f9b91631c4ee2c8681a55a33458a Mon Sep 17 00:00:00 2001 From: trevor tao Date: Wed, 23 Jun 2021 22:46:40 +0800 Subject: [PATCH] Install the new k8s version and related components Signed-off-by: trevor tao Change-Id: Iccb680ca44ed05011b41ec71568b26e9b26ad1eb Signed-off-by: trevor tao --- src/foundation/scripts/k8s_common.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/foundation/scripts/k8s_common.sh b/src/foundation/scripts/k8s_common.sh index a8c83ce..2aae30f 100755 --- a/src/foundation/scripts/k8s_common.sh +++ b/src/foundation/scripts/k8s_common.sh @@ -9,14 +9,14 @@ fi case ${OS_ID_LIKE:-} in debian) DOCKER_VERSION=18.06.1~ce~3-0~ubuntu - KUBE_VERSION=${1:-1.15.0}-00 - K8S_CNI_VERSION=${2:-0.7.5}-00 + KUBE_VERSION=${1:-1.19.0}-00 + K8S_CNI_VERSION=${2:-0.8.6}-00 KUBELET_CFG=/etc/default/kubelet ;; rhel) DOCKER_VERSION=18.06.1.ce-3.el7 - KUBE_VERSION=${1:-1.15.0}-0 - K8S_CNI_VERSION=${2:-0.7.5}-0 + KUBE_VERSION=${1:-1.19.0}-0 + K8S_CNI_VERSION=${2:-0.8.6}-0 KUBELET_CFG=/etc/sysconfig/kubelet ;; *) @@ -41,7 +41,8 @@ debian) $(lsb_release -cs) \ stable" sudo apt update - sudo apt install -y docker-ce=${DOCKER_VERSION} + #sudo apt install -y docker-ce=${DOCKER_VERSION} + sudo apt install -y docker-ce ;; rhel) sudo yum install -y yum-utils device-mapper-persistent-data lvm2 -- 2.16.6