From 2f2123108b5a68ce6a19f87345fac8fe149f33af Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 24 Sep 2020 14:40:49 +0200 Subject: [PATCH] ci: run minikube.sh with podman Signed-off-by: Niels de Vos --- single-node-k8s.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/single-node-k8s.sh b/single-node-k8s.sh index 94467ab11..4a3db6550 100755 --- a/single-node-k8s.sh +++ b/single-node-k8s.sh @@ -70,6 +70,8 @@ function set_env() { # downloading rook images is sometimes slow, extend timeout to 15 minutes export ROOK_VERSION='v1.3.9' export ROOK_DEPLOY_TIMEOUT=900 + # use podman for minikube.sh, Docker is not installed on the host + export CONTAINER_CMD='podman' # script/minikube.sh installs under /usr/local/bin export PATH=$PATH:/usr/local/bin