gocardless / theatre

GoCardless' collection of Kubernetes extensions
MIT License
23 stars 17 forks source link

Emit console termination events #262

Closed ttamimi closed 2 years ago

ttamimi commented 2 years ago

With this change, the workloads controller will publish ConsoleTerminatedEvent messages to Pub/Sub. The event will include per-container messages capturing things like exit code, OS signal received, termination reason, and output message (if any of these are available).

theobarberbany commented 2 years ago

I think this looks good! Let's test it out :)