We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e00c4 commit 1cbb688Copy full SHA for 1cbb688
hack/kind/run-cyclonus.sh
@@ -10,6 +10,8 @@ RUN_FROM_SOURCE=${RUN_FROM_SOURCE:-true}
10
FROM_SOURCE_ARGS=${FROM_SOURCE_ARGS:-"generate --include conflict --job-timeout-seconds 2"}
11
INSTALL_KIND=${INSTALL_KIND:-true}
12
13
+# see https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
14
+# github includes a kind version, but it may not be the version we want
15
if [[ $INSTALL_KIND == true ]]; then
16
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/"${KIND_VERSION}"/kind-$(uname)-amd64
17
chmod +x ./kind
0 commit comments