We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0751b commit 4305c4bCopy full SHA for 4305c4b
contributors/devel/sig-node/e2e-node-tests.md
@@ -354,3 +354,14 @@ metadata:
354
Please note that if you add the annotations, then you must provide the full information:
355
you must should specify the number of SRIOV devices attached to each NUMA node in the system,
356
even if the number is zero.
357
+
358
+# Debugging E2E Tests Locally
359
360
+1. Install kubectl on the node
361
+2. Set your KUBCONFIG environment variable to reference the kubeconfig created by the e2e node tests
362
+ `export KUBECONFIG=./_output/local/go/bin/kubeconfig`
363
+3. Inspect the node and pods as needed while the tests are running
364
+ ```
365
+ $ kubectl get pod -A
366
+ $ kubectl describe node
367
0 commit comments