Azure / draft-classic

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

implement local filesystem storage for draft builds #585

Open bacongobbler opened 6 years ago

bacongobbler commented 6 years ago

In order to improve performance on commands like draft history, it would be nice if there was some way to store build information locally rather than through the kubernetes API as configmaps via pkg/storage/kube.

bacongobbler commented 6 years ago

@fibonacci1729, I know you had ideas around storing build information in a git-based storage backend. When you have some free time, would you mind dumping your thoughts in this ticket?