-
Notifications
You must be signed in to change notification settings - Fork 823
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
Issue on Rasbian x64 #179
Comments
Experiencing the same error, suspect the playbook is not setting
Manually adding |
I have the same issue even after adding the cgroup_memory=1 cgroup_enable=memory to /boot/cmdline.txt. |
For me enabling cgroups and then rebooting did the trick. |
Although the playbook does have the code to be able to set cgroup support (see here), it doesn't get triggered. I suspect the way the playbook detects Rasbian doesn't correctly pick up the latest 64 bit release and as such, does not run the necessary tasks. |
enabling cgroups and then rebooting did the trick for me as well |
Looking into this, it's not properly detecting the newest "raspberry pi os" since they renamed raspbian... It seems like they report regular 'ol Debian:
|
I just want to add that a fix for this is in the works here: PR #185 |
having the same issue :( |
FYI, 1) Same issue here, with RPI4 and raspbian lite ARM64.
shouldn't we add Debian as an eligible lsb.id ?
2) Also, I get an issue with
|
Yep. I used this fix the other day deploying to the latest version of Raspberry Pi OS, and it worked. I believe #185 also fixes the iptables-legacy issue.
|
I'm having the same issue with Raspbian Bullseye 64bit with the same error I hope a fix will be had soon. |
#151 has now been merged and iptables and cgroups issues around PI should now be resolved. Feel free to reopen if issue still exists. |
When installing on the x64 Rasbian lite I got the below errors
FAILED! => {"changed": false, "msg": "Unable to start service k3s-node: Job for k3s-node.service failed because the control process exited with error code.\nSee "systemctl status k3s-node.service" and "journalctl -xe" for details.\n"}
Mar 10 12:47:57 master-node k3s[11411]: time="2022-03-10T12:47:57Z" level=info msg="Run: k3s kubectl"
Mar 10 12:47:57 master-node k3s[11411]: time="2022-03-10T12:47:57Z" level=fatal msg="failed to find memory cgroup (v2)"
Mar 10 12:47:57 master-node systemd[1]: k3s.service: Main process exited, code=exited, status=1/FAILURE
I used this to resolve the issue. (Caveat that I have no idea what it does, but it resolved the issue for me)
k3s-io/k3s#1825 (comment)
The text was updated successfully, but these errors were encountered: