-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bind mount failed #91
Comments
Here's my docker info
|
Hey @rothgar, how did you start k2d? Anything in the startup logs of k2d? This should not happen unless you altered the /var/lib/k2d folder or data path after starting k2d. k2d will take care of provisioning these system resources upon startup so it should not be missing at runtime unless you removed it after deployment. |
I'm trying to run this on a synology NAS which has a different storage folder for docker. Here's how I ran it
There's no errors in container startup. I can try deleting the folder contents and starting it fresh. |
I'm trying to create a pod via kubectl with this spec
but when I apply it the docker container gets created but isn't running. I see this error in the k2d logs
The pod stays in an Unknown state
If I manually create an empty file in that location it continues but errors on k2d-k2d-serviceaccount-k2dsec-ca.crt not existing. I can manually create an empty file for that too but it won't continue past that error.
The text was updated successfully, but these errors were encountered: