cloudfoundry / cf-k8s-logging

Apache License 2.0
5 stars 11 forks source link

Build logs are not displayed during cf-push #18

Closed Syerram closed 4 years ago

Syerram commented 4 years ago

Expected Behavior

During app staging, I expect cf-push to stream build logs.

Actual Behavior

No build logs are shown to the user.

Steps to Reproduce the Problem

Additional information

See this slack thread for more information.

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

pianohacker commented 4 years ago

Per our discussion with CAPI, the fix is to put a tag on the build pods that we can grab the correct source type from.

pianohacker commented 4 years ago

Fixed by PR #23 .