We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61a5e39 + c5d9169 commit b7ef6fdCopy full SHA for b7ef6fd
1 file changed
hack/ci-e2e.sh
@@ -43,7 +43,11 @@ minikube stop
43
minikube start
44
45
# Load the BMO e2e image into it
46
-minikube image load quay.io/metal3-io/baremetal-operator:e2e
+# minikube image load quay.io/metal3-io/baremetal-operator:e2e
47
+# Temporary workaround for https://github.com/kubernetes/minikube/issues/18021
48
+docker image save -o /tmp/bmo-e2e.tar quay.io/metal3-io/baremetal-operator:e2e
49
+minikube image load /tmp/bmo-e2e.tar
50
+rm /tmp/bmo-e2e.tar
51
52
# Create libvirt domain
53
VM_NAME="bmo-e2e-0"
0 commit comments