Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mdochdev opened this issue Oct 4, 2024 · 0 comments
Open

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

mdochdev opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mdochdev
Copy link

mdochdev commented Oct 4, 2024

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 mdochdev added the bug Something isn't working label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant