Skip to content

bug: PVC does not have a PV attached or specified #149

@mdochdev

Description

@mdochdev

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions