Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dlv (0.08 sec)

  1. hack/make-rules/test-e2e-node.sh

    ssh_user=${SSH_USER:-"${USER}"}
    ssh_key=${SSH_KEY:-}
    ssh_options=${SSH_OPTIONS:-}
    kubelet_config_file=${KUBELET_CONFIG_FILE:-"test/e2e_node/jenkins/default-kubelet-config.yaml"}
    
    # If set, the command executed will be:
    # - `dlv exec` if set to "delve"
    # - `gdb` if set to "gdb"
    # NOTE: for this to work the e2e_node.test binary has to be compiled with DBG=1.
    #
    # The name of this variable is the same as in ginkgo-e2e.sh.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. build/root/Makefile

    #  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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top