Nodes unable to connect to volumes after cluster restart due to bid being too low. #149
Replies: 2 comments
-
Hey @bhechinger , I think the events that you see convey a temporary problem. The PV is correctly bound the pod. You can take a look; if you see anything different, let use know. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, you are absolutely correct. I was so focused on the PV errors I got stuck and didn't look at the init container logs. Sorry for the noise! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I wasn't paying attention and my cluster got de-provisioned due to the bid being too low (goodbye $8/month cluster!).
I increased the bid to get the cluster re-provisioned, which is was.
But now I'm having issues with my pods and volumes. In this case I even deleted the deployment/pvc and completely re-created it (no stateful data, so not a big deal), but the issue has persisted.
I'm currently stuck with my pods not starting due to:
The PVC is bound, however, so I'm not sure what's going on:
Beta Was this translation helpful? Give feedback.
All reactions