Collecting pod logs after an update

In a kURL cluster, we’re using the logs collector to collect pod logs as part of a support bundle. After a software update, or if for any other reason pods were recreated, the previous pod logs tend to be missing. (It’s the same thing I’d see on a bare Kubernetes cluster, where /var/log/pods gets cleaned up as soon as a pod is deleted.)

What are people using to improve log retention on kURL clusters for troubleshooting?