Code Monkey home page Code Monkey logo

Comments (7)

carrodher avatar carrodher commented on June 23, 2024

It seems an issue with the PVs in the nodes/cluster and not something related to the Helm chart itself.

Having said that, if you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

If you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

from charts.

sbamamoto avatar sbamamoto commented on June 23, 2024

OK, maybe this is a documentation issue?

When reading the README.md I expected that installing the helm chart should be sufficient to run the database. It looks like the pod is expecting a PV.

Should the README.md contain a hint about the needed volume or a link to another documentation ?

from charts.

sbamamoto avatar sbamamoto commented on June 23, 2024

Just for others trying to run this chart for the first time. You need to create the PVs before something is able to start. Change the following yaml to fit your needs and the Pods will start.

apiVersion: v1
kind: PersistentVolume
metadata:
  labels:
    synaptic-part: pgdata
  name: data-pgdata-postgresql-ha-postgresql-0
  annotations:
    pv.beta.kubernetes.io/gid: "1008"
spec:
  storageClassName: ""
  capacity:
    storage: 8Gi
  accessModes:
    - ReadWriteOnce
  nfs:
    path: /exports/data0
    server: nfs.acme.com
    readOnly: false
---
apiVersion: v1
kind: PersistentVolume
metadata:
  labels:
    synaptic-part: pgdata
  name: data-pgdata-postgresql-ha-postgresql-1
  annotations:
    pv.beta.kubernetes.io/gid: "1008"
spec:
  storageClassName: ""
  capacity:
    storage: 8Gi
  accessModes:
    - ReadWriteOnce
  nfs:
    path: /exports/data1
    server: nfs.acme.com
    readOnly: false
---
apiVersion: v1
kind: PersistentVolume
metadata:
  labels:
    synaptic-part: pgdata
  name: data-pgdata-postgresql-ha-postgresql-2
  annotations:
    pv.beta.kubernetes.io/gid: "1008"
spec:
  storageClassName: ""
  capacity:
    storage: 8Gi
  accessModes:
    - ReadWriteOnce
  nfs:
    path: /exports/data2
    server: nfs.acme.com
    readOnly: false
---

from charts.

carrodher avatar carrodher commented on June 23, 2024

mmm I am not able to see why this is needed in your case, but the Helm chart should work fine out of the box.

from charts.

sbamamoto avatar sbamamoto commented on June 23, 2024

When I create the volumes before installing the chart the pods start up after a while. If no volume was created, the pods stay in Pending state.

from charts.

github-actions avatar github-actions commented on June 23, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

from charts.

github-actions avatar github-actions commented on June 23, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.