|
1 | 1 | --- |
2 | | -name: Postgres Operator issue template |
| 2 | +name: CYBERTEC-PG-Operator issue template |
3 | 3 | about: How are you using the operator? |
4 | | -title: '' |
| 4 | +title: '[BUG] Brief description of the problem' |
5 | 5 | labels: '' |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -Please, answer some short questions which should help us to understand your problem / question better? |
| 10 | +To quickly narrow down the problem, we need details about your infrastructure. |
11 | 11 |
|
12 | | -- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.10.1 |
13 | | -- **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s] |
14 | | -- **Are you running Postgres Operator in production?** [yes | no] |
15 | | -- **Type of issue?** [Bug report, question, feature request, etc.] |
| 12 | +- **Operator version / image:** [e.g. docker.io/cybertecpostgresql/cybertec-pg-operator:v0.9.0-1] |
| 13 | +- **Postgres Docker Image:** [e.g., containers.cybertec.at/cybertec-pg-container/postgres:rocky9-18.1-1] |
| 14 | +- **Kubernetes Platform:** [Please check or add] |
| 15 | + - [ ] Vanilla Kubernetes (Bare Metal / VM) |
| 16 | + - [ ] OpenShift |
| 17 | + - [ ] Rancher / RKE / RKE2 |
| 18 | + - [ ] AWS EKS |
| 19 | + - [ ] Google GKE |
| 20 | + - [ ] Azure AKS |
| 21 | + - [ ] Minikube / Kind / K3s |
| 22 | + - [ ] Other: ________ |
| 23 | +- **Kubernetes version:** [Output of `kubectl version`, e.g. v1.28.3] |
| 24 | +- **Storage Class:** [e.g., standard, gp2, longhorn, ceph-rbd] |
| 25 | +- **Is the operator running in production?** [Yes / No] |
16 | 26 |
|
17 | | -Some general remarks when posting a bug report: |
18 | | -- Please, check the operator, pod (Patroni) and postgresql logs first. When copy-pasting many log lines please do it in a separate GitHub gist together with your Postgres CRD and configuration manifest. |
19 | | -- If you feel this issue might be more related to the [Spilo](https://github.com/zalando/spilo/issues) docker image or [Patroni](https://github.com/zalando/patroni/issues), consider opening issues in the respective repos. |
| 27 | +--- |
| 28 | + |
| 29 | +### Problem Description |
| 30 | + |
| 31 | +**What happened?** |
| 32 | +Describe the unexpected behavior. |
| 33 | + |
| 34 | +**What did you expect?** |
| 35 | +Describe what should have happened. |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +### Steps to reproduce |
| 40 | + |
| 41 | +How can we reproduce the problem? |
| 42 | +1. Applied Postgres cluster manifest (see below) |
| 43 | +2. Executed command: `...` |
| 44 | +3. Error occurs when ... |
| 45 | + |
| 46 | +--- |
| 47 | + |
| 48 | +### Relevant logs and manifests |
| 49 | + |
| 50 | +**IMPORTANT:** Please use code blocks (```) to format logs and YAML files in a readable way. |
| 51 | + |
| 52 | +**1. Operator logs:** |
| 53 | +(Please check the logs of the operator pod for errors) |
| 54 | +```text |
| 55 | +Insert logs here... |
| 56 | +``` |
| 57 | + |
| 58 | +**2. Postgres / Patroni /pgBackRest logs: (If the pod starts but the DB is not running):** |
| 59 | +(Please check the logs of the postgres or pgbackrest pod for errors) |
| 60 | +```text |
| 61 | +Insert logs here... |
| 62 | +``` |
| 63 | + |
| 64 | +**3. Postgres Cluster Manifest (YAML): (Please remove passwords or sensitive data!)** |
| 65 | +```yaml |
| 66 | +Insert Manifest here... |
| 67 | +``` |
| 68 | + |
| 69 | +**Additional information** |
| 70 | +Are there any special circumstances in your setup? (e.g., service mesh such as Istio/Linkerd, special network policies, air-gapped environment?) |
0 commit comments