From 5fec538a853588c845c8cf116ad6ad2f354b679f Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Thu, 4 Jan 2024 12:31:15 +0100 Subject: [PATCH] Update current feature --- itest/fink-start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itest/fink-start.sh b/itest/fink-start.sh index 2b902964..6477ecb8 100755 --- a/itest/fink-start.sh +++ b/itest/fink-start.sh @@ -35,6 +35,8 @@ kubectl config set-context --current --namespace="$NS" echo "Create S3 bucket" kubectl port-forward -n minio svc/minio 9000 & +# Wait to port-forward to start +sleep 2 export FINKCONFIG="$DIR" finkctl --endpoint=localhost:9000 s3 makebucket