mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-13 20:45:30 +00:00
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:
2
.github/workflows/kind-e2e.yml
vendored
2
.github/workflows/kind-e2e.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user