Create roadmap.

This commit is contained in:
pprokop 2017-02-10 13:50:19 +01:00 committed by GitHub
parent 80a1044768
commit 9389ac8340
1 changed files with 25 additions and 0 deletions

25
doc/roadmap.md Normal file
View File

@ -0,0 +1,25 @@
Kubernetes-entrypoint roadmap
================================
###Tests
- [x] set Tavis CI
- [ ] unit tests code coverage min. 75%
- [ ] functional tests
###Dependency management
- [ ] Add dependency for deployment running on the same host
- [ ] Add dependency for statefullsets running on the same host
###New functionalities
- [ ] Add debug output
- [ ] Accept configuration via config file
- [ ] Accept configuration via command line flags
###Remove redundant functionality
- [ ] Remove templating feature from kubernetes-entrypoint
###Resolve known issues
- [ ] In some cases service dependency is not honored
###Developer experience
- [ ] Add developer guide