diff --git a/en/advanced-statefulset.md b/en/advanced-statefulset.md index 3338ec7de..a845b421b 100644 --- a/en/advanced-statefulset.md +++ b/en/advanced-statefulset.md @@ -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 ```
Expected output - + ``` NAME READY STATUS RESTARTS AGE advanced-statefulset-controller-67885c5dd9-f522h 1/1 Running 0 10s ``` - -
+ + > **Note:** > diff --git a/en/backup-restore-cr.md b/en/backup-restore-cr.md index a8ccba429..c022ee7bd 100644 --- a/en/backup-restore-cr.md +++ b/en/backup-restore-cr.md @@ -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`.