The e2e kind config should use api/beta for the runtimeConfig

Otherwise, the latest changes to DRA (which is beta in K8s 1.32) are incompatible.

Additionally, this:

* Bumps kind version to 0.27.0
* Changes `loglevel` flag to `v` verbosity flag for `kind export logs`
* fixes lint in the Dockerfile.
* adds a couple notes in the docs.
This commit is contained in:
dougbtv
2025-03-19 14:00:13 -04:00
parent 4a0b5073af
commit 99d72d14a3
7 changed files with 47 additions and 8 deletions

View File

@@ -93,7 +93,7 @@ jobs:
if: always()
run: |
mkdir -p /tmp/kind/logs
kind export logs --loglevel=debug /tmp/kind/logs
kind export logs /tmp/kind/logs -v 2147483647
- name: Upload kind logs
if: always()