knative / build

A Kubernetes-native Build resource.
Apache License 2.0
575 stars 159 forks source link

The current pod generate by build doesn't have running status #583

Closed zxDiscovery closed 5 years ago

zxDiscovery commented 5 years ago

Expected Behavior

The pod generate by build task can show a running status for user.

Actual Behavior

I see the status changed from PodInitializing to Completed directly. I think this maybe make user confuse if user start a long time build for his project when the status always show Init or PodInitializing.

/cc @ImJasonH