Bug 1488380 - No visible difference for DC and k8s deployment of same name on overview by default
Summary: No visible difference for DC and k8s deployment of same name on overview by d...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: 3.9.0
Assignee: Robb Hamilton
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-05 09:06 UTC by Xingxing Xia
Modified: 2018-03-28 14:06 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Previously, you were unable to distinguish between an OpenShift DeploymentConfig and a Kubernetes extensions/v1beta1 Deployment on the web console overview since they used the same "Deployment" label. We've changed the label from "Deployment" to "Deployment Config" for DeploymentConfig resources on the overview so users can tell the difference.
Clone Of:
Environment:
Last Closed: 2018-03-28 14:06:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
no_visible_difference_for_DC_and_k8s_deployment_of_same_name (46.14 KB, image/png)
2017-09-05 09:06 UTC, Xingxing Xia
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 None None None 2018-03-28 14:06:48 UTC

Description Xingxing Xia 2017-09-05 09:06:20 UTC
Created attachment 1322137 [details]
no_visible_difference_for_DC_and_k8s_deployment_of_same_name

Description of problem:
On overview, no visible difference for DC and k8s deployment if they have same name unless user clicks to choose "Resource Type" in top "List by" drop-down. It is better to make difference by default without that extra click.

Version-Release number of selected component (if applicable):
v3.7.0-0.123.0

How reproducible:
Always

Steps to Reproduce:
1. Create DC
$ oc run hello-openshift --image openshift/hello-openshift

2. Create k8s deployment
$ cat hello-deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: hello-openshift
spec:
  replicas: 1
  template:
    metadata:
      labels:
        name: hello-openshift
    spec:
      containers:
      - name: hello-openshift
        image: openshift/hello-openshift

$ oc create -f hello-deployment.yaml

3. On overview, check DC and k8s deployment

Actual results:
3. Hard to see which is DC, which is k8s, see screenshot. Unless user clicks to choose "Resource Type" in top "List by" drop-down

Expected results:
3. It is better to make difference by default without that extra click

Additional info:

Comment 1 Robb Hamilton 2018-01-17 15:42:56 UTC
PR to resolve: https://github.com/openshift/origin-web-console/pull/2675

Comment 3 Xingxing Xia 2018-01-23 05:17:23 UTC
Checked in v3.9.0-0.22.0, now overview page shows DEPLOYMENT CONFIG for DC and  DEPLOYMENT for k8s deploy

Comment 6 errata-xmlrpc 2018-03-28 14:06:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0489


Note You need to log in before you can comment on or make changes to this bug.