-
Hello, The pod Other times, after several attempts, it ends in I have executed Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi @rubenbc28, Thank you for reaching out!
This should help debug your issue. |
Beta Was this translation helpful? Give feedback.
Hi @rubenbc28,
Thank you for reaching out!
I have a few questions regarding the issue you are observing:
lsb_release -a
uname -a
meepctl version all
(note: please run this command with dependency pods running)kubectl describe node
kubectl describe pod <failing pod name>
kubectl logs <failing pod name>
kubectl logs <failing pod name> -p
(note: this command must be run after a pod crash)This should help debug yo…