25 lines
525 B
Markdown
25 lines
525 B
Markdown
# Zalando
|
|
|
|
1. install operator
|
|
|
|
```shell
|
|
helm install zalando -n zalando --create-namespace charts/postgres-operator
|
|
```
|
|
|
|
2. install cluster
|
|
|
|
```shell
|
|
kubectl apply -f 3.zalando/baseCluster.yaml
|
|
```
|
|
|
|
## больше
|
|
|
|
* документация
|
|
<https://github.com/zalando/postgres-operator/blob/master/docs/administrator.md>
|
|
|
|
* баунсер без проблемы SSL_MODE=true
|
|
hub.realmanual.ru/pub/zalando-pgbouncer:master-32
|
|
|
|
* в конфиг patroni надо добавить
|
|
- hostssl all all 0.0.0.0/0 trust
|