You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
I get the following kubelet error on postgres pod:
Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/kubelet/pods/4cb5c327-9a0b-4caf-bfc6-47428a84aff0/volumes/kubernetes.io~csi/pvc-2f648142-d671-4749-8e92-baabef8bdfc8/mount" to rootfs at "/var/lib/postgresql/data": change mount propagation through procfd: open o_path procfd: open /run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io/postgres/rootfs/var/lib/postgresql/data: no such file or directory
FYI, I am on a freshly deployed k3s cluster on version v1.33.4+k3s1 and using Longhorn as CSI; I see that the pvc is created without a problem
I am facing an issue with the version
v0.2.3of the chart where when I deploy using only these values:I get the following kubelet error on postgres pod:
FYI, I am on a freshly deployed k3s cluster on version v1.33.4+k3s1 and using Longhorn as CSI; I see that the pvc is created without a problem
What can I do in this situation ?