File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ configvar CSI_PROW_GO_VERSION_GINKGO "${CSI_PROW_GO_VERSION_BUILD}" "Go version
107107# kind version to use. If the pre-installed version is different,
108108# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
109109# (if available), otherwise it is built from source.
110- # TODO: https://github.com/kubernetes-csi/csi-release-tools/issues/39
111- configvar CSI_PROW_KIND_VERSION " 86bc23d84ac12dcb56a0528890736e2c347c2dc3" " kind"
110+ configvar CSI_PROW_KIND_VERSION " v0.6.0" " kind"
112111
113112# ginkgo test runner version to use. If the pre-installed version is
114113# different, the desired version is built from source.
579578 die " Cluster creation failed again, giving up. See the 'kind-cluster' artifact directory for additional logs."
580579 fi
581580 fi
582- KUBECONFIG=" $( kind get kubeconfig-path --name=csi-prow) "
583- export KUBECONFIG
581+ export KUBECONFIG=" ${HOME} /.kube/config"
584582}
585583
586584# Deletes kind cluster inside a prow job
You can’t perform that action at this time.
0 commit comments