File tree 1 file changed +2
-4
lines changed
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
107
107
# kind version to use. If the pre-installed version is different,
108
108
# the desired version is downloaded from https://github.com/kubernetes-sigs/kind/releases/download/
109
109
# (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"
112
111
113
112
# ginkgo test runner version to use. If the pre-installed version is
114
113
# different, the desired version is built from source.
579
578
die " Cluster creation failed again, giving up. See the 'kind-cluster' artifact directory for additional logs."
580
579
fi
581
580
fi
582
- KUBECONFIG=" $( kind get kubeconfig-path --name=csi-prow) "
583
- export KUBECONFIG
581
+ export KUBECONFIG=" ${HOME} /.kube/config"
584
582
}
585
583
586
584
# Deletes kind cluster inside a prow job
You can’t perform that action at this time.
0 commit comments