From: Srinivasan Date: Tue, 3 Nov 2020 06:31:11 +0000 (+0530) Subject: K8s version update 1.17.2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=f037da317ccc4857aeef7800c84616d2f6f43067;hp=9a9ff3d3bfc8cf2f886cad61841f436bd7039ec4;p=eliot.git K8s version update 1.17.2 Signed-off-by: Srinivasan Change-Id: Ib97dc06de5e3768f1d17a5ac87ae6f47a2037e1d --- diff --git a/blueprints/iotgateway/scripts/k8smaster.sh b/blueprints/iotgateway/scripts/k8smaster.sh index d4ca7b5..00baadf 100644 --- a/blueprints/iotgateway/scripts/k8smaster.sh +++ b/blueprints/iotgateway/scripts/k8smaster.sh @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -KUBE_VERSION=1.16.0-00 +KUBE_VERSION=1.17.2-00 POD_NETWORK_CIDR=192.168.0.0/16 K8S_CNI_VERSION=0.7.5-00 diff --git a/blueprints/iotgateway/scripts/k8smaster_centos.sh b/blueprints/iotgateway/scripts/k8smaster_centos.sh index 69c3ef9..ece9982 100755 --- a/blueprints/iotgateway/scripts/k8smaster_centos.sh +++ b/blueprints/iotgateway/scripts/k8smaster_centos.sh @@ -11,7 +11,7 @@ # constants POD_NETWORK_CIDR=192.168.0.0/16 -KUBE_VERSION=1.16.0-0 +KUBE_VERSION=1.17.2-0 KUBERNETES_CNI=0.7.5-0 # start diff --git a/blueprints/iotgateway/scripts/k8sworker.sh b/blueprints/iotgateway/scripts/k8sworker.sh index e587f7f..f3af840 100644 --- a/blueprints/iotgateway/scripts/k8sworker.sh +++ b/blueprints/iotgateway/scripts/k8sworker.sh @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -KUBE_VERSION=1.16.0-00 +KUBE_VERSION=1.17.2-00 K8S_CNI_VERSION=0.7.5-00 # Install Kubernetes with Kubeadm diff --git a/blueprints/uCPE/scripts/common_centos.sh b/blueprints/uCPE/scripts/common_centos.sh index 100525f..7fff044 100755 --- a/blueprints/uCPE/scripts/common_centos.sh +++ b/blueprints/uCPE/scripts/common_centos.sh @@ -12,7 +12,7 @@ # constants DOCKER_VERSION=18.09.6 -KUBE_VERSION=1.16.0-0 +KUBE_VERSION=1.17.2-0 MACHINE=$(uname -m) # start diff --git a/blueprints/uCPE/scripts/k8smaster.sh b/blueprints/uCPE/scripts/k8smaster.sh index d4ca7b5..00baadf 100644 --- a/blueprints/uCPE/scripts/k8smaster.sh +++ b/blueprints/uCPE/scripts/k8smaster.sh @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -KUBE_VERSION=1.16.0-00 +KUBE_VERSION=1.17.2-00 POD_NETWORK_CIDR=192.168.0.0/16 K8S_CNI_VERSION=0.7.5-00 diff --git a/blueprints/uCPE/scripts/k8smaster_centos.sh b/blueprints/uCPE/scripts/k8smaster_centos.sh index 69c3ef9..ece9982 100755 --- a/blueprints/uCPE/scripts/k8smaster_centos.sh +++ b/blueprints/uCPE/scripts/k8smaster_centos.sh @@ -11,7 +11,7 @@ # constants POD_NETWORK_CIDR=192.168.0.0/16 -KUBE_VERSION=1.16.0-0 +KUBE_VERSION=1.17.2-0 KUBERNETES_CNI=0.7.5-0 # start diff --git a/blueprints/uCPE/scripts/k8sworker.sh b/blueprints/uCPE/scripts/k8sworker.sh index e587f7f..f3af840 100644 --- a/blueprints/uCPE/scripts/k8sworker.sh +++ b/blueprints/uCPE/scripts/k8sworker.sh @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -KUBE_VERSION=1.16.0-00 +KUBE_VERSION=1.17.2-00 K8S_CNI_VERSION=0.7.5-00 # Install Kubernetes with Kubeadm