From e74ec715cf8bbe86730428032931a18faf4b9aef Mon Sep 17 00:00:00 2001 From: Jennifer Rondeau Date: Tue, 19 Feb 2019 01:59:04 -0500 Subject: [PATCH] fix minishift wording, remove broken link (#12679) --- content/en/docs/setup/pick-right-solution.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/content/en/docs/setup/pick-right-solution.md b/content/en/docs/setup/pick-right-solution.md index 57df6bcb4336a..489b17cc6fe2f 100644 --- a/content/en/docs/setup/pick-right-solution.md +++ b/content/en/docs/setup/pick-right-solution.md @@ -39,7 +39,7 @@ easy-to-install application for your Mac or Windows environment that enables you start coding and deploying in containers in minutes on a single-node Kubernetes cluster. -* [Minishift](https://docs.okd.io/latest/minishift/) installs the community version of the Kubernetes enterprise platform OpenShift for local development & testing. It offers an All-In-One VM (`minishift start`) for Windows, macOS and Linux and the containeriz based `oc cluster up` (Linux only) and [comes with some easy to install Add Ons](https://github.com/minishift/minishift-addons/tree/master/add-ons). +* [Minishift](https://docs.okd.io/latest/minishift/) installs the community version of the Kubernetes enterprise platform OpenShift for local development & testing. It offers an all-in-one VM (`minishift start`) for Windows, macOS, and Linux. The container start is based on `oc cluster up` (Linux only). You can also install [the included add-ons](https://github.com/minishift/minishift-addons/tree/master/add-ons). * [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. @@ -157,13 +157,10 @@ it will be easier than starting from scratch. If you do want to start from scrat have special requirements, or just because you want to understand what is underneath a Kubernetes cluster, try the [Getting Started from Scratch](/docs/setup/scratch/) guide. -If you are interested in supporting Kubernetes on a new platform, see -[Writing a Getting Started Guide](https://git.k8s.io/community/contributors/devel/writing-a-getting-started-guide.md). - ### Universal If you already have a way to configure hosting resources, use -[kubeadm](/docs/setup/independent/create-cluster-kubeadm/) to easily bring up a cluster +[kubeadm](/docs/setup/independent/create-cluster-kubeadm/) to bring up a cluster with a single command per machine. ### Cloud