Skip to content

Commit

Permalink
Improve the quality of annotations
Browse files Browse the repository at this point in the history
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
  • Loading branch information
yuxiaobo96 committed Sep 27, 2019
1 parent 8e138a7 commit 9bddb9b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions deploy/addons/helm-tiller/README.md
Expand Up @@ -9,15 +9,15 @@ 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

```shell script
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.
2 changes: 1 addition & 1 deletion site/content/en/docs/Reference/Commands/dashboard.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/Commands/delete.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Reference/Commands/kubectl.md
Expand Up @@ -10,7 +10,7 @@ description: >

### Overview

Run the kubernetes client, download it if necessary.
Run the Kubernetes client, download it if necessary.

### Usage

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/Commands/service.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Reference/Commands/start.md
Expand Up @@ -4,7 +4,7 @@ linkTitle: "start"
weight: 1
date: 2019-08-01
description: >
Starts a local kubernetes cluster
Starts a local Kubernetes cluster
---

### Usage
Expand Down
8 changes: 4 additions & 4 deletions site/content/en/docs/Reference/Commands/status.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/Reference/Commands/stop.md
Expand Up @@ -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
Expand Down

0 comments on commit 9bddb9b

Please sign in to comment.