zalando / zalando/postgres-operator
Zalando Postgres-Operator on Ubuntu vs Redhat Linux ?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.2k
- Forks
- 1.1k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 3
Description
Discussed in https://github.com/zalando/postgres-operator/discussions/2397
Originally posted by BigGithubFan August 20, 2023
Dear Zalando PGO experts,
I am new to Zalando PGO, and followed the this link https://github.com/zalando/postgres-operator/blob/master/docs/quickstart.md to install Zalando PGO on my Kubernetes on Redhat 8.
After all PGO and UI have been installed ,
I created a Postgres cluster with this example yaml (but I selected 14 as my Postgresql vesion) :
kubectl create -f manifests/minimal-postgres-manifest.yaml
when I logged in to the server via psql, I noticed it's for Ubunutu:
#select version();
version
PostgreSQL 14.7 (Ubuntu 14.7-1.pgdg22.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, 64-bit
(1 row)
But my Linux server is Redhat 8. So I wonder if I could select Linux flavor and version in minimal-postgres-manifest.yaml ?
P.S. from this https://github.com/topics/patroni?o=asc&s=stars , it looks like Patroni should support Redhat Linux, I assume Zalando PGO should support as well. If that's the case, should I do some settings/configuration during the deployment so that Zalando PGO and the Postgres cluster are dedicated to Redhat Linux ?
Thanks in advance !
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docs/quickstart.md and manifests/minimal-postgres-manifest.yaml, then review the linked discussion and the PostgreSQL image or version selected by the example. Done means documenting whether the cluster can target a Red Hat-based userspace or clarifying how the host operating system relates to the PostgreSQL image.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, linux, postgresql, ubuntu
- Domain
- databases, infrastructure
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100