This message was deleted.
# support
s
This message was deleted.
a
@Henrik You have to install csi drivers
h
Thanks. It sounds like CSI is a plugin-like system for file systems? I just want to use the local file system for now
a
@Henrik
Copy code
After you create the PersistentVolumeClaim, the Kubernetes control plane looks for a PersistentVolume that satisfies the claim's requirements. If the control plane finds a suitable PersistentVolume with the same StorageClass, it binds the claim to the volume.
As the helm chart already creates the pvc, you might have to create pv manually if its on your local https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/
🙌 2
👌 1
h
Thanks, I think I got it working now 🙂