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
# Use kind node-image --type=bazel by default, but allow to disable that.
164
-
configvar CSI_PROW_USE_BAZEL true"use Bazel during 'kind node-image' invocation"
165
-
166
161
# By default, this script tests sidecars with the CSI hostpath driver,
167
162
# using the install_csi_driver function. That function depends on
168
163
# a deployment script that it searches for in several places:
@@ -591,17 +586,12 @@ start_cluster () {
591
586
if [ "$version"="latest" ];then
592
587
version=master
593
588
fi
594
-
if${CSI_PROW_USE_BAZEL};then
595
-
type="bazel"
596
-
else
597
-
type="docker"
598
-
fi
599
589
git_clone https://github.com/kubernetes/kubernetes "${CSI_PROW_WORK}/src/kubernetes""$(version_to_git "$version")"|| die "checking out Kubernetes $version failed"
600
590
601
591
go_version="$(go_version_for_kubernetes "${CSI_PROW_WORK}/src/kubernetes""$version")"|| die "cannot proceed without knowing Go version for Kubernetes"
602
592
# Changing into the Kubernetes source code directory is a workaround for https://github.com/kubernetes-sigs/kind/issues/1910
0 commit comments