X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fscripts%2Fk8s_common.sh;fp=src%2Ffoundation%2Fscripts%2Fk8s_common.sh;h=5331c12249c681ff58cd98effca9853d8351edb0;hb=244dee6600496f1e32084b87700b7079edcc44ba;hp=2aae30f338c6eba9a0b9b3692d415bd9d3569a96;hpb=7a9e407d389f559da413ecb69ccc822323e9c3c2;p=iec.git diff --git a/src/foundation/scripts/k8s_common.sh b/src/foundation/scripts/k8s_common.sh index 2aae30f..5331c12 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.19.0}-00 - K8S_CNI_VERSION=${2:-0.8.6}-00 + KUBE_VERSION=${1:-1.22.0}-00 + K8S_CNI_VERSION=${2:-0.8.7}-00 KUBELET_CFG=/etc/default/kubelet ;; rhel) DOCKER_VERSION=18.06.1.ce-3.el7 - KUBE_VERSION=${1:-1.19.0}-0 - K8S_CNI_VERSION=${2:-0.8.6}-0 + KUBE_VERSION=${1:-1.22.0}-0 + K8S_CNI_VERSION=${2:-0.8.7}-0 KUBELET_CFG=/etc/sysconfig/kubelet ;; *)