Skip to content

Commit

Permalink
Merge pull request #1267 from Nordix/download/docker-kvm2-minikube
Browse files Browse the repository at this point in the history
Download and install kvm2 driver with minikube
  • Loading branch information
metal3-io-bot authored Aug 1, 2023
2 parents b3b63a1 + 5ad3609 commit f80f76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 01_prepare_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fi
if [[ "${EPHEMERAL_CLUSTER}" = "minikube" ]]; then
if ! command -v minikube &>/dev/null || [[ "$(minikube version --short)" != "${MINIKUBE_VERSION}" ]]; then
download_and_install_minikube
download_and_install_kvm2_driver
fi

if ! command -v docker-machine-driver-kvm2 &>/dev/null ; then
Expand Down

0 comments on commit f80f76c

Please sign in to comment.