Aller au contenu

PodFailed#

Fires when a pod fails to start.

Troubleshooting hints :

  • Get on the cluster and run kubectl -n <namespace> describe pod <pod>
    • the name of the failed pod is in the description
    • the namespace of the failed pod is in the alert tags
  • The reason why it failed should appear in the Events: section at the end.