From e6cf656448711e932da2ef463f2e8d2782217a4d Mon Sep 17 00:00:00 2001 From: Alain Kaeslin Date: Fri, 5 Jan 2024 10:34:08 +0100 Subject: [PATCH] Successfully tested on Kubernetes 1.29. --- README.md | 1 + helpers/bootstrap-cluster | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb5664d..c93bcabc 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ We recommend using the latest cloudscale.ch CSI driver compatible with your Kube | 1.26 | v3.3.0 | v3.5.3 | | 1.27 | v3.3.0 | v3.5.3 | | 1.28 | v3.3.0 | v3.5.3 | +| 1.29 | v3.3.0 | v3.5.3 | **Requirements:** diff --git a/helpers/bootstrap-cluster b/helpers/bootstrap-cluster index 071277b5..82ea131c 100755 --- a/helpers/bootstrap-cluster +++ b/helpers/bootstrap-cluster @@ -6,7 +6,7 @@ set -euo pipefail # Default values RANDOM_NUMBER=$((RANDOM % 8193)) -K8TEST_SHA="cefd4ab" +K8TEST_SHA="da91af6" ZONE="lpg1" CLUSTER_PREFIX="csi-test-$RANDOM_NUMBER" KUBERNETES="latest"