Skip to content

Commit

Permalink
DM: Revise wrong syntax for command example on get into the pod in en…
Browse files Browse the repository at this point in the history
…g doc (#2587) (#2590)
  • Loading branch information
ti-chi-bot authored Jul 9, 2024
1 parent 23ffd14 commit 755b9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/use-tidb-dm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Attach to the DM-master Pod by executing the following command:
{{< copyable "shell-regular" >}}

```shell
kubectl exec -ti ${dm_cluster_name}-dm-master-0 -n ${namespace} - /bin/sh
kubectl exec -ti ${dm_cluster_name}-dm-master-0 -n ${namespace} -- /bin/sh
```

### Create data source
Expand Down

0 comments on commit 755b9bc

Please sign in to comment.