Status of pending steps no longer displayed in status #630
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/bug
Categorizes issue or PR as related to a bug.
Expected Behavior
When running
kubectl get taskruns -o yaml
for a TaskRun that is in progress, thesteps
section should display a pending status for all steps that have not yet started executing.Actual Behavior
Since we switched from init containers to regular containers, the
steps
section will show only completed steps and not in progress steps, for example:Steps to Reproduce the Problem
kubectl get taskrun -o yaml <my task run>
and observe the stepsThe text was updated successfully, but these errors were encountered: