From 87f0a72ddad8075a82a9768ea892e1e1b4970e7c Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Thu, 17 Jan 2019 01:27:45 +0000 Subject: [PATCH] Add correct styling for MicroK8s in docs (#12248) --- content/en/docs/setup/pick-right-solution.md | 2 +- .../users/application-developer/foundational.md | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/content/en/docs/setup/pick-right-solution.md b/content/en/docs/setup/pick-right-solution.md index dce56bf6b9..b564e83cc5 100644 --- a/content/en/docs/setup/pick-right-solution.md +++ b/content/en/docs/setup/pick-right-solution.md @@ -36,7 +36,7 @@ a Kubernetes cluster from scratch. * [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). -* [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. +* [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. * [IBM Cloud Private-CE (Community Edition)](https://github.com/IBM/deploy-ibm-cloud-private) can use VirtualBox on your machine to deploy Kubernetes to one or more VMs for development and test scenarios. Scales to full multi-node cluster. diff --git a/content/en/docs/user-journeys/users/application-developer/foundational.md b/content/en/docs/user-journeys/users/application-developer/foundational.md index bdd83e2066..9bcd490626 100644 --- a/content/en/docs/user-journeys/users/application-developer/foundational.md +++ b/content/en/docs/user-journeys/users/application-developer/foundational.md @@ -53,9 +53,9 @@ Minikube can be installed locally, and runs a simple, single-node Kubernetes clu You can get basic information about your cluster with the commands `kubectl cluster-info` and `kubectl get nodes`. However, to get a good idea of what's really going on, you need to deploy an application to your cluster. This is covered in the next section. -#### microk8s +#### MicroK8s -On Linux, *microk8s* is a good alternative to Minikube for a local +On Linux, *MicroK8s* is a good alternative to Minikube for a local install of Kubernetes: * Runs on the native OS, so there is no overhead from running a virtual machine. @@ -64,8 +64,8 @@ install of Kubernetes: * {{< link text="Install microk8s" url="https://microk8s.io/" >}}. -After you install microk8s, you can use its tab-completion -functionality. All microk8s commands start with `microk8s.`. Type +After you install MicroK8s, you can use its tab-completion +functionality. All MicroK8s commands start with `microk8s.`. Type `microk8s.` (with the period) and then use the tab key to see a list of available commands. @@ -258,6 +258,3 @@ If you feel fairly comfortable with the topics on this page and want to learn mo * {{< link text="Foundational Cluster Operator" url="/docs/user-journeys/users/cluster-operator/foundational/" >}} - Build breadth, by exploring other journeys. {{% /capture %}} - - -