[BUG] starting Node 'k3d-mycluster-server-0' hanging on RPi4 Debian bookworm/sid (64bits) #1396
-
What did you do
What did you expect to happenThe command to terminate and proceed with Screenshots or terminal output
If applicable, add screenshots or terminal output (code block) to help explain your problem. Which OS & ArchitectureWhich version of
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
|
Hi @Utopiah |
Beta Was this translation helpful? Give feedback.
-
|
Sure, and thanks for helping already : and |
Beta Was this translation helpful? Give feedback.
-
|
Note that repeats dozens of times, basically until I kill the cluster create command. |
Beta Was this translation helpful? Give feedback.
-
|
I doubt it's relevant here but just in case, said RPi4 has Internet access, just ping a known working server. |
Beta Was this translation helpful? Give feedback.
-
That's the line I was looking for. |
Beta Was this translation helpful? Give feedback.
-
|
The solution to the problem; First: k3d cluster stop dev01 Next: k3d cluster start dev01 Then the API server will respond. In this way, Docker desktop or Rancher eliminates the problem when he died. |
Beta Was this translation helpful? Give feedback.

That's the line I was looking for.
Add
cgroup_memory=1 cgroup_enable=memoryto the file/boot/cmdline.txtand reboot... that should do the trick 👍