Description of problem: When there are deployment resources existing, click into Browse->Deployments every time, the context is blank under the Deployments item, unless we refresh the page. Version-Release number of selected component (if applicable): devenv_fedora_2313 $ oc version oc v1.0.5-318-g1fb52fd kubernetes v1.1.0-alpha.0-1605-g44c91b1 How reproducible: Always Steps to Reproduce: 1.Create app in project. $oc create -f origin/examples/sample-app/application-template-stibuild.json -n pro1 $oc new-app ruby-helloworld-sample -n pro1 2.Login the web console, in the project "pro1", click Browse->Deployments, check the existing deployment resources. 3.Under Browse->Deployments, refresh the page, check the context. Actual results: 2.Under Deployments item, there is nothing shown in the page. 3.Deployments resources show up in the page. Expected results: 2.The Deployments page should display the deployment resources. Additional info:
A fix for this merged late yesterday https://github.com/openshift/origin/pull/4598
Tested on fedora_devenv_2323 $ openshift version openshift v1.0.5-344-gd9fb965 kubernetes v1.1.0-alpha.0-1605-g44c91b1 After create nodejs app on web console, check the deployment resources under "Browse->Deployments", the resources can display immediately, no need to refresh page now. So move the bug to Verified.