File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ cleanup() {
41
41
trap cleanup EXIT
42
42
43
43
# Set some build variables
44
- KIND_K8S_REPO=" https://github.com/kubernetes/kubernetes.git "
45
44
KIND_K8S_DIR=" ${TMP_DIR} /kubernetes-${KIND_K8S_TAG} "
46
45
47
46
# Checkout the version of kubernetes we want to build our kind image from
Original file line number Diff line number Diff line change @@ -31,8 +31,11 @@ SCRIPTS_DIR="$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)"
31
31
: ${DRIVER_IMAGE_TAG:= " v0.1.0" }
32
32
: ${DRIVER_IMAGE_PLATFORM:= " ubuntu22.04" }
33
33
34
+ # The kubernetes repo to build the kind cluster from
35
+ : ${KIND_K8S_REPO:= " https://github.com/kubernetes/kubernetes.git" }
36
+
34
37
# The kubernetes tag to build the kind cluster from
35
- # From https://github.com/kubernetes/kubernetes /tags
38
+ # From ${KIND_K8S_REPO} /tags
36
39
: ${KIND_K8S_TAG:= " v1.30.2" }
37
40
38
41
# At present, kind has a new enough node image that we don't need to build our
You can’t perform that action at this time.
0 commit comments