Assuming that your pod still exists:
kubectl logs <podname> --previous
$ kubectl logs -h
-p, –previous[=false]: If true, print the logs for the previous instance of the container in a pod if it exists.
Assuming that your pod still exists:
kubectl logs <podname> --previous
$ kubectl logs -h
-p, –previous[=false]: If true, print the logs for the previous instance of the container in a pod if it exists.