Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant add primary.extraVolumes #24612

Closed
nowost opened this issue Mar 21, 2024 · 0 comments
Closed

cant add primary.extraVolumes #24612

nowost opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels
solved tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@nowost
Copy link

nowost commented Mar 21, 2024

Name and Version

bitnami/postgresql version: 15.1.2

What architecture are you using?

None

What steps will reproduce the bug?

postgresql fresh install. i trying to add extra volume to primary node.

helm upgrade --install postgresql bitnami/postgresql --namespace $NAMESPACE \
--set auth.postgresPassword=$POSTGRESQL_PASSWORD \
--set primary.persistence.existingClaim=$POSTGRESQL_PVC \
--set image.tag=$POSTGRESQL_VERSION  \
--set primary.extraVolumes[0].name=backup \
--set primary.extraVolumes[0].persistentVolumeClaim.claimName=pg-backup \
--set primary.extraVolumeMounts[0].mountPath=/mnt/backup-data \
--set primary.extraVolumeMounts[0].name=backup \
--set architecture=standalone

Are you using any custom parameters or values?

No response

What is the expected behavior?

extra volume

What do you see instead?

i see error
0/3 nodes are available: 1 node(s) didn't find available persistent volumes to bind. preemption: 0/3 nodes are available: 1 Preemption is not helpful for scheduling, 2 No preemption victims found for incoming pod..

Additional information

No response

@nowost nowost added the tech-issues The user has a technical issue about an application label Mar 21, 2024
@github-actions github-actions bot added the triage Triage is needed label Mar 21, 2024
@nowost nowost closed this as completed Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants