chore: update

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang 2025-02-18 11:36:11 +08:00
parent 0b61ec8f14
commit 76661c7b18
4 changed files with 8 additions and 8 deletions

View File

@ -87,7 +87,7 @@ Now you can run Chaos Mesh in a local Kubernetes cluster after compiling.
3. Install Chaos Mesh by Helm:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace
```
:::tip
@ -123,7 +123,7 @@ We could use [delve](https://github.com/go-delve/delve) with remote debugging to
3. Install Chaos Mesh and enable Remote Debugging:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
```
:::note

View File

@ -66,7 +66,7 @@ After compiling Chaos Mesh, you can run Chaos Mesh in a local Kubernetes cluster
3. Install Chaos Mesh by Helm
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace
```
:::note
@ -102,7 +102,7 @@ We could use [delve](https://github.com/go-delve/delve) with remote debugging to
3. Install Chaos Mesh by Helm with Enabling Remote Debugging
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.replicaCount=1
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.replicaCount=1
```
:::note

View File

@ -87,7 +87,7 @@ Now you can run Chaos Mesh in a local Kubernetes cluster after compiling.
3. Install Chaos Mesh by Helm:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace
```
:::tip
@ -123,7 +123,7 @@ We could use [delve](https://github.com/go-delve/delve) with remote debugging to
3. Install Chaos Mesh and enable Remote Debugging:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
```
:::note

View File

@ -87,7 +87,7 @@ Now you can run Chaos Mesh in a local Kubernetes cluster after compiling.
3. Install Chaos Mesh by Helm:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace
```
:::tip
@ -123,7 +123,7 @@ We could use [delve](https://github.com/go-delve/delve) with remote debugging to
3. Install Chaos Mesh and enable Remote Debugging:
```bash
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh --namespace=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
helm upgrade --install chaos-mesh-debug ./helm/chaos-mesh -n=chaos-mesh-debug --create-namespace --set chaosDlv.enable=true --set controllerManager.leaderElection.enabled=false
```
:::note