-
Notifications
You must be signed in to change notification settings - Fork 36
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
Raspberry Pi 4 Support with upgrade to buster [FIXED] - Package Upgrades #117
base: master
Are you sure you want to change the base?
Raspberry Pi 4 Support with upgrade to buster [FIXED] - Package Upgrades #117
Conversation
Merge rpi4 buster changes to master
Re-enable GITHUB_OATH_TOKEN
Update Docker Engine from v5:18.09.7~3-0 to v5:19.03.6~3-0. Update Containerd from v1.2.6-3 to v1.2.10-3. Update Docker Machine from v0.16.1 to v0.16.2. Update the Raspberry Pi 4 kernel from v4.19.75.20191001 to v4.19.102.20200211.
@lucashalbert Hi! |
@HelloEdit I just uploaded a pre-release here. Let me know how it works for you. |
Thank @lucashalbert, I just have a quick question: is it normal that the ssh and wifi headless configuration doesn't work? The system doesn't seem to take into account the presence of the EDIT: In fact it seems that I can't connect at all by configuring wlan0 from the raspberry (test done on a raspberry pi 3)
|
@HelloEdit try running |
Thanks!
|
@HelloEdit It looks like the Raspberry Pi 3 doesn't like Try running What seems strange to me is that the new |
FWIW, if you plan on using Buster as a Kubernetes node you need to set both |
I've been using k3s.io which uses containerd instet of docker I believe,
with no issue.
…On Thu, Mar 5, 2020, 4:06 PM Sean Johnson ***@***.***> wrote:
FWIW, if you plan on using Buster as a Kubernetes node you need to set
both iptables and ebtables alternatives to their -legacy implementations
or kube-proxy won't work.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#117?email_source=notifications&email_token=ACBE4O6US6UGYH5XAT47M6DRGA47ZA5CNFSM4K3IQ6ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN7K5BQ#issuecomment-595504774>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBE4OYSYPCBIGU6KIAOJ73RGA47ZANCNFSM4K3IQ6ZA>
.
|
I too, like @aatchison, have been using k3s on this image to run an 11 node HA kube cluster. K3s is much lighter than full k8s. The k3s binaries also seem to work without issue with nf_tables, so no need to change any of the iptables/ebtables links via alternatives. |
Does this contain the 64bit docker? Like so:
|
This PR piggy backs on PR #116 from @jmatsushita. It includes all of the fixes from that PR and updates the Docker Engine, Containerd, Docker Machine, and pi4 kernel.