Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have the builders communicate to builder directly #44

Closed
arschles opened this issue Dec 15, 2015 · 1 comment
Closed

have the builders communicate to builder directly #44

arschles opened this issue Dec 15, 2015 · 1 comment

Comments

@arschles
Copy link
Member

builder outputs the build status on a git push, so it would be nice if deis/dockerbuilder and deis/slugbuilder could communicate what they're doing back to builder, so the end-user (who did the git push) can see what's going on. currently they have no insight into what's going on while the build is in progress.

We'll likely need to finish part or all of #29 before this can be possible.

@arschles arschles changed the title have the builders communicate back to builder? have the builders communicate to builder directly Dec 15, 2015
@arschles
Copy link
Member Author

This was solved simply in #60, which runs kubectl logs -f $BUILDER_POD_NAME. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant