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`).