Describe the bug
K8s requires all PVCs to have a PV in order to attach to storage. It does not appear that is the case with this configuration.
To Reproduce
Steps to reproduce the behavior:
- Using a K8s locally installed cluster (one not backed by docker (docker-desktop))
- Follow the steps to install the operator in the readme.
- Wait for everything to start.
- The PVC will remain in the pending state and pod will remain in pending with the following message:
message: "0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling."
Expected behavior
Expect everything to startup. This succeeds on docker-desktop
Screenshots
N/A
Please tell us about your environment:
- Operating System: Linux
- Where is this running : Local
- Storage being used (NFS, Hostpath, Gluster, etc): None this is the problem....
- Container Image Tag:
- Platform (Docker, Kubernetes, OpenShift):
- Platform Version:
Describe the bug
K8s requires all PVCs to have a PV in order to attach to storage. It does not appear that is the case with this configuration.
To Reproduce
Steps to reproduce the behavior:
message: "0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling."
Expected behavior
Expect everything to startup. This succeeds on docker-desktop
Screenshots
N/A
Please tell us about your environment: