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

Kubelet run path is too long for kubelet.sock #342

Open
matclab opened this issue Apr 28, 2020 · 3 comments
Open

Kubelet run path is too long for kubelet.sock #342

matclab opened this issue Apr 28, 2020 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@matclab
Copy link

matclab commented Apr 28, 2020

The command sudo kubernix -p kubernetes-helm -l debug stops with the error Unable to start all processes and with the last debug message being [DEBUG] Kubelet run path '/xxxxx/kubernix-run/kubelet/zzz/run' is too long for kubelet.sock.

The mentioned path has a length of 93.

I tested after having flushed iptables as recommended on other burg reports but it doesn't change anything.

Trying in another directory (where the kubelet run path is only 50 chars long), kubernix continue, but fails on Deploying CoreDNS and waiting to be ready after a 60s timeout.

@saschagrunert
Copy link
Owner

Hey, thank you for the report. I know there is some limitation regarding the path length, but I'm not sure how to pre-catch them. If you do no have a fix in mind then I'll try to reproduce it later on.

@matclab
Copy link
Author

matclab commented Apr 28, 2020

Unfortunately, I've no idea as all of this is quite new to me. I would perhaps try a bind mount on a shorter root path, but it is a blind guess.

@saschagrunert
Copy link
Owner

Yeah maybe a bind mount could be a solution. 🤔

@saschagrunert saschagrunert added bug Something isn't working help wanted Extra attention is needed labels May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants