-
Notifications
You must be signed in to change notification settings - Fork 103
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
CSI Driver CrashLoop #840
Comments
Hey, could you check if the Hetzner API and the metadata service are available from inside the pod? If you cannot access the pod, due to it crashing, you can also spawn a test pod with the following command: kubectl run temp-pod --image=curlimages/curl --restart=Never -it -- sh Best Regards |
Hm, there seeems to be DNS issues
|
If you use kube-hetzner you might want to check out this comment: #742 (comment) |
Resolved the issue with changing the flannel backend from vxlan to host-gw in |
TL;DR
CSI Driver in K8s is crashlooping
Expected behavior
No crashloops
Observed behavior
The CSI driver is constantly crashlooping and cant get a connection to the socket:
Minimal working example
I have the following values set:
Log output
The text was updated successfully, but these errors were encountered: