-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Describe the bug
A clear and concise description of what the bug is.
Plausible deployment never start
Version of Helm, Kubernetes and the plausible-analytics chart:
0.3.3
What happened:
I can see the init plausible pods, but they are waiting clickhouse and postgresql pods to be ready whereas they are running
What you expected to happen:
Plausible deployment running
How to reproduce it (as minimally and precisely as possible):
Install it with helm chart without modifying default values
arch: arm64
I use argocd to deploy it (idk if relevant)
Anything else we need to know:
I increase liveness and readiness probe to 300
Here are some information that help troubleshooting:
- if relevant, provide your
values.yamlor the changes made to the default one (after removing sensitive information) - the output of the folowing commands:
Check if a pod is in error:
kubectl get podInspect the pod, check the "Events" section at the end for anything suspicious.
kubectl describe pod pod_nameGet logs on a failed container inside the pod (here the server one):
kubectl logs pod_name