kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

image, runtime: do not ignore output from RunCommand #149

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

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.