However timescaledb_toolkit extension is not installed as part of Crunchy PostgreSQL for Kubernetes so I get an error, so is there any way to install it on a running cluster ? Has somebody been through a similar situation of not having an extension needed on the images ? Should I create my own image based on https://github.com/CrunchyData/crunchy-containers/blob/master/build/postgres/Dockerfile#L52 and add the extension I need ?
@jhualpa, as of right now, you would need to build your own image to get his to work. That being said, we do have a story in our dev backlog for adding support for the TimescaleDB Toolkit.
I have the requirement to use timescaledb_toolkit(https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/install-toolkit/) on top of timescaledb on a cluster running Crunchy PostgreSQL for Kubernetes. I thought with this lines will work:
However timescaledb_toolkit extension is not installed as part of Crunchy PostgreSQL for Kubernetes so I get an error, so is there any way to install it on a running cluster ? Has somebody been through a similar situation of not having an extension needed on the images ? Should I create my own image based on https://github.com/CrunchyData/crunchy-containers/blob/master/build/postgres/Dockerfile#L52 and add the extension I need ?