Skip to content

Commit aa94fe0

Browse files
Oreoxmtqiancai
andauthored
revise wording
Co-authored-by: Grace Cai <qqzczy@126.com>
1 parent 7d457d5 commit aa94fe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/deploy-failures.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If the `StorageClass` of the PVC cannot be found, take the following steps:
6161

6262
### Insufficient available PVs
6363

64-
If a `StorageClass` exists in the cluster but the available PV is insufficient, you need to add PV resources correspondingly.
64+
If a `StorageClass` exists in the cluster but the available PVs are insufficient, you need to add PV resources correspondingly.
6565

6666
## The Pod is in the `CrashLoopBackOff` state
6767

@@ -81,9 +81,9 @@ kubectl -n ${namespace} logs -p ${pod_name}
8181

8282
After checking the error messages in the log, you can refer to [Cannot start `tidb-server`](https://docs.pingcap.com/tidb/stable/troubleshoot-tidb-cluster#cannot-start-tidb-server), [Cannot start `tikv-server`](https://docs.pingcap.com/tidb/stable/troubleshoot-tidb-cluster#cannot-start-tikv-server), and [Cannot start `pd-server`](https://docs.pingcap.com/tidb/stable/troubleshoot-tidb-cluster#cannot-start-pd-server) for further troubleshooting.
8383

84-
### `ulimit` is not big enough
84+
### `ulimit` is not large enough
8585

86-
TiKV might fail to start when `ulimit` is not big enough. In this case, you can modify the `/etc/security/limits.conf` file of the Kubernetes node to increase the `ulimit`:
86+
TiKV might fail to start when `ulimit` is not large enough. In this case, you can modify the `/etc/security/limits.conf` file of the Kubernetes node to increase the `ulimit`:
8787

8888
```
8989
root soft nofile 1000000

0 commit comments

Comments
 (0)