Difference between revisions of "Kubernetes Postgres Operator"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo
 
https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo
  
 +
```
 
curl -LO https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo
 
curl -LO https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo
 
chmod +x pgo
 
chmod +x pgo
 
mv pgo /usr/local/bin
 
mv pgo /usr/local/bin
 +
```

Revision as of 15:04, 28 March 2021

https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/

https://github.com/CrunchyData/postgres-operator

Microk8s

vi client-setup.sh

PGO_CMD="${PGO_CMD-microk8s.kubectl}"

https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo

curl -LO https://github.com/CrunchyData/postgres-operator/releases/download/v4.6.2/pgo
chmod +x pgo
mv pgo /usr/local/bin