From a63b685492c3588cf52acad2d44f8f8777402bce Mon Sep 17 00:00:00 2001 From: Cole Wagner Date: Fri, 4 Jun 2021 16:12:58 -0700 Subject: [PATCH] Fix DNS issue with kind in Authentikos integration tests by upgrading kind node version. --- authentikos/test/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentikos/test/lib.sh b/authentikos/test/lib.sh index df9b135f34f..1782d1b8d04 100644 --- a/authentikos/test/lib.sh +++ b/authentikos/test/lib.sh @@ -20,7 +20,7 @@ export KUBECONFIG KUBECONFIG=$(mktemp -t kubeconfig-XXXXXXXXXX) name="authentikos" -image="${IMAGE:-kindest/node:v1.17.0}" +image="${IMAGE:-kindest/node:v1.21.1}" verbosity="${VERBOSITY:-9}" cleanup_cluster() {