Hacker News new | ask | show | jobs
by ad_hominem 3099 days ago
How do you deal with sidecar containers in CronJobs (and regular batch Jobs) not terminating correctly?

https://github.com/kubernetes/kubernetes/issues/25908

1 comments

We don't run sidecar containers in cron jobs yet. That said, here's a workaround (from that issue): https://github.com/kubernetes/kubernetes/issues/25908#issuec...
I'm aware of the workarounds in that thread. Just wondering if Stripe had a different workaround but I guess not.
That GitHub comment is Stripe's workaround! I copied it nearly as-is from our internal job setup boilerplate.