Multinode Setup with Single Node Helm Chart

Please correct me if I’m wrong, but it appears the multinode helm chart isn’t maintained anymore and also has stopped working. Therefore, the recommended way of installing on a multinode K8s cluster is to use the Single Node Helm chart and then manually patch the resulting installation?

I have tried to do that, but am not sure how to proceed. TimescaleDB is running on my access node and three data nodes, but I cannot add any data nodes:

SELECT add_data_node(‘dn1’, ‘10.42.7.21’);
ERROR: could not connect to “dn1”
DETAIL: connection to server at “10.42.7.21”, port 5432 failed: fe_sendauth: no password supplied

The docs state that I should edit /var/lib/postgresql/data/pg_hba.conf but this is a file generated by Patroni and will be overwritten.

Basically, I would really like to install the multinode setup programmatically and automate everything in order to avoid having a snowflake cluster. Maybe I’m doing this completely wrong and should follow some other process?

Many thanks in advance,

Ulrich

So, nobody knows how to install TimescaleDB on a multinode K8s cluster?