Hide Forgot
The cluster-monitoring-operator pod does not provide a termination message, hindering debugging efforts when the pods are crash looping. At minimum, the pod's terminationMessagePolicy should be "FallbackToLogsOnError". See https://kubernetes.io/docs/tasks/debug-application-cluster/determine-reason-pod-failure/#customizing-the-termination-message Expected Results: The termination message should appear in a pod container's .status.lastState.terminated.message field.
A Pull Request with the fix has been made and it is about to be merged. https://github.com/openshift/cluster-monitoring-operator/pull/347
# oc -n openshift-monitoring get deploy cluster-monitoring-operator -oyaml | grep terminationMessagePolicy terminationMessagePolicy: FallbackToLogsOnError payload: 4.1.0-0.nightly-2019-05-09-204138
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758