Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

en: fix a typo and update format #2412

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions en/advanced-statefulset.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,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 @@ -265,7 +265,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
Loading