Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

`draft logs` #469

Closed bacongobbler closed 6 years ago

bacongobbler commented 6 years ago

Returns logs for debugging an application’s failed builds.

This is a meta issue to track draft logs's progress from alpha to beta. We'll finalize design and UX around draft logs here.

Right now, draft creates a direct connection to kubernetes and tails the logs from the draftd pod. We should re-architect this such that it shows only the application's build logs.

michelleN commented 6 years ago

Resolved via #539