From 1b43d5ab11901a69e67d1cda6dab0037bd167b43 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 29 Jul 2020 09:45:30 +0200 Subject: [PATCH] ci: use rook-1.3.8 in single-node-k8s.sh The CentOS CI jobs that use single-node-k8s.sh will run minikube with additional disks. That makes it possible for Rook 1.3 and newer to deploy the Ceph cluster. The current Travis CI jobs run minikube on the Travis provided environment, without any extra disks. This prevents updating Rook for all CI jobs at the moment. Signed-off-by: Niels de Vos --- single-node-k8s.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/single-node-k8s.sh b/single-node-k8s.sh index 15fe81723..4a88c6bc4 100755 --- a/single-node-k8s.sh +++ b/single-node-k8s.sh @@ -66,6 +66,7 @@ function set_env() { export VM_DRIVER="kvm2" export CEPH_CSI_RUN_ALL_TESTS=true # downloading rook images is sometimes slow, extend timeout to 15 minutes + export ROOK_VERSION='v1.3.8' export ROOK_DEPLOY_TIMEOUT=900 # script/minikube.sh installs under /usr/local/bin