Description of problem: In webconsole after delete a dc, still can click the dc's link then jump a page indicating dc is deleted ,in this page rcs are not listed. Version-Release number of selected component (if applicable): openshift v3.3.0.27 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git How reproducible: Always Steps to Reproduce: 1.Create a dc in web, triger some deployments and make sure the dc has rcs 2.Then delete the dc in web 3.In deployment list, click the dc name link Actual results: 3.Jump to a page tip "errorThis deployment configuration can not be found, it may have been deleted.Any remaining deployment history for this deployment will be shown." and no any rc is listed. Expected results: 3.Should show rc in the page. Additional info:
merging to origin in https://github.com/openshift/origin/pull/10722
This has been merged into ose and is in OSE v3.3.0.28 or newer.
OpenShift Master: v3.3.0.28 Kubernetes Master: v1.3.0+507d3a7 After tested on OCP v3.3.0.28, rcs can be shown on deleted dc page now, the bug has been fixed, so move it to Verified.