remove "recommended" from Minikube description (#10701)

Now that there are multiple predictable and stable upstream solutions to deploy Kubernetes, we should not express an opinion as to which one to recommend without also mentioning the reasons for it.
This commit is contained in:
Stephan Fabel
2018-10-24 00:07:37 +02:00
committed by k8s-ci-robot
parent 60293a7717
commit 0e46d4682d
+1 -1
View File
@@ -32,7 +32,7 @@ a Kubernetes cluster from scratch.
## Local-machine Solutions
* [Minikube](/docs/setup/minikube/) is the recommended method for creating a local, single-node Kubernetes cluster for development and testing. Setup is completely automated and doesn't require a cloud provider account.
* [Minikube](/docs/setup/minikube/) is a method for creating a local, single-node Kubernetes cluster for development and testing. Setup is completely automated and doesn't require a cloud provider account.
* [microk8s](https://microk8s.io/) provides a single command installation of the latest Kubernetes release on a local machine for development and testing. Setup is quick, fast (~30 sec) and supports many plugins including Istio with a single command.