Created attachment 1672786 [details] Active Deadline Seconds is set, but display is "Not Configured" Description of problem: If a pod has `Active Deadline Seconds` set, the pod details page does not display the value. Instead it always displays "Not Configured".
https://github.com/openshift/console/pull/4801
create pod with following yaml, check the pod detail page. the Active Deadline Seconds field have the correct value 45 apiVersion: v1 kind: Pod metadata: name: example labels: app: hello-openshift namespace: default spec: activeDeadlineSeconds: 45 containers: - name: hello-openshift image: openshift/hello-openshift ports: - containerPort: 8080 4.5.0-0.nightly-2020-04-01-192422
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 (OpenShift Container Platform 4.5 image release 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-2020:2409