Description of problem: When dc is paused, both dc page and overview page should show the pause info, but current overview page lost it. Version-Release number of selected component (if applicable): v3.6.69 How reproducible: Always Steps to Reproduce: 1. oc run myrun --image=yapei/hello-openshift 2. Login web-console, go to dc page -> myrun-> Actions -> Pause Rollouts 3. Check current page (the DC page) and Overview page. Actual results: Overview pate lost the message like "myrun is paused. This will stop any new rollouts or triggers from running until resumed. Resume Rollouts" as DC page. Expected results: Overview page should show the message Additional info: OCP v3.5.5.13 is not reproduced.
We also need to disable the "Deploy" action from the overview kebab when a deployment config is paused like we do on the deployment config page.
Opened PR: https://github.com/openshift/origin-web-console/pull/1545
PR is in the merge queue now.
Will set to MODIFIED once merge is verified.
PR merged
Created attachment 1284891 [details] resume rollouts on overview page - 3.6 Verified on OpenShift Master: v3.6.94 Kubernetes Master: v1.6.1+5115d708d7 Please refer to the screenshot.