Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored and ti-chi-bot committed Jan 19, 2024
1 parent 1f5d21e commit f087580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Check configuration. The following command uses placement rules as an example:
kubectl -n ${namespace} exec -it ${cluster_name}-pd-0 -- ./pd-ctl config placement-rules show
```

Now TiDB cluster is recovered.
Now the TiDB cluster is recovered.

## Scenarios 2: All PD nodes are down and cannot be recovered

Expand Down Expand Up @@ -364,4 +364,4 @@ kubectl delete pod -l app.kubernetes.io/component=tidb,app.kubernetes.io/instanc
kubectl delete pod -l app.kubernetes.io/component=tikv,app.kubernetes.io/instance=${cluster_name} -n ${namespace}
```

Now TiDB cluster is recovered.
Now the TiDB cluster is recovered.

0 comments on commit f087580

Please sign in to comment.