The output of "kubectl get taskruns" was really confusing #717
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Expected Behavior
When I execute
kubectl get taskruns
, I expect to get a clear and helpful information.These information could tell me the status of
taskruns
at least.A simple one should look like this:
A better one like this:
Actual Behavior
This output seems like the "Pod condition" ? The "False/True" things. I think it's not make sense to display these information here.
Additional Info
I also check the Argo's "workflow" the same thing with "taskrun", the output like this:
But in the output of
kubectl get taskruns -o yaml
, I get this:So I suggest add
phase
to thestatus
section oftaskrun
and display asSTATUS
in the output ofkubectl get taskruns
if needed.The text was updated successfully, but these errors were encountered: