Skip to content

Commit 17c66a7

Browse files
committed
Pin kindest/node image to v1.32.2
For details, see kcp-dev/infra@f4567ed. On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent ff37a22 commit 17c66a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/run-e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker load --input /kindest.tar
6060

6161
export KUBECONFIG=$(mktemp)
6262
echo "Creating kind cluster $KIND_CLUSTER_NAME..."
63-
kind create cluster --name "$KIND_CLUSTER_NAME"
63+
kind create cluster --name "$KIND_CLUSTER_NAME" --image kindest/node:v1.32.2
6464
chmod 600 "$KUBECONFIG"
6565

6666
# store logs as artifacts

0 commit comments

Comments
 (0)