Skip to content

[imio/helm-plausible-analytics] init pods doesn't start #23

@Ludea

Description

@Ludea

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.yaml or 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 pod

Inspect the pod, check the "Events" section at the end for anything suspicious.

kubectl describe pod pod_name

Get logs on a failed container inside the pod (here the server one):

kubectl logs pod_name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions