Skip to content

oc status does not elide duplicate deployment config #3775

@smarterclayton

Description

@smarterclayton

When two services overlap a DC, it should only be printed in detail once:

service ab-example - 172.30.76.170:8080
  ab-example deploys deployment-example:latest 
    #2 deployed about a minute ago - 1 pod
    #1 deployed 6 minutes ago
  ab-example-b deploys deployment-example:latest 
    #2 deployed 58 seconds ago - 1 pod
    #1 deployed 3 minutes ago

service ab-example-b - 172.30.114.157:8080
  ab-example-b deploys deployment-example:latest 
    #2 deployed 58 seconds ago - 1 pod
    #1 deployed 3 minutes ago

Should be

service ab-example - 172.30.76.170:8080
  ab-example deploys deployment-example:latest 
    #2 deployed about a minute ago - 1 pod
    #1 deployed 6 minutes ago
  ab-example-b deploys deployment-example:latest 
    #2 deployed 58 seconds ago - 1 pod
    #1 deployed 3 minutes ago

service ab-example-b - 172.30.114.157:8080
  ab-example-b deploys deployment-example:latest ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions