This message was deleted.
# support
s
This message was deleted.
1
s
Are there no other logs?
j
no, how can i increase verbosity of logs?
Some magic solved it, because after few hours containers stop restarting and finally runs fine. Thanks @Srikanth Chekuri
But... this happen again after an update of the release. Same situation, container exit with code 2 after displaying that log (without errors).
s
The logs are already verbose. What is the environment you see this happen? What does the pod describe show?
j
we are running signoz inside a k8s cluster version at v1.26.6 Describe just show that liveness and readiness are failing for a connection refused error.
s
Can you confirm is ClickHouse is running?
j
yes, is running, also the initContainer exit successfully
after removing liveness and readiness probes the container start and stay up printing more logs. It seems probes are too quick and doesn't let it starts correctly
p
j
good! thanks