From 5349a744880490a3c6e6f97abe1884815b45446e Mon Sep 17 00:00:00 2001 From: Andrew Regner Date: Sat, 24 Nov 2018 20:15:06 -0800 Subject: [PATCH] Number ordered list of priorities The list of priorities for the project is said to be an ordered list, so it should be rendered as an ordered list and not bullet points. --- docs/contributors/roadmap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/contributors/roadmap.md b/docs/contributors/roadmap.md index 3d5fc19f7e..19647c795d 100644 --- a/docs/contributors/roadmap.md +++ b/docs/contributors/roadmap.md @@ -19,18 +19,18 @@ Here are some specific features that align with our goal: ## Priorities This section contains the overall priorities of the minikube project, in rough order. - * Setting up a well-tested, secure and complete Kubernetes cluster locally. - * Cross Platform support (macOS, Linux, Windows) - * Supporting existing Kubernetes features: + 1. Setting up a well-tested, secure and complete Kubernetes cluster locally. + 2. Cross Platform support (macOS, Linux, Windows) + 3. Supporting existing Kubernetes features: * Load Balancer support. * Persistent disks. - * Keeping up with new Kubernetes releases and features. - * Development-focused features like: + 4. Keeping up with new Kubernetes releases and features. + 5. Development-focused features like: * Mounting host directories. * VPN/proxy networking. - * Native hypervisor integration. - * Support for alternative Kubernetes runtimes, like rkt. - * Removing the VirtualBox dependency and replacing it with Hypervisor.framework/Hyper-V. + 6. Native hypervisor integration. + 7. Support for alternative Kubernetes runtimes, like rkt. + 8. Removing the VirtualBox dependency and replacing it with Hypervisor.framework/Hyper-V. ## Timelines Minikube will release much faster than this, so this section is fairly speculative.