Update roadmap.md
parent
786eb654d3
commit
5c8bc99770
|
@ -6,45 +6,45 @@ Please send a PR to suggest any improvements to it.
|
|||
|
||||
## (#1) User-friendly and accessible
|
||||
|
||||
- Creation of a user-centric minikube website for installation & documentation
|
||||
- Localized output to 5+ written languages
|
||||
- Make minikube usable in environments with challenging connectivity requirements
|
||||
- Support lightweight deployment methods for environments where VM's are impractical
|
||||
- Add offline support
|
||||
- [ ] Creation of a user-centric minikube website for installation & documentation
|
||||
- [ ] Localized output to 5+ written languages
|
||||
- [✅] Make minikube usable in environments with challenging connectivity requirements
|
||||
- [ ] Support lightweight deployment methods for environments where VM's are impractical
|
||||
- [ ] Add offline support
|
||||
|
||||
## (#2) Inclusive and community-driven
|
||||
|
||||
- Increase community involvement in planning and decision making
|
||||
- Make the continuous integration and release infrastructure publicly available
|
||||
- Double the number of active maintainers
|
||||
- [✅] Increase community involvement in planning and decision making
|
||||
- [ ] Make the continuous integration and release infrastructure publicly available
|
||||
- [✅] Double the number of active maintainers
|
||||
|
||||
## (#3) Cross-platform
|
||||
|
||||
- Simplified installation process across all supported platforms
|
||||
- Users should never need to separately install supporting binaries
|
||||
- [ ] Simplified installation process across all supported platforms
|
||||
- [ ] Users should never need to separately install supporting binaries
|
||||
|
||||
## (#4) Support all Kubernetes features
|
||||
|
||||
- Add multi-node support
|
||||
- [ ] Add multi-node support
|
||||
|
||||
## (#5) High-fidelity
|
||||
|
||||
- Reduce guest VM overhead by 50%
|
||||
- Disable swap in the guest VM
|
||||
- [ ] Reduce guest VM overhead by 50%
|
||||
- [x] Disable swap in the guest VM
|
||||
|
||||
## (#6) Compatible with all supported Kubernetes releases
|
||||
|
||||
- Continuous Integration testing across all supported Kubernetes releases
|
||||
- Automatic PR generation for updating the default Kubernetes release minikube uses
|
||||
- [✅] Continuous Integration testing across all supported Kubernetes releases
|
||||
- [ ] Automatic PR generation for updating the default Kubernetes release minikube uses
|
||||
|
||||
## (#7) Support for all Kubernetes-friendly container runtimes
|
||||
|
||||
- Run all integration tests across all supported container runtimes
|
||||
- Support for Kata Containers (help wanted!)
|
||||
- [✅] Run all integration tests across all supported container runtimes
|
||||
- [ ] Support for Kata Containers (help wanted!)
|
||||
|
||||
## (#8) Stable and easy to debug
|
||||
|
||||
- Pre-flight error checks for common connectivity and configuration errors
|
||||
- Improve the `minikube status` command so that it can diagnose common issues
|
||||
- Mark all features not covered by continuous integration as `experimental`
|
||||
- Stabilize and improve profiles support (AKA multi-cluster)
|
||||
- [ ] Pre-flight error checks for common connectivity and configuration errors
|
||||
- [ ] Improve the `minikube status` command so that it can diagnose common issues
|
||||
- [ ] Mark all features not covered by continuous integration as `experimental`
|
||||
- [✅] Stabilize and improve profiles support (AKA multi-cluster)
|
||||
|
|
Loading…
Reference in New Issue