Merge pull request #124288 from pohly/test-e2e-node-debugger

e2e node: debugger support
This commit is contained in:
Kubernetes Prow Robot
2024-04-22 08:43:27 -07:00
committed by GitHub
3 changed files with 74 additions and 8 deletions

View File

@@ -269,6 +269,9 @@ define TEST_E2E_NODE_HELP_INFO
# INSTANCE_TYPE: For REMOTE=true only. Machine type to use.
# NODE_ENV: For REMOTE=true only. Additional metadata keys to add the instance.
# RUNTIME_CONFIG: The runtime configuration for the API server on the node e2e tests.
# E2E_TEST_DEBUG_TOOL: one of dlv/delve/gdb. Runs the test/e2e_node test binary
# interactively under the chosen debugger. Only works for REMOTE=false and
# in combination with DBG=1.
#
# Example:
# make test-e2e-node FOCUS=Kubelet SKIP=container