Skip to content

Commit

Permalink
fix: supplement kubernetes#18
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
  • Loading branch information
g1eny0ung committed Nov 26, 2020
1 parent 0c47f60 commit 666e90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9.1/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ Depending on your environment, there are two methods of installing Chaos Mesh:

> **Note:**
>
> Currently, Chaos Dashboard is not installed by default. If you want to try it out, add `--set dashboard.create=true` in the helm commands above. Refer to [Configuration](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh#configuration) for more information.
> Currently, Chaos Dashboard is not installed by default. If you want to try it out, add `--set dashboard.create=true` in the `helm install` commands above. Refer to [Configuration](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh#configuration) for more information.

After executing the above commands, you should be able to see the output indicating that all Chaos Mesh pods are up and running. Otherwise, check the current environment according to the prompt message or create an [issue](https://github.com/chaos-mesh/chaos-mesh/issues) for help.
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.2/user_guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To use Chaos Mesh, you must create the related custom resource type first.

> **Note:**
>
> Currently, Chaos Dashboard is not installed by default. If you want to try it out, add `--set dashboard.create=true` in the helm commands above. Refer to [Configuration](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh#configuration) for more information.
> Currently, Chaos Dashboard is not installed by default. If you want to try it out, add `--set dashboard.create=true` in the `helm install` commands below. Refer to [Configuration](https://github.com/chaos-mesh/chaos-mesh/tree/master/helm/chaos-mesh#configuration) for more information.
Depending on your environment, there are two methods of installing Chaos Mesh:

Expand Down

0 comments on commit 666e90e

Please sign in to comment.