Hide Forgot
Description of problem: Create pod from dc using oc run command, then check the pod on overview page, the pod's donut info and scale up and down arrow are not shown on overview page. Version-Release number of selected component (if applicable): openshift v1.4.0-alpha.0+b1ed662 kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 How reproducible: Always Steps to Reproduce: 1.Create pod using oc run command. # oc run testpod1 --image=aosqe/hello-openshift -n prozyp-t deploymentconfig "testpod1" created # oc get pod NAME READY STATUS RESTARTS AGE testpod1-1-rwv0l 1/1 Running 0 12m 2.Check the pod on overview page. 3. Actual results: 1.Dc and pod are created successfully. 2.Pod's donut info and scale up and down arrow are not shown on overview page. Expected results: 3.Should show pod's info fully on overview page. Additional info: The issue is also reproduced on OCP with version: OpenShift Master:v3.4.0.8 Kubernetes Master:v1.4.0+776c994
Created attachment 1208316 [details] pod-on-overview
https://github.com/openshift/origin-web-console/pull/655
This is not a problem in 1.3.x. It's a regression in 1.4, caused by changes for replica sets and Kubernetes deployments.
openshift version openshift v1.4.0-alpha.0+44fd91b-dirty kubernetes v1.4.0+776c994 etcd 3.1.0-alpha.1 Checked on origin env with above version, after create pod from dc with oc run command, check the pod on overview page, the pod info is shown correctly including donut chart and scale up/down arrow. The bug has been fixed, so move it to Verified.