does anyone have any idea how I can solve this?
# fleet
s
does anyone have any idea how I can solve this?
b
how many replicas are you running?
k8s fleet service replicas*
s
let me check!
@Benjamin Edwards 3 replicas running of the service
what it currently looks like:
Copy code
NAME                         READY   STATUS             RESTARTS           AGE
fleet-75b44479b8-2d6tc       0/1     CrashLoopBackOff   1451 (2m24s ago)   13d
fleet-75b44479b8-gg2wk       0/1     CrashLoopBackOff   1451 (33s ago)     13d
fleet-75b44479b8-lpxsw       0/1     CrashLoopBackOff   1456 (4m20s ago)   13d
b
i'd probably lower max connections to something like
5
, what db are you using? RDS MySQL?
s
at this moment we are using mysql in a pod
so you would change max_open_connections for mysql to like 5, right>
*right?
@Benjamin Edwards found the issue and fixed it
b
awesome, what was the issue?