diff --git a/deploy/addons/helm-tiller/README.md b/deploy/addons/helm-tiller/README.md index 7e0b1fb189d4..b5dd8234a28a 100644 --- a/deploy/addons/helm-tiller/README.md +++ b/deploy/addons/helm-tiller/README.md @@ -9,7 +9,7 @@ minikube addons enable helm-tiller ``` In a minute or so tiller will be installed into your cluster. You could run `helm init` each time you create a new minikube instance or you could just enable this addon. -Each time you start a new minikube instance tiller will be automatically installed. +Each time you start a new minikube instance, tiller will be automatically installed. ### Testing installation @@ -17,7 +17,7 @@ Each time you start a new minikube instance tiller will be automatically install helm ls ``` -If everything wen't well you shouldn't get any errors about tiller not being installed in your cluster. If you haven't deployed any releases `helm ls` won't return anything. +If everything went well you shouldn't get any errors about tiller being installed in your cluster. If you haven't deployed any releases `helm ls` won't return anything. ### Deprecation of Tiller When tiller is finally deprecated this addon won't be necessary anymore. If your version of helm doesn't use tiller, you don't need this addon. diff --git a/site/content/en/docs/Reference/Commands/dashboard.md b/site/content/en/docs/Reference/Commands/dashboard.md index 4457d65dae15..8bd21037d380 100644 --- a/site/content/en/docs/Reference/Commands/dashboard.md +++ b/site/content/en/docs/Reference/Commands/dashboard.md @@ -4,7 +4,7 @@ linkTitle: "dashboard" weight: 1 date: 2019-08-01 description: > - Access the kubernetes dashboard running within the minikube cluster + Access the Kubernetes dashboard running within the minikube cluster --- ## Usage diff --git a/site/content/en/docs/Reference/Commands/delete.md b/site/content/en/docs/Reference/Commands/delete.md index 77fb77de5115..db3e2f71252b 100644 --- a/site/content/en/docs/Reference/Commands/delete.md +++ b/site/content/en/docs/Reference/Commands/delete.md @@ -4,12 +4,12 @@ linkTitle: "delete" weight: 1 date: 2019-08-01 description: > - Deletes a local kubernetes cluster + Deletes a local Kubernetes cluster --- ### Overview -Deletes a local kubernetes cluster. This command deletes the VM, and removes all +Deletes a local Kubernetes cluster. This command deletes the VM, and removes all associated files. ## Usage diff --git a/site/content/en/docs/Reference/Commands/kubectl.md b/site/content/en/docs/Reference/Commands/kubectl.md index bd1d39909078..54b87473620f 100644 --- a/site/content/en/docs/Reference/Commands/kubectl.md +++ b/site/content/en/docs/Reference/Commands/kubectl.md @@ -10,7 +10,7 @@ description: > ### Overview -Run the kubernetes client, download it if necessary. +Run the Kubernetes client, download it if necessary. ### Usage diff --git a/site/content/en/docs/Reference/Commands/service.md b/site/content/en/docs/Reference/Commands/service.md index e89859fd353c..67ed39d486d9 100644 --- a/site/content/en/docs/Reference/Commands/service.md +++ b/site/content/en/docs/Reference/Commands/service.md @@ -4,12 +4,12 @@ linkTitle: "service" weight: 1 date: 2019-08-01 description: > - Gets the kubernetes URL(s) for the specified service in your local cluster + Gets the Kubernetes URL(s) for the specified service in your local cluster --- ### Overview -Gets the kubernetes URL(s) for the specified service in your local cluster. In the case of multiple URLs they will be printed one at a time. +Gets the Kubernetes URL(s) for the specified service in your local cluster. In the case of multiple URLs they will be printed one at a time. ### Usage diff --git a/site/content/en/docs/Reference/Commands/start.md b/site/content/en/docs/Reference/Commands/start.md index 887e9f582cc2..62073d14e144 100644 --- a/site/content/en/docs/Reference/Commands/start.md +++ b/site/content/en/docs/Reference/Commands/start.md @@ -4,7 +4,7 @@ linkTitle: "start" weight: 1 date: 2019-08-01 description: > - Starts a local kubernetes cluster + Starts a local Kubernetes cluster --- ### Usage diff --git a/site/content/en/docs/Reference/Commands/status.md b/site/content/en/docs/Reference/Commands/status.md index cd08136d3339..90dd6e2bde9f 100644 --- a/site/content/en/docs/Reference/Commands/status.md +++ b/site/content/en/docs/Reference/Commands/status.md @@ -4,15 +4,15 @@ linkTitle: "status" weight: 1 date: 2019-08-01 description: > - Gets the status of a local kubernetes cluster + Gets the status of a local Kubernetes cluster --- ### Overview -Gets the status of a local kubernetes cluster. - Exit status contains the status of minikube's VM, cluster and kubernetes encoded on it's bits in this order from right to left. - Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for kubernetes NOK) +Gets the status of a local Kubernetes cluster. + Exit status contains the status of minikube's VM, cluster and Kubernetes encoded on it's bits in this order from right to left. + Eg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK) ### Usage diff --git a/site/content/en/docs/Reference/Commands/stop.md b/site/content/en/docs/Reference/Commands/stop.md index 51f8a89b4c2b..0bb9e63fba48 100644 --- a/site/content/en/docs/Reference/Commands/stop.md +++ b/site/content/en/docs/Reference/Commands/stop.md @@ -4,12 +4,12 @@ linkTitle: "stop" weight: 1 date: 2019-08-01 description: > - Stops a running local kubernetes cluster + Stops a running local Kubernetes cluster --- ### Overview -Stops a local kubernetes cluster running in Virtualbox. This command stops the VM +Stops a local Kubernetes cluster running in Virtualbox. This command stops the VM itself, leaving all files intact. The cluster can be started again with the "start" command. ### Usage