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

Enable streaming of build logs #451

Open
pditommaso opened this issue Apr 12, 2024 · 2 comments · May be fixed by #459
Open

Enable streaming of build logs #451

pditommaso opened this issue Apr 12, 2024 · 2 comments · May be fixed by #459
Assignees

Comments

@pditommaso
Copy link
Contributor

The build logs reported in the build controller are only accessible once the logs have been uploaded on the build completion.

However, it should be possible to fetch the K8s pod output stream to stream the log while the build is running.

The goal of this issue is to enable this capability

@munishchouhan munishchouhan self-assigned this Apr 15, 2024
@munishchouhan
Copy link
Member

@pditommaso so to make it more clear

  1. Stream logs from k8s pod to S3 while build is in process
  2. then build log spi will automatically get the current log

Is this what is required?

@pditommaso
Copy link
Contributor Author

Nope, stream the k8s pod logs to the http client running the request

@munishchouhan munishchouhan linked a pull request Apr 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants