Skip to content
Snippets Groups Projects
Closed [deploy-sourcegraph] Consider setting terminationMessagePolicy on pod templates
  • View options
  • [deploy-sourcegraph] Consider setting terminationMessagePolicy on pod templates

  • View options
  • Closed Issue created by Warren Gifford

    Created by: keegancsmith

    See terminationMessagePolicy on https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#container-v1-core

    When a container dies, kubectl describe on the pod will include the last few lines of log output. This seems very convenient. Currently the reason is always set to error since none of our applications update the termination reason file.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first