-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
k3s + armhf (Raspberry PI 4) = CrashLoopBackOff ??? #780
Comments
Same issue as #703? If so iptables needs to be set to legacy mode. |
The iptables-legacy trick did not solve this issue. After applying the fix, the normal Then, after rebooting the master and all the workers, my last install (kubernetes-dashboard) is still stuck in Should I delete and reinstall it again? |
|
Thanks @erikwilson for the link, I will try it and report tomorrow, but that dashboard wasn't my goal. As I said at the beginning, I was having problems during Rancher's dash installation, so I tried the Kubernetes dash just as a test, to see if the issue may be at architecture level, as you pointed out. Thanks, |
Sounds good. The rancher image should be multi-arch, so was probably the initial iptables issue. If you are still having issues please share the contents of |
cert-manager failed, Installed cet-manager following this guide. By looking at
As That's the
Followed by this:
I haven't masked any secret, as this is a test-and-destroy setup. |
Hi, I had the exact same problem but with Raspberry Pi 3 B+ in a 10-cluster setup. This is what I did to make it work from a brand new k3os cluster:
Hope it helps! |
Closing due to age. |
Describe the bug
After successfully installing k3s on a Raspberry PI 4B with Raspbian Buster Lite, installing other apps via helm fails and the pod goes into
CrashLoopBackOff
After following the official helm+tiller install guide, I solved this issue for tiller, but the issue appears again for every app I try: cert-manager, rancher, kubernetes-dashboard, and so on.
At least for tiller, it seems an amd/arm wrong default architecture issue.
To Reproduce
Expected behavior
Raspberry PI 4 succesfull installation of tiller, cert-manager, rancher, kubernetes-dashboard, and so on, carried on by following an official guide with fewer twists and turns.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: