odenio / pgpool-cloudsql

The PGPool-II PostgreSQL connection proxy with automatic discovery of Google CloudSQL backends
Apache License 2.0
9 stars 4 forks source link

v1.1: change failure handling for exporter/telegraf #8

Closed n-oden closed 1 year ago

n-oden commented 1 year ago

This release substantially changes the behavior of the exporter and telegraf containers in the pod: previously, a failure in either of these processes would lead to the container failing and being restarted by the kubelet, potentially leading to the entire pod being marked as unavailable. Now by default an error is logged and the process is restarted by the wrapper script, but the container does not exit.

An exitOnError helm option has been added to both the exporter and telegraf config value sections: set each to "true" to restore the old behavior.