Actions
Feature #20218
closedContainer log endpoint in controller that routes to either crunch-run or keep-web
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
Crunch
Target version:
-
Story points:
-
Description
https://dev.arvados.org/projects/arvados/wiki/Efficient_live_access_to_container_logs
New endpoint
/arvados/v1/containers/{uuid}/log/{file}.txt
Client makes a WebDAV request for the log collection.
If container logs don't exist yet, make an empty response.
If the container is running, route to crunch-run instance.
If the container is completed, route to keep-web.
Related issues
Updated by Peter Amstutz over 1 year ago
- Related to Idea #16442: Scalable + reliable container logging added
Updated by Peter Amstutz over 1 year ago
- Subject changed from Container log WebDAV endpoint that routes to either crunch-run or keep-web to Container log endpoint in controller that routes to either crunch-run or keep-web
Updated by Tom Clegg over 1 year ago
- Is duplicate of Feature #19889: access current container logs at /arvados/v1/containers/{uuid}/log/{filename} added
Actions