From 1111a435455b78da2c382c68cc1c95af9ee5ca73 Mon Sep 17 00:00:00 2001 From: Ciprian Barbu Date: Tue, 26 Mar 2019 17:43:40 +0200 Subject: [PATCH] Fix broken kubernetes-cni dependency Change-Id: If6cb5085c51db746498343012bd6475ea11292d4 Signed-off-by: Ciprian Barbu --- src/foundation/scripts/k8s_common.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/foundation/scripts/k8s_common.sh b/src/foundation/scripts/k8s_common.sh index e1e086d..0e9de86 100755 --- a/src/foundation/scripts/k8s_common.sh +++ b/src/foundation/scripts/k8s_common.sh @@ -2,6 +2,7 @@ DOCKER_VERSION=18.06.1~ce~3-0~ubuntu KUBE_VERSION=1.13.0-00 +K8S_CNI_VERSION=0.6.0-00 # Install Docker as Prerequisite curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - @@ -25,9 +26,10 @@ cat <