keydb-operator icon indicating copy to clipboard operation
keydb-operator copied to clipboard

bug: PVC does not have a PV attached or specified

Open mdochdev opened this issue 4 months ago • 0 comments

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:

  1. Using a K8s locally installed cluster (one not backed by docker (docker-desktop))
  2. Follow the steps to install the operator in the readme.
  3. Wait for everything to start.
  4. 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:

mdochdev avatar Oct 04 '24 03:10 mdochdev