Bug 1816362
Summary: | `Active Deadline Seconds` does not display on pod details | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Robb Hamilton <rhamilto> | ||||
Component: | Management Console | Assignee: | Robb Hamilton <rhamilto> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.5 | CC: | aos-bugs, hasha, jokerman | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | No Doc Update | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1816637 (view as bug list) | Environment: |
Version: 4.5.0-0.ci-2020-03-21-123603
Cluster ID: 26d70ff0-7f61-4770-b8b5-0127493bcbad
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
|
||||
Last Closed: | 2020-08-04 18:06:25 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1816637 | ||||||
Attachments: |
|
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 |
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".