#Kubernetes question. The #mastodon helm chart sets up a cron job that runs every Sunday morning to clean up the media cache, this appears to leave Job pods in the `kubectl get pods` list. Should they clean themselves up or do I run `kubectl delete pod` on the `Completed` items?
@ben if you are monitoring your cluster, watch out that somenof the k8s metrics take finished jobs in consideration as well ;)