Difference between revisions of "Kubernetes Postgres Operator"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
PGO_CMD="${PGO_CMD-microk8s.kubectl}" | 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 |
Revision as of 15:03, 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