Merge pull request #14761 from klaases/roadmap1
Update roadmap items that have been completedpull/14782/head
commit
637dbf431f
|
@ -14,8 +14,8 @@ Please send a PR to suggest any improvements to it.
|
|||
|
||||
## (#1) GUI
|
||||
|
||||
- [ ] Be able to start, stop, pause, and delete clusters via a GUI
|
||||
- [ ] Application available for all supported platforms: Linux, macOS, Windows
|
||||
- [x] Be able to start, stop, pause, and delete clusters via a GUI (prototype state)
|
||||
- [x] Application available for all supported platforms: Linux, macOS, Windows
|
||||
|
||||
## (#2) Documentation
|
||||
|
||||
|
@ -25,14 +25,14 @@ Please send a PR to suggest any improvements to it.
|
|||
|
||||
## (#3) ARM64 Support
|
||||
|
||||
- [ ] Add Linux VM support
|
||||
- [ ] Add Mac M1 VM support
|
||||
- [x] Add Linux VM support
|
||||
- [x] Add Mac M1 VM support (experimental, will improve by end of 2022)
|
||||
|
||||
## (#4) Docker
|
||||
- [ ] Remove the Docker Desktop requirement on Mac and Windows
|
||||
- [ ] Continue supporting Docker as a container runtime (with CRI)
|
||||
- [x] Continue supporting Docker as a container runtime (with CRI)
|
||||
|
||||
## (#5) libmachine Refactor
|
||||
|
||||
- [ ] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64
|
||||
- [x] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64 (experimental, will improve by end of 2022)
|
||||
- [ ] Fix the provisioner, remove legacy Swarm, and add support for other runtimes
|
||||
|
|
Loading…
Reference in New Issue