Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #333 from luxas/update_roadmap
Browse files Browse the repository at this point in the history
Update the roadmap to reflect the current state
  • Loading branch information
luxas authored Aug 13, 2019
2 parents 6cf3602 + 978a48f commit d5026d8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ Other interesting resources include:

- [The issue tracker](https://github.com/weaveworks/ignite/issues)
- [The list of milestones](https://github.com/weaveworks/ignite/milestones)
- [The Roadmap](docs/roadmap.md)
- [CHANGELOG.md](CHANGELOG.md)
- [ROADMAP.md](ROADMAP.md)

## Getting Help

Expand Down
19 changes: 0 additions & 19 deletions ROADMAP.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ In this folder you can read more about how to use Ignite, and how it works:
awesome
cloudprovider
devel
roadmap
FAQ

.. toctree::
Expand Down
22 changes: 22 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Roadmap

This is a provisional roadmap for what we'd like to do in the coming releases.

- `containerd` support as a backing container runtime
- We might switch this to be the default, once the implementation is stable
- Split the `ignite` CLI into a client-server model
- The CLI should only be a thin wrapper that talks to `ignited`
- With this `ignite` can be run without root
- `ignited` will be run with `root` privileges, or in a container with capabilities specifically set
- Add Virtual Kubelet support to `ignited`
- `ignited` will register as a Virtual Kubelet in the target Kubernetes cluster
- The `VM` API type will be register as a `CustomResourceDefinition`
- Use device-mapper Thin Provisioning for layering image -> kernel -> resize -> writable overlay
- We might be able to utilize/vendor in containerd's devicemapper snapshotter
- Parallelized internal architecture for better performance
- Generate OpenAPI documentation and specifications
- Add support for CSI volumes
- Define what's in and out of scope for Ignite clearly, e.g.
- Supporting to restart VMs or not
- Supporting multiple network interfaces or not
- Provide deb/rpm packages

0 comments on commit d5026d8

Please sign in to comment.