Skip to:
Would be interesting if we could include getting the previous logs from the pods using the --previous flag
--previous
On Percona MongoDB Operator, pt-k8s-debug-collector only gets the current logs.
Hi
Thank you for the information. Sending the request to engineering for its implementation.
Hi !In case a pod restarts, and you want to check the logs of the previous run, what you need to do is to use the --previous flag:kubectl logs mongodb-rs1-node1 --previous
kubectl logs mongodb-rs1-node1 --previous
Thank you for the report and feedback.Please explain the requirements in detail with example if any.
Would be interesting if we could include getting the previous logs from the pods using the
--previous
flagOn Percona MongoDB Operator, pt-k8s-debug-collector only gets the current logs.