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
Persistent Volume (PV) Requirement:
Before running helm install, we need to create a Persistent Volume (PV), or the Pod will be stuck in Pending state with the error:
0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims.
For problem 1 (helm chart issue), you are more than welcome to create a PR for the fix. Thanks for contributing!
For problem 2, if you are running the tutorial-02, it shouldn't require creating the PV in advance if your kubernetes cluster supports dynamic volume provisioning. But if you are running tutorial-03, where the PVC needs to be matched with the PV with some specific labels, you will need to create the PV as illustrated in the tutorial.
I tried to reproduce the tutorials:
However, I encountered the following issues:
Helm Chart Name Issue:
The command in the tutorial:
results in an error:
Fix: Change the command to:
Persistent Volume (PV) Requirement:
Before running
helm install
, we need to create a Persistent Volume (PV), or the Pod will be stuck inPending
state with the error:Fix: Apply
pv.yaml
first:pv.yaml:
Would be great to update the tutorial to include these steps to help users avoid common issues!
The text was updated successfully, but these errors were encountered: