Skip to content

Commit

Permalink
en: fix a typo and update format (#2412) (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 12, 2023
1 parent 63aa4e4 commit 0b4da8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions en/advanced-statefulset.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ The [advanced StatefulSet controller](https://github.com/pingcap/advanced-statef
3. Upgrade TiDB Operator. For details, refer to [Upgrade TiDB Operator](upgrade-tidb-operator.md).

4. After upgrading TiDB Operator, check the AdvancedStatefulSet Controller is deployed by the following command:

{{< copyable "shell-regular" >}}

```shell
kubectl get pods -n ${operator-ns} --selector app.kubernetes.io/component=advanced-statefulset-controller
```

<details>
<summary>Expected output</summary>

```
NAME READY STATUS RESTARTS AGE
advanced-statefulset-controller-67885c5dd9-f522h 1/1 Running 0 10s
```
</details>

</details>

> **Note:**
>
Expand Down
2 changes: 1 addition & 1 deletion en/backup-restore-cr.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ This section introduces the fields in the `Restore` CR.
* `.spec.backupType`: the restore type. This field is valid only when you use BR to restore data. Currently, the following three types are supported, and this field can be combined with the `.spec.tableFilter` field to configure table filter rules:
* `full`: restore all databases in a TiDB cluster.
* `db`: restore a specifed database in a TiDB cluster.
* `db`: restore a specified database in a TiDB cluster.
* `table`: restore a specified table in a TiDB cluster.
* `.spec.tikvGCLifeTime`: the temporary `tikv_gc_life_time` setting during the restore, which defaults to `72h`.
Expand Down

0 comments on commit 0b4da8f

Please sign in to comment.