This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #333 from luxas/update_roadmap
Update the roadmap to reflect the current state
- Loading branch information
Showing
4 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |