-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
【问题-已解决-些许疑问】关于Kuboard V3 ETCD节点占满导致无法使用界面 #459
Comments
#恢复前
root@34cb0fe9e489:/# ETCDCTL_API=3 etcdctl --endpoints=http://127.0.0.1:2380 endpoint status
http://127.0.0.1:2380, 59a9c584ea2c3f35, 3.4.14, 172 kB, true, false, 14, 6173538, 6173538, memberID:6460912315094810421 alarm:NOSPACE
#恢复后
root@34cb0fe9e489:/# etcdctl ${ep} endpoint status -w table
+----------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | IS LEARNER | RAFT TERM | RAFT INDEX | RAFT APPLIED INDEX | ERRORS |
+----------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+
| 127.0.0.1:2379 | 59a9c584ea2c3f35 | 3.4.14 | 201 kB | true | false | 14 | 6173578 | 6173578 | |
+----------------+------------------+---------+---------+-----------+------------+-----------+------------+--------------------+--------+ 在今后的过程中会启用其他数据库代替ETCD吗,,这里面塞了个ETCD是万万没想到的。。懵了。浏览器打开之后直接报错,sso认证没想到会用这个数据库 {
"message": "Failed to connect to the database.",
"type": "Internal Server Error"
} |
你好,可以说一下怎么解决的吗?这边遇到了同样的问题 |
etcd配置启动时候可以设置--quota-backend-bytes=8589934592#调大到8GB ,可以修改镜像docker-entrypoint.sh将启动命令改为8GB |
也遇到这个问题,不知道官方最新版是否修复 |
#526 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: