zalando / zalando/postgres-operator
can't create new database user
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.2k
- Forks
- 1.1k
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 3
Description
in v1.15.1 can't create new user(licloud)
kind: postgresql
apiVersion: "acid.zalan.do/v1"
metadata:
name: "postgres"
namespace: "postgres-system"
spec:
teamId: "acid"
postgresql:
version: "17"
parameters:
max_connections: "1000"
shared_buffers: "2GB"
numberOfInstances: 2
volume:
size: "2Gi"
storageClass: "nfs"
users:
licloud:
- superuser
- createdb
resources:
requests:
cpu: '100m'
memory: 128Mi
limits:
cpu: '2'
memory: 2Gi
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 by reproducing the provided PostgreSQL cluster manifest with postgres-operator v1.15.1, focusing on the licloud user definition and the attached screenshot. Confirm whether the user is created and whether its superuser and createdb privileges are applied; capture the actual error or resulting cluster state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, postgresql
- Domain
- databases, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100