From 7a2740a2a2a28de4d4fd9e69eb659ae770d010e7 Mon Sep 17 00:00:00 2001 From: Mariam Fahmy Date: Wed, 7 Feb 2024 13:02:31 +0200 Subject: [PATCH] fix: modify the conformance config name (#9691) Signed-off-by: Mariam Fahmy --- .github/workflows/conformance.yaml | 2 +- DEVELOPMENT.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index dd7f816746..66a46c3650 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -243,7 +243,7 @@ jobs: fail-fast: false matrix: config: - - name: validating-admission-policies + - name: specific-tests-above-1-28 values: - standard - generate-validating-admission-policy diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 09897c3178..ccbf048641 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -242,7 +242,7 @@ To create a local KinD cluster, run: make kind-create-cluster ``` -You can override the k8s version by setting the `KIND_IMAGE` environment variable (default value is `kindest/node:v1.28.0`). +You can override the k8s version by setting the `KIND_IMAGE` environment variable (default value is `kindest/node:v1.29.1`). You can also override the KinD cluster name by setting the `KIND_NAME` environment variable (default value is `kind`).