From 0e46d4682d1388385a376a24cc0ed4d989ae5e00 Mon Sep 17 00:00:00 2001 From: Stephan Fabel <1530330+sfabel@users.noreply.github.com> Date: Wed, 24 Oct 2018 00:07:37 +0200 Subject: [PATCH] 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. --- content/en/docs/setup/pick-right-solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/pick-right-solution.md b/content/en/docs/setup/pick-right-solution.md index 882563a57c..1686f43f4c 100644 --- a/content/en/docs/setup/pick-right-solution.md +++ b/content/en/docs/setup/pick-right-solution.md @@ -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.