We should not ignore output from RunCommand(), since rkt commands could return important messages via stderr upon errors. Let's return them together with error strings.
This change might be helpful especially when doing investigation on failures from the remote k8s clusters, where no special logs are available.
We should not ignore output from
RunCommand()
, since rkt commands could return important messages via stderr upon errors. Let's return them together with error strings.This change might be helpful especially when doing investigation on failures from the remote k8s clusters, where no special logs are available.