Mark roadmap items as complete

pull/14761/head
klaases 2022-08-08 14:08:24 -07:00
parent 1d4447affa
commit 28f5405f83
1 changed files with 11 additions and 11 deletions

View File

@ -14,25 +14,25 @@ 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
- [ ] Consolidate Kubernetes documentation that references minikube
- [ ] Delete outdated documentation
- [ ] Add documentation for new features
- [x] Consolidate Kubernetes documentation that references minikube
- [x] Delete outdated documentation
- [x] Add documentation for new features
## (#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] Remove the Docker Desktop requirement on Mac and Windows
- [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
- [ ] Fix the provisioner, remove legacy Swarm, and add support for other runtimes
- [x] Add new driver (with QEMU) to replace HyperKit, primarily for Mac arm64
- [x] Fix the provisioner, remove legacy Swarm, and add support for other runtimes