Slackbot
10/25/2022, 6:58 AMApoorva
10/25/2022, 6:59 AMApoorva
10/25/2022, 6:59 AMHenrik
10/25/2022, 7:03 AMApoorva
10/25/2022, 7:15 AMAfter 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/Henrik
10/25/2022, 8:05 AM