cnabio / cnab-go

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

Do not log when we retry streaming pod logs #277

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

When the runtime is streaming the logs from the invocation image running in a pod on Kubernetes, we will inevitably start polling before the container is ready. Do not print warnings about retrying streaming the logs and instead only print an error if we are unable to stream the logs and have used up our retry attempts.

Fixes #271