strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
80 stars 19 forks source link

add fresh init container to cleanup tmp dir #330

Closed agouin closed 1 year ago

agouin commented 1 year ago

When pods are not shut down cleanly, tmp dir is not wiped, causing failure to start up again. Requires another init container, but it uses the same infra-toolkit image, so negligible time is added to pod init routine.

Resolves #329

DavidNix commented 1 year ago

I'll merge and cut a patch release.