Skip to content

Commit 27355ad

Browse files
Oreoxmtqiancai
andauthored
revise wording
Co-authored-by: Grace Cai <qqzczy@126.com>
1 parent c8a7007 commit 27355ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/exceptions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Learn the common exceptions during the operation of TiDB clusters on Ku
55

66
# Common Cluster Exceptions of TiDB on Kubernetes
77

8-
This document describes the common exceptions during the operation of TiDB clusters on Kubernetes and their solutions.
8+
This document describes common exceptions during the operation of TiDB clusters on Kubernetes and their solutions.
99

1010
## Persistent connections are abnormally terminated in TiDB
1111

@@ -14,9 +14,9 @@ Load balancers often set the idle connection timeout. If no data is sent via a c
1414
- If a persistent connection is terminated when you use TiDB, check the middleware program between the client and the TiDB server.
1515
- If the idle timeout is not long enough for your query, try to set the timeout to a larger value. If you cannot reset it, enable the `tcp-keep-alive` option in TiDB.
1616

17-
In Linux, the keepalive probe packet is sent every 7,200 seconds by default. To shorten the interval, configure `sysctls` via the `podSecurityContext` field.
17+
On Linux, the keepalive probe packet is sent every 7,200 seconds by default. To shorten the interval, configure `sysctls` via the `podSecurityContext` field.
1818

19-
- If `--allowed-unsafe-sysctls=net.*` can be configured for [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) in the Kubernetes cluster, configure TiDBGroup using the [Overlay](overlay.md) feature in the following way:
19+
- If `--allowed-unsafe-sysctls=net.*` can be configured for [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) in the Kubernetes cluster, configure TiDBGroup using the [Overlay](overlay.md) feature as follows:
2020

2121
```yaml
2222
apiVersion: core.pingcap.com/v1alpha1
@@ -33,7 +33,7 @@ In Linux, the keepalive probe packet is sent every 7,200 seconds by default. To
3333
value: "300"
3434
```
3535
36-
- If `--allowed-unsafe-sysctls=net.*` cannot be configured for [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) in the Kubernetes cluster, configure TiDBGroup using the [Overlay](overlay.md) feature in the following way:
36+
- If `--allowed-unsafe-sysctls=net.*` cannot be configured for [kubelet](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/) in the Kubernetes cluster, configure TiDBGroup using the [Overlay](overlay.md) feature as follows:
3737

3838
```yaml
3939
apiVersion: core.pingcap.com/v1alpha1

0 commit comments

Comments
 (0)