From 552d9b0e1c3aa477e836acd61c98e2e822d988a1 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Tue, 20 Aug 2024 11:03:13 -0700 Subject: [PATCH] Update the default k8s version Ensure the default k8s version is one of the supported versions now that 6d618cc has removed support for some versions. Signed-off-by: Colleen Murphy --- hack/setup-kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/setup-kind.sh b/hack/setup-kind.sh index 33ebe8714..a128fba48 100755 --- a/hack/setup-kind.sh +++ b/hack/setup-kind.sh @@ -33,7 +33,7 @@ do done # Defaults -K8S_VERSION="v1.25.x" +K8S_VERSION="v1.29.x" REGISTRY_NAME="registry.local" REGISTRY_PORT="5001" CLUSTER_SUFFIX="cluster.local"