https://github.com/netcracker/pgskipper-operator
https://github.com/netcracker/pgskipper-operator
qubership-infra
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcracker/pgskipper-operator
- Owner: Netcracker
- License: apache-2.0
- Created: 2024-12-30T12:57:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T14:40:47.000Z (11 months ago)
- Last Synced: 2025-04-21T15:27:19.959Z (11 months ago)
- Topics: qubership-infra
- Language: Go
- Size: 896 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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](/docs/public/quickstart.md)
### 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
* [Installation Guide](/docs/public/installation.md)
* [Features](/docs/public/features)