question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fhsinchy/hello-kube not working on Raspberry Pi

See original GitHub issue

When trying to run the image on a Raspberry Pi 4 I get the error:

$ k get pod
hello-kube                         0/1     CrashLoopBackOff   1          16s

$ k logs hello-kube
standard_init_linux.go:219: exec user process caused: exec format error

It looks like the docker image is only available for linux/amd64 architecture.

Can you please provide an ARM build? Should be pretty straight forward with buildx

$ docker buildx build --platform linux/arm/v7 -t fhsinchy/hello-kube --push

Thanks !

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
fhsinchycommented, Jul 6, 2021

@RaedsLab I’ve updated the handbook with your links. Thanks a lot for your contributions.

2reactions
fhsinchycommented, May 25, 2021

It’ll be very helpful. I’ll build the images ASAP. Thanks a lot for the valuable contribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

keyboard is not working (solved) - Raspberry Pi Forums
I have a Raspberry Pi model B Bin: Z12-03R Dn: 6159183. I loaded the image "debian6-17-02-2012.img" it seems to boot just fine.
Read more >
Issues · raspberrypi/Raspberry-Pi-OS-64bit - GitHub
Repository for containing issues on the 64 bit operating system (as distinct from the 32 bit one) - Issues · raspberrypi/Raspberry-Pi-OS-64bit.
Read more >
How to Enable and Use SSH on Raspberry Pi 4 (Raspberry Pi ...
Learn how to enable ssh on your Raspberry Pi 4, with or without an external monitor. Complete guide with all the configuration steps...
Read more >
Fixing Raspberry Pi Audio Issues - VuePilot
If you are not hearing audio from your Raspberry Pi device, it's likely due to a missing library. Perform the following steps to...
Read more >
Configuring your Raspberry Pi
Warning: Changing your Raspberry Pi's performance settings may result in it behaving erratically or not working. pi configuration performance.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found