-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support for ARM architecture #1
Comments
Hello @woile You could clone this and add GOARCH=arm to the go build line to create an ARM container. |
the code is here - https://github.com/witchcraftsman/stress |
Oh My God, thank you very much it worked! I am also using ARM64 processors and I couldn't go forward with my CKAD course. Thank you again! |
Have you been able to complete your CKAD course using an ARM64 processor? |
I have been able to accomplish CKAD, but at some point I gave up on the RaspberryPi (with ARM processors) and switched to GCP. It is possible to accomplish the CKAD training for the exam but it does require a lot of tweeking to be honest and the training states clearly that it is prepared for AWS and GCP machines. The exam itself I thankfully passed at the first take :D |
Hello vishh!
A kubernetes course I'm following uses your
stress
image to teach cpu and memory constrains, but I'm running my cluster in some raspberries which have an arm architecture (instead of the normal amd64).As I'm not familiar with go, I was wondering if you could publish an image with support for arm32 (armv7l). Or give me some information on how to do it, I wouldn't mind publishing the image myself.
Thanks a lot!!
The text was updated successfully, but these errors were encountered: