We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99fcdcf + 4c3e977 commit 13e9c68Copy full SHA for 13e9c68
1 file changed
scripts/k8s/load-images-to-kind.sh
@@ -70,4 +70,8 @@ for image in "${images[@]}"; do
70
fi
71
load_cmd+=" openebs/mayastor-"$image:$IMAGE_TAG
72
done
73
-eval $load_cmd
+if ! eval $load_cmd; then
74
+ sleep 5
75
+ log_error "Failed to load images, trying again..."
76
+ eval $load_cmd
77
+fi
0 commit comments