Hide Forgot
Description of problem: When viewing pod logs on "Logs" tab, pod status are not displayed. both Builds and Deployment have status on their Logs page Version-Release number of selected component (if applicable): devenv-rhel7_3540 How reproducible: Always Steps to Reproduce: 1.Create application 2.Check pod log Actual results: 2. Pod status are not shown on "Logs" tab Expected results: 2. Pod status should be indicated on "Logs" tab Additional info:
This was intentionally removed because it was misleading. See https://github.com/openshift/origin/issues/7414 We should be able to add it back as container state, however.
PR is in the works here: https://github.com/openshift/origin/pull/7669 Will update this ticket soon.
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/6f51b9ce55896f756a2633e1b8d3ce13b962e4e7 fixes bug 1312218 (bugzilla), fixes #7646 (github) - also fix ng-if=end to ng-if=timeEnd in logViewer template - check containerStatus.state, fallback to containerStatus.lastState - pull status, start & end time from log viewer to allow more granular control on each page - update pod page to use container status,start & end time - update build, deployment pages log details - update pod log message to indicate current log or previous log (using state / lastState) - update log header message area to improve appearance/responsiveness - add capitalize filter, move some filters to strings.js file - add few minor typographic css classes to typography.lesst push
checked against devenv-rhel7_3629, now in Pod Logs tab, container status are added, so move this bug to VERIFIED Will continue to test other changed function
Checked Pod Logs with container status/last state, started time and end time Build logs with started time and end time Deployment logs with started time and end time Works well