Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 80bba1f

Browse files
committed
Use kind v0.6.0
kind v0.6.0 appends the kubeconfig with the default config at ~/.kube/config.
1 parent 6d674a7 commit 80bba1f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: prow.sh

+2-4
Original file line numberDiff line numberDiff 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.
@@ -579,8 +578,7 @@ EOF
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

0 commit comments

Comments
 (0)