Print STATUS and MESSAGE columns for ck and ck-api#833
Conversation
Add the STATUS and MESSAGE columns when using e.g. `oc get cloudkitty` similarly to what we have for all the other telemetry resources. Before: ``` $ oc get cloudkitty NAME AGE cloudkitty 5d11h $ oc get cloudkittyapi NAME AGE cloudkitty-api 5d7h $ oc get cloudkittyproc NAME NETWORKATTACHMENTS STATUS MESSAGE cloudkitty-proc True Setup complete ``` After: ``` $ oc get cloudkitty NAME STATUS MESSAGE cloudkitty True Setup complete $ oc get cloudkittyapi NAME STATUS MESSAGE cloudkitty-api True Setup complete $ oc get cloudkittyproc NAME NETWORKATTACHMENTS STATUS MESSAGE cloudkitty-proc True Setup complete ```
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d481123b849e4535b34ec763313b90ed ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 51m 38s |
|
recheck kuttl-tests seem like they didn't even manage to deploy. fvt job has some failed tempest tests with failed connections to neutron and keystone, but the must gather didn't get gathered. Seems like a wider environment issue rather than something related to the PR. |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vkmc, vyzigold The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3341e0a
into
openstack-k8s-operators:main
Add the STATUS and MESSAGE columns when using
e.g.
oc get cloudkittysimilarly to what we have for all the other telemetry resources.Before:
After: