postgres-operator-examples
postgres-operator-examples copied to clipboard
Examples for deploying applications with PGO, the Postgres Operator from Crunchy Data
I installed the operator with [this](https://github.com/CrunchyData/postgres-operator-examples/tree/main/kustomize/install/default) I am then trying to install the client with the client-setup.sh script [here](https://crunchydata.github.io/postgres-operator/latest/installation/other/ansible/installing-operator/) but I am getting this error: > ./client_install.sh: line 53: kubectl:...
Helm install, the pgo deployment is crashing as follows: ``` time="2022-08-29T12:09:36Z" level=info msg="Starting EventSource" file="sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:165" func="controller.(*Controller).Start.func1" reconciler group=postgres-operator.crunchydata.com reconciler kind=PostgresCluster source="kind source: /, Kind=" version=5.1.3-0 time="2022-08-29T12:09:36Z" level=info msg="Starting EventSource" file="sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:165"...
[sc-15265]
We have a 3 node kubernetes cluster and deployed these examples in a namespace. ( PGO was deployed in namespace and not clusterwide ) This was deployed using steps shared...
As part of our customization's to the PostgreSQL cluster, we discovered that it is currently not possible to change the storage class for predefined instances. Since our cluster infrastructure contains...
We are facing some issues on Postgres Operator Helm chart utilization PGO version : v5.1.1 and 5.1.2 Install Chart version : v3.2.0 PostgresCluster version : v.3.5.0 Cluster : AWS EKS...
Postgres Operator: v5.1.2 Is there any way to determine node-selector on the PostgresCluster definition? I'm using GKE for my kubernetes cluser, and I have multiple node pool on the kubernetes...
Hi, Is there an advanced "values.yaml" file somewhere, showing _all_ advanced possibilities provided by "postgres.yaml" used + configured? Eg. the provided "values.yaml" contains this "users" section: ... users: {} ......