[deploy-sourcegraph] Consider setting terminationMessagePolicy on pod templates
View options
- Truncate descriptions
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.