kpack-cli icon indicating copy to clipboard operation
kpack-cli copied to clipboard

`kp build logs` doesn't show when build jobs are stuck

Open carlosonunez opened this issue 3 years ago • 0 comments

Summary

Running kp build logs against an image build that is stuck hangs. This makes you think that either the build hasn't started or that the stream hasn't received logs yet.

Expected Behavior

$: kp build logs my-image -b 1 -n my-ns
WARNING: Build '1' for image 'my-image' hasn't started yet. Run this command to see why: "kubectl describe pod my-image-1-build-pod -n my-ns"

Actual Behavior

It hangs :(

kp version

dev?

carlosonunez avatar Oct 19 '21 19:10 carlosonunez