Closed as not planned
Closed as not planned
Description
What Happened?
Running minikube in github actions started to fail with:
Error: volume with name test-af672ccebb7d698c8cd745eb7d14911b-cluster already exists:
volume already exists
We use a random profile name, so it cannot exists:
minikube start --profile test-af672ccebb7d698c8cd745eb7d14911b-cluster \
--driver podman \
--container-runtime cri-o \
--disk-size 20g \
--nodes 1 \
--cni auto \
--cpus 2 \
--memory 2g \
--alsologtostderr
The failures started this week, this code was running without errors for several month
as part of ramen github actions.
Example failing run:
https://github.com/RamenDR/ramen/actions/runs/5348065862/jobs/9697442318
Attach the log file
Attached log from our tests - this is a log from the drenv tool, showing the
minikube command, exitcode, output, and error captured during the failed run.
Operating System
Ubuntu
Driver
Podman