You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Actual Behavior
It hangs :(
kp version
dev
?The text was updated successfully, but these errors were encountered: