Andrew

Results 12 comments of Andrew

I was thinking about a similar thing: I would love to be able to make a Grafana Dashboard that displays every App I have in my cluster and its status....

The dashboard would mainly be for Kubernetes Operators to see the overall health without having to go through multiple clusters and running a `kubectl get apps -A` each time and...

Attached should be logs for each component: For the "passwords" piece, I mean pretty every place where a `helm template` command results in a randomly generated string, I set the...

Sat for like an hour or so and fiddled with my values.yaml and re-installing in-between each time -- seems the curl response issue occurs even with no helm values set...

Just an update -- we saw this again in production yesterday. One of our engineers caught pgpool running a failover command, so I think we have nailed down the root...

Update: Using the base chart with postgresql.pgHbaTrustAll=true, I was able to replicate the issue with a Network Policy preventing . Couple of interesting things: After pgpool could no longer connect...

After reviewing pgpool's docs on deploying to Kubernetes, it seems the default pgpool.conf file is incorrect for Kubernetes. If you review section 8.5.4, the pgpool.conf file should have the following:...

I have found the config in repmgr that is allowing this in `/opt/bitnami/repmgr/conf/repmgr.conf`. However, repmgr does not take environment variables as configuration. I ended up having to mount a configMap...

AS mentioned in the pgpool docs themselves, I'd like to point this out: > Pgpool-II's health check, automated failover, watchdog and online recovery features aren't required on Kubernetes. You need...

Still a Github noob, didn't mean to have it close here. Now that it's merged, I can make a MR. Got a few high-level questions before I go edit the...