Skip to content

Severity: Error on successful terminal conditions seems misleading #2507

@neosab

Description

@neosab

At first glance, Severity: Error on Status can mislead someone into thinking that the resource failed. This is just my opinion, feel free to close this issue 😃

The following is the Status block from a successful eventing channel instance.

status:
  address:
    hostname: kafka-channel-1-channel.default.svc.cluster.local
  conditions:
  - lastTransitionTime: 2018-11-15T06:58:32Z
    severity: Error
    status: "True"
    type: Addressable
  - lastTransitionTime: 2018-11-15T06:58:32Z
    severity: Error
    status: "True"
    type: Provisioned
  - lastTransitionTime: 2018-11-15T06:58:32Z
    severity: Error
    status: "True"
    type: Ready

I think it makes sense to have it on failed terminal conditions (i.e Status: false or unknown) and failed/successful non-terminal conditions.

Again, feel free to close this issue!

Metadata

Metadata

Assignees

Labels

area/APIAPI objects and controllerskind/questionFurther information is requested

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions