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.
pull/3364/head
Andrew Regner 2018-11-24 20:15:06 -08:00 committed by GitHub
parent f6dbb9d14b
commit 5349a74488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -19,18 +19,18 @@ Here are some specific features that align with our goal:
## Priorities ## Priorities
This section contains the overall priorities of the minikube project, in rough order. This section contains the overall priorities of the minikube project, in rough order.
* Setting up a well-tested, secure and complete Kubernetes cluster locally. 1. Setting up a well-tested, secure and complete Kubernetes cluster locally.
* Cross Platform support (macOS, Linux, Windows) 2. Cross Platform support (macOS, Linux, Windows)
* Supporting existing Kubernetes features: 3. Supporting existing Kubernetes features:
* Load Balancer support. * Load Balancer support.
* Persistent disks. * Persistent disks.
* Keeping up with new Kubernetes releases and features. 4. Keeping up with new Kubernetes releases and features.
* Development-focused features like: 5. Development-focused features like:
* Mounting host directories. * Mounting host directories.
* VPN/proxy networking. * VPN/proxy networking.
* Native hypervisor integration. 6. Native hypervisor integration.
* Support for alternative Kubernetes runtimes, like rkt. 7. Support for alternative Kubernetes runtimes, like rkt.
* Removing the VirtualBox dependency and replacing it with Hypervisor.framework/Hyper-V. 8. Removing the VirtualBox dependency and replacing it with Hypervisor.framework/Hyper-V.
## Timelines ## Timelines
Minikube will release much faster than this, so this section is fairly speculative. Minikube will release much faster than this, so this section is fairly speculative.