Hide Forgot
Description of problem: Configured loggingPublicURL in master-config to enable showing "View Archive" on web console. Check the "View Archive" link on build/deployment/pod/monitoring page. The link is missing on some page. Version-Release number of selected component (if applicable): openshift v1.3.0-alpha.3+d0df369 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git How reproducible: Always Steps to Reproduce: 1.Configure loggingPublicURL in master-config to enable showing "View Archive" on web console. 2.Create app from image on web console. Make sure build/deployment are triggered. 3.Check "View Archive" link on build/deployment/pod/monitoring page Actual results: 3.There is "View Archive" link on pod log page and build/pod part on monitoring page, but no this link on build log page, deployment log page and deployment part on monitoring page. Expected results: 3.The link should be shown on all these pages. Additional info:
> The link should be shown on all these pages. The view archive link is not currently supported for builds or deployments. That it was showing up on the monitoring page for builds was a build (and the link would not have worked properly). https://github.com/openshift/origin-web-console/pull/506
That it was showing up on the monitoring page for builds was a bug.
Merging to origin in https://github.com/openshift/origin/pull/10769
openshift v1.3.0-alpha.3+0a9f79a kubernetes v1.3.0+52492b4 etcd 2.3.0+git Tested on origin env, now only pod log page and pod log part on Monitoring page has "View Archive" link as designed. Move the bug to Verified.