How much pressure completed kubernetes jobs put on the API server?

Viewed 74

According to the docs:

Keeping them (completed jobs) around in the system will put pressure on the API server.

I understand that regularly going through a long list of completed jobs, only to find out that none needs to run, is a waste of CPU, as well as stopped pods are a waste of disk space, but how much of a problem is this really?

Must I clean them up ASAP because the cluster goes down otherwise?

1 Answers
Related