Difference between revisions of "Kubernetes Postgres Operator"
Jump to navigation
Jump to search
(Created page with "https://access.crunchydata.com/documentation/postgres-operator/latest/quickstart/ https://github.com/CrunchyData/postgres-operator") |
|||
| Line 2: | Line 2: | ||
https://github.com/CrunchyData/postgres-operator | https://github.com/CrunchyData/postgres-operator | ||
| + | |||
| + | # Microk8s | ||
| + | vi client-setup.sh | ||
| + | ``` | ||
| + | PGO_CMD="${PGO_CMD-microk8s.kubectl}" | ||
| + | ``` | ||
Revision as of 15:00, 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}"