Y
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
jvns
3098 days ago
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...
link
ad_hominem
3098 days ago
I'm aware of the workarounds in that thread. Just wondering if Stripe had a different workaround but I guess not.
link
jmillikin
3098 days ago
That GitHub comment is Stripe's workaround! I copied it nearly as-is from our internal job setup boilerplate.
link