AcalephStorage / kontinuous

The Kubernetes Continuous Integration & Delivery Platform (CI/CD) :arrows_counterclockwise:
Apache License 2.0
116 stars 9 forks source link

Consolidate Fetching of logs to one endpoint #22

Closed darkcrux closed 8 years ago

darkcrux commented 8 years ago

At the moment, the endpoint for fetching logs only fetches logs that are already in minio (S3). For currently running stages, the logs are fetched directly from Kubernetes. The cli tool and kubernetes currently switches from fetching from k8s and kontinuous. Since kontinuous has access to kubernetes, it might be better if the logic for this is moved to kontinuous and the clients will just have to fetch the logs at one endpoint.

darkcrux commented 8 years ago

already done in 0.1.2