PGO, Crunchy Postgres Operator Examples
This repository contains examples for deploying PGO, the Postgres Operator from Crunchy Data, using a variety of examples.
The examples are grouped by various tools that can be used to deploy them.
The best way to get started is to fork this repository and experiment with the examples.
Each of the examples has its own README that guides you through the process of deploying it.
You can find out more information about PGO, the Postgres Operator from Crunchy Data at the project page:
https://github.com/CrunchyData/postgres-operator
kubectl run -it --rm --restart=Never pgclient --image=postgres:alpine sh
psql "host=hippo-pgbouncer.postgres-operator.svc port=5432 user=hippo password=SO
6))X}xQtKB@n/DyPo^j^bV sslmode=require dbname=hippo"
kubectl edit pv test-pv2
删除claimRef部分
alter user hippo with password ')@9,JDWEYVO8?]MU?Qr,jPvB';
https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/user-management/