In a OpenShift cluster, while debugging a frequently restarting pod, I get this behaviour:
> oc logs -p mystuff
Error from server (BadRequest): previous terminated container "mystuff" in pod "mystuff-1" not found
What do I have to do to tell OpenShift/Kubernetes to store the previous logs?