Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Add milestones and changelog links to ROADMAP / update (#487)
Browse files Browse the repository at this point in the history
Updates the roadmap to outline all the past tasks as well as the future
tasks (within milestones).
  • Loading branch information
cdrage authored Nov 23, 2017
1 parent a103c71 commit 304f507
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@

The goal of Kedge is to have the __best__ possible experience when deploying Kubernetes artifacts.

Here we outline our goals for future releases:
## Past

## Kedge 0.1.0
Past tasks are automatically generated and outlined within our [CHANGELOG.md](https://github.com/kedgeproject/kedge/blob/master/CHANGELOG.md).

* [ ] Parameterize the ingress host value or endpoint value
* [ ] Rename persistentVolumes to something better like volumeClaims
* [ ] Add support for Jobs, CronJobs, HorizontalPodAutoScaler, etc.
* [ ] Comprehensive documentation of each and every feature
* [ ] The way secrets and configmaps are referred in containers.env it is too much indirection, making it easier.
* [ ] configData are confusing terms rename them.
* [ ] Add convenient shortcuts to the make configMapKeyRef and secretKeyRef usage becomes easier.
* [ ] Add such shortcuts to other part of the spec, but user can choose to use shortcuts or define everything without having to use shortcuts.
* [ ] Create intelligent defaults to the tool, to reduce what a user will write.
* [ ] Generate OpenShift artifacts? All things related to OpenShift like builds, routes, etc.
* [ ] Fields could be renamed to have easier or better name.
## Upcoming

Future tasks are outlined within [milestones](https://github.com/kedgeproject/kedge/milestones).

0 comments on commit 304f507

Please sign in to comment.