kubernetes-retired / rktlet

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

runtime/exec: do not mix errors and status codes #99

Closed lucab closed 7 years ago

lucab commented 7 years ago

A bug in Exec() prevented error status codes from being passed back to CRI, misrouting them instead as rktlet errors.

lucab commented 7 years ago

/cc @squeed for review

squeed commented 7 years ago

/LGTM