Closed warrenronsiek closed 1 year ago
Kubernetes cluster kind:
Rancher RKE2
The issue states you are using both Kind and RKE? Which are you using to bootstrap the cluster? Are you saying you're using Docker from Rancher Desktop and then using Kind to standup a local cluster, or are you using RKE from Rancher Desktop?
Can you post a values.yaml
of just your changes?
This issue went stale because it was not updated in a month. Please consider updating it to improve the quality of the project.
This issue was closed because it has been stalled for 30 days with no activity.
What did you do?
I ran a
helm install timescale timescale/timescaledb-single -f timescale-values.yaml
where timescale values are here. When I did this, I got an error in the timescale pod where its stuck with 'pod has unbound PersistentVolumeClaims'.Did you expect to see some different?
Yes, pod should launch without issue.
Environment
Ubuntu server 22.04 with a 1.8TB LVM mounted on
/home/warren/storage-mount
Which helm chart and what version are you using?
What is in your
values.yaml
?Its the same as the default with the exception being a different mount path and data volume sizes. See this gist.
Kubernetes version information:
Kubernetes cluster kind:
Rancher RKE2