You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/ci-e2e-lib.sh
+8-5
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ kind::prepareKindestImage() {
170
170
171
171
# if pre-pull failed, or ALWAYS_BUILD_KIND_IMAGES is true build the images locally.
172
172
if [[ "$retVal"!= 0 ]] || [[ "$ALWAYS_BUILD_KIND_IMAGES"="true" ]];then
173
-
echo"+ building image for Kuberentes$version locally. This is either because the image wasn't available in docker hub or ALWAYS_BUILD_KIND_IMAGES is set to true"
173
+
echo"+ building image for Kubernetes$version locally. This is either because the image wasn't available in docker hub or ALWAYS_BUILD_KIND_IMAGES is set to true"
174
174
kind::buildNodeImage "$version"
175
175
fi
176
176
}
@@ -221,16 +221,19 @@ k8s::checkoutBranch() {
221
221
else
222
222
# otherwise we are requiring a Kubernetes version that should be built from HEAD
0 commit comments