postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Hi, This is more of a question: How can I choose the port for the master or replica load balancer and not receive a random node port ? Thanks
`databaseNameRegexp = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_]*$")` `postgres-operator/pkg/cluster/cluster.go` Is there some kind of reason why this regex looks as it is? The pattern seems to follow this from the documentation (not to the dot):...
Instead of trying to use a superuser connection, the operator could [exec](https://kubernetes.io/docs/api-reference/v1.9/#execaction-v1-core) `psql` in database pods to sync passwords, which would use a local connection through the PostgreSQL Unix domain...
Right now, Create is special because it fails when objects it tries to create are discovered as already existing during the call of the create{Object} (i.e. StatefulSet, Service, etc.). Subsequently,...
The operator uses gigabytes internally to evaluate the disk space when resizing volumes, so the cluster is always created with at least 1Gi volume, however, cluster updates compare the existing...
- **Which image of the operator are you using?** registry.opensource.zalan.do/acid/postgres-operator:v1.7.1 - **Where do you run it - cloud or metal? Syseleven (Openstack) - **Are you running Postgres Operator in production?**...
Hi guys, recently i try to deploy timescaledb using helm chart on k8s, but unfortunely i can't find the timescaledb_toolkit extension after installed - **Which image of the operator are...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2 1.9.0 - **Where...