From a030e5777e96c315b7f0139657ce1c878dd15c1d Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 8 Aug 2016 09:23:07 -0700 Subject: [PATCH] Remove dead links, point to minikube Remove dead links to methods of locally hosting k8s. Point to minikube instead. --- docs/getting-started-guides/index.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/getting-started-guides/index.md b/docs/getting-started-guides/index.md index 79a418e425..a943727921 100644 --- a/docs/getting-started-guides/index.md +++ b/docs/getting-started-guides/index.md @@ -30,15 +30,9 @@ a Kubernetes cluster from scratch. ### Local-machine Solutions -Local-machine solutions create a single cluster with one or more Kubernetes nodes on a single -physical machine. Setup is completely automated and doesn't require a cloud provider account. -But their size and availability is limited to that of a single machine. - -The local-machine solutions are: - -- [Minikube](/docs/getting-started-guides/minikube/) (recommended) -- [Local Docker-based](/docs/getting-started-guides/docker) -- [Vagrant](/docs/getting-started-guides/vagrant) +[Minikube](/docs/getting-started-guides/minikube/) is the recommended method for you to create a +single node kubernetes cluster locally for purposes of development and testing. +Setup is completely automated and doesn't require a cloud provider account. ### Hosted Solutions