Fix doc crash (#406)

* fix dns-chaos crash

Signed-off-by: cwen0 <cwenyin0@gmail.com>

* fix helm command

Signed-off-by: cwen0 <cwenyin0@gmail.com>

---------

Signed-off-by: cwen0 <cwenyin0@gmail.com>
This commit is contained in:
Cwen Yin 2023-11-28 16:25:13 +08:00 committed by GitHub
parent 014b9674c8
commit dca37de006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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: 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> <PickHelmVersion>{`helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --version latest --set dnsServer.create=false`}</PickHelmVersion>
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-mesh --version latest --set dnsServer.create=false
</PickHelmVersion>
::: :::

View File

@ -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: 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> <PickHelmVersion>{`helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-mesh --version latest --set dnsServer.create=false`}</PickHelmVersion>
helm install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-mesh --version latest --set dnsServer.create=false
</PickHelmVersion>
::: :::