You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pod kb-addon-prometheus-server in CrashLoopBackOff because too many open files
To Reproduce
Steps to reproduce the behavior:
Install kbcli and init playground;
Create mysql cluster;
Keep the cluster running for a week;
Check pod kb-addon-prometheus-server status
See error:
Pod kb-addon-prometheus-server in CrashLoopBackOff
Defaulted container "prometheus-server-configmap-reload" out of: prometheus-server-configmap-reload, prometheus-server
2023/03/27 11:27:28 too many open files
Expected behavior
Pod kb-addon-prometheus-server in Running status
Desktop (please complete the following information):
This issue exist on gcp vm, because its default process file size limits is too small 1024, while aws ec2 default process file size limits is 65535, ok for this case. User need to adjust the vm process file size limits before running kubeblocks. Close issue.
Describe the bug
Pod kb-addon-prometheus-server in CrashLoopBackOff because too many open files
To Reproduce
Steps to reproduce the behavior:
Pod kb-addon-prometheus-server in CrashLoopBackOff
Defaulted container "prometheus-server-configmap-reload" out of: prometheus-server-configmap-reload, prometheus-server
2023/03/27 11:27:28 too many open files
Expected behavior
Pod kb-addon-prometheus-server in Running status
Desktop (please complete the following information):
Additional context
prometheus-server CrashLoopBackOff
#15742
The text was updated successfully, but these errors were encountered: