Skip to content

Commit

Permalink
[update] update website/doc , remove '$' in shell (#747)
Browse files Browse the repository at this point in the history
* update

Signed-off-by: “fewdan” <[email protected]>

* update

Signed-off-by: “fewdan” <[email protected]>

* update

Signed-off-by: “fewdan” <[email protected]>

* remove $ in shell

Signed-off-by: “fewdan” <[email protected]>

* update

Signed-off-by: “fewdan” <[email protected]>

Co-authored-by: CWen <[email protected]>
  • Loading branch information
fewdan and cwen0 authored Jul 29, 2020
1 parent ca142f1 commit 6923b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/user_guides/pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
1. When the chaos is running, run the following command to get its status:
```shell
$ kubectl get podchaos pod-kill-example --namespace chaos-testing --output yaml \
kubectl get podchaos pod-kill-example --namespace chaos-testing --output yaml \
&& kubectl get pods --namespace chaos-testing
```

Expand Down Expand Up @@ -81,9 +81,9 @@ spec:
2. Pause the running chaos:

```shell
$ kubectl annotate podchaos pod-kill-example --namespace chaos-testing experiment.chaos-mesh.org/pause=true
kubectl annotate podchaos pod-kill-example --namespace chaos-testing experiment.chaos-mesh.org/pause=true
podchaos.chaos-mesh.org/pod-kill-example annotated
$ kubectl get podchaos pod-kill-example --namespace chaos-testing --output yaml \
kubectl get podchaos pod-kill-example --namespace chaos-testing --output yaml \
&& kubectl get pods --namespace chaos-testing
```

Expand Down Expand Up @@ -133,7 +133,7 @@ spec:
3. Resume this chaos:

```shell
$ kubectl annotate podchaos pod-kill-example --namespace chaos-testing experiment.chaos-mesh.org/pause-
kubectl annotate podchaos pod-kill-example --namespace chaos-testing experiment.chaos-mesh.org/pause-
podchaos.chaos-mesh.org/pod-kill-example annotated
```

Expand Down

0 comments on commit 6923b8c

Please sign in to comment.