Open zhuliquan opened 2 months ago
Thanks for reporting this. I'm not quite sure what's going on, as our helm chart should not be responsible for creating the PV for postgres. The postgres chart should be doing that (depending on how you've configured it).
Could you include the values.yaml that produce the issue?
Thanks for reporting this. I'm not quite sure what's going on, as our helm chart should not be responsible for creating the PV for postgres. The postgres chart should be doing that (depending on how you've configured it).
Could you include the values.yaml that produce the issue?
This is my own values.yaml
image:
repository: arroyo
tag: "edbeebcd"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
controller:
resources:
limits: {}
requests:
memory: 8192Mi
cpu: 2000m
service:
grpcPort: 5116
compilerPort: 5117
adminPort: 5114
httpPort: 80
worker:
resources:
limits: {}
requests:
memory: 2048Mi
cpu: 2000m
slots: 16
# save checkpoints data from arroyo-worker
checkpointUrl: "file:///tmp/arroyo/checkpoints"
# save compiled binary data from arroyo-compiler
artifactUrl: "file:///tmp/arroyo/artifacts"
Hello, I install arroyo on k8s by below command
However, I found pg pod is pending
I describe pod, I found missing PersistentVolume for postgresql-0
Here, I need apply blow
pv
to solve problem. May be should save it defaultvalues.yaml