kubernetes/test/e2e_node/runner
David Porter e001884594 test: Add some default flags ginkgo flags for node e2e
Add the following ginkgo flags for each node e2e similar to the
existing hack/ginkgo-e2e.sh script.

* --no-color, colors aren't rendered properly in prow and make examining
  the log in text editors more difficult, so let's disable them.
  `hack/ginkgo-e2e.sh` (used for kind e2e tests) also disables them
  already.
* -v, enable verbose logs. This is needed so we get more detailed info
  even when the tests pass. This is useful so we can compare successful
  runs to failed runs.

Signed-off-by: David Porter <david@porter.me>
2023-02-28 00:24:40 -08:00
..
local e2e_node: support passing kubelet-config-file to local runs 2021-11-02 15:10:29 +01:00
remote test: Add some default flags ginkgo flags for node e2e 2023-02-28 00:24:40 -08:00