Update roadmap.md

pull/4048/head
Thomas Strömberg 2019-04-02 12:55:13 -07:00 committed by GitHub
parent 786eb654d3
commit 5c8bc99770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 21 deletions

View File

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