timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
263 stars 223 forks source link

Provde instructions on how to install on OpenShift #178

Open janbols opened 4 years ago

janbols commented 4 years ago

Currently it's not clear if or how to install the timescale-single chart on openshift 4.x.

Running it unchanged gives the following error: ERROR: ObjectCache.run ApiException() even when running as anyuid.

A better explanation of the steps to take, would be very useful.

feikesteenbergen commented 4 years ago

@janbols I don't have any openshift experience, you're not the first one to run into issues here.

Going on past issues with ObjectCache.run errors, it's probably permission related, so you could try to get it running by expanding some privileges on the required objects.

Slightly related issue: #91

https://github.com/zalando/postgres-operator/issues/985#issuecomment-639282213 seems to suggest that using endpoints for Patroni may not even be supported at all with openshift.