Skip to content

Commit

Permalink
Fix doc crash (#406)
Browse files Browse the repository at this point in the history
* fix dns-chaos crash

Signed-off-by: cwen0 <[email protected]>

* fix helm command

Signed-off-by: cwen0 <[email protected]>

---------

Signed-off-by: cwen0 <[email protected]>
  • Loading branch information
cwen0 authored Nov 28, 2023
1 parent 014b967 commit dca37de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/simulate-dns-chaos-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ To simluate DNS faults, you need to deploy a special DNS service called Chaos DN

In the latest version, Chaos Mesh will deploy Chaos DNS Server by default. If you don't need to simulate DNS faults, you can set `dnsServer.create` to `false` when installing Chaos Mesh:

<PickHelmVersion>
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-mesh --version latest --set dnsServer.create=false
</PickHelmVersion>
<PickHelmVersion>{`helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --version latest --set dnsServer.create=false`}</PickHelmVersion>

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ To simluate DNS faults, you need to deploy a special DNS service called Chaos DN

In the latest version, Chaos Mesh will deploy Chaos DNS Server by default. If you don't need to simulate DNS faults, you can set `dnsServer.create` to `false` when installing Chaos Mesh:

<PickHelmVersion>
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-mesh --version latest --set dnsServer.create=false
</PickHelmVersion>
<PickHelmVersion>{`helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --version latest --set dnsServer.create=false`}</PickHelmVersion>

:::

Expand Down

0 comments on commit dca37de

Please sign in to comment.