Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1 KB

File metadata and controls

31 lines (19 loc) · 1 KB

pgskipper-operator

Postgres-Operator provides PostgreSQL as a service on Kubernetes and OpenShift.

Repository structure

  • ./charts - directory with HELM chart for Postgres components.
    • ./charts/patroni-core - directory with HELM chart for Patroni Core.
    • ./charts/patroni-services - directory with HELM chart for Postgres Services.
  • ./pkg - directory with operator source code, which is used for running Postgres Operator.
  • ./tests - directory with robot test source code, Dockerfile.

How to start

Please refer to the Quick Start Guide

Smoke tests

There is no smoke tests.

How to troubleshoot

There are no well-defined rules for troubleshooting, as each task is unique, but most frequent issues related to the wrong configuration, so please check:

  • Deploy parameters.
  • Logs from all Postgres Service pods: operator, postgres db and others.

Useful links