cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Log an error when kubernetes driver cannot stream logs #241

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

Currently we are silently ignoring errors when we cannot stream the pod logs. Which makes it super hard to troubleshoot why it didn't work, usually RBAC because you don't have get+list for pods/log. This prints a message in the logs indicating there was a problem and allows the job to finish.