oc status should add events with type warning or error to the status output
Open
@fabianofranz is already working on this.
Since Oct 11, 2017.
kind/feature
lifecycle/frozen
priority/P2
sig/user-interface
- Dominant language
- Go
- Stars
- 8.7k
- Forks
- 4.8k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 53
Description
Had an RC that was failing to scale up:
Events:
FirstSeen LastSeen Count From SubObjectPath Type Reason Message
--------- -------- ----- ---- ------------- -------- ------ -------
8m 3m 17 replication-controller Warning FailedCreate Error creating: pods "sub-1-" is forbidden: service account periscope/sub was not found, retry after the service account is created
oc status didn't show any relevant info. We should probably add events of type warning or error as warnings or errors in oc status and make them obvious. We should probably also have the DC controller rolling up conditions onto the DC, and then have oc status show the dc conditions.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.