Files
kubernetes/test
Francesco Romani e878c20ac7 e2e: node: improve error logging
In the `restartKubelet` helper, we use `exec.Command`, whose
return value is the output as the command, but as `[]byte`.
The way we logged the output of the command was as value, making
the output, meant to be human readable, unnecessarily hard to read.

We fix this annoying behaviour converting the output to string before
to log it out, making pretty obvious to understand the outcome of
the command.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-10-07 22:13:49 +02:00
..
2021-10-07 22:13:49 +02:00
2021-08-29 21:50:05 -07:00
2021-02-28 15:17:29 -08:00
2021-07-28 19:26:44 -07:00
2021-03-04 07:54:53 +01:00
2021-02-28 15:17:29 -08:00
2021-08-11 10:54:35 +02:00