Files
kubernetes/test/e2e_node
Patrick Ohly ff541e7924 e2e node: fix -v support
Since 43539c855f (first released in
v1.30.0-alpha.2), the test/e2e/framework manages -v and -vmodule and uses them
for a logger which writes to the Ginkgo output stream.

This did not work for test/e2e_node, because:
- logs.AddFlags(pflag.CommandLine) registers its own -v and -vmodule flags
- pflag.CommandLine.AddGoFlagSet(flag.CommandLine) skips the corresponding
  flags in the flag.CommandLine
- pflag.Parse() initializes the settings in the "logs" package even though
  those are not used at runtime

The solution is to not use the "logs" package.
2024-04-12 12:27:29 +02:00
..
2021-02-28 15:17:29 -08:00
2021-02-28 15:17:29 -08:00
2022-10-06 08:19:47 +02:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2024-01-18 09:50:39 -05:00
2019-11-26 16:26:55 +08:00
2023-10-10 18:15:49 +02:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2022-11-01 12:16:43 -07:00
2023-11-01 15:17:34 +01:00
2024-02-29 11:48:18 +08:00
2023-11-01 15:17:34 +01:00
2020-08-13 16:03:37 -04:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2024-03-20 18:38:11 +02:00