Closed ayeks closed 1 year ago
I think these issues are related:
https://github.com/timescale/timescaledb-kubernetes/issues/106 https://github.com/timescale/timescaledb-kubernetes/issues/141
Which are fixed in: https://github.com/timescale/timescaledb-kubernetes/pull/107
Which was released with version 0.6.1
However, you first need to get rid of these jobs before you can proceed, you can do it manually or do something like:
kubectl get job,pod -l cluster-name -o name | grep '-patroni-' | xargs kubectl delete
To delete the jobs/pods that are related to Patroni
Hey everyone,
when I run an
helm upgrade
on the timescale-db single chart with the latest Helm 3.3.0, it fails with the following error:I downgraded to Helm 3.2.4 which fixed the issue. Unfortunately I have no idea where the problem originates from.
Best regards Lars
Details
My config:
Details Error on Helm 3.3.0
Details Jenkins log:
The jobs which are triggered by helm upgrade aren't removed afterwards if it fails: