Replies: 1 comment 1 reply
-
暂时找到一个workaround是把configdb.service.enabled设置为false。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
问题如题,会是什么原因呢?replicaCount只能等于1么?
环境部署在AWS EKS(k8s v1.22)中。
Helm的Terraform代码,与官网教程Helm类似,但是把replicaCount设置成了2
现象是最终4个pod中总有至少1个pod无法正常启动,不断重启。

看log似乎是连不上mysql。MySQL是8.0,mysql连接数限制应该是够的,最大用户连接数为0,即没有限制。最大连接数2000。
这个mysql的IP在集群内部可以直接访问,但不是在k8s里直接开启的mysql服务,而是在子网内的别的机器上。
Beta Was this translation helpful? Give feedback.
All reactions