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!
At first glance,
Severity: Erroron 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
Statusblock from a successful eventingchannelinstance.I think it makes sense to have it on failed terminal conditions (i.e
Status: falseorunknown) and failed/successful non-terminal conditions.Again, feel free to close this issue!