Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: k8s 部署 tidbv5.4.1,tikv 一直处于 CrashLoopBackOff 状态 提示连接数问题,已修改问题没解决
- tidb: v5.4.1
- tidb-operator: v1.3.7
- k8s: v1.18.6
- os: centos7.6
- 3.10.0-957.el7.x86_64
In this environment, deploying results in TiKV being stuck in CrashLoopBackOff.
Checking the logs reveals that the issue is related to the maximum number of open file descriptors being too small.
Afterwards, I modified the system’s ulimit.
I also modified Docker’s LimitNOFILE settings.
The problem persists.
Docker’s configuration is as follows:
Can any expert help take a look?