You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The command
sudo kubernix -p kubernetes-helm -l debug
stops with the errorUnable 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.The text was updated successfully, but these errors were encountered: