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
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: