-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Allowing to run tekton on a kubernetes cluster installed on a raspberry pi #4202
Comments
On a further search i found this related topic: #856 |
@julweber is this arm or arm64/aarch64 ? We do ship arm64 images but we don't do on arm yet, mainly due to a problem with |
@vdemeester thanks for the super fast reply. I am currently using the arm version of raspbian. So i will check with arm64 version sometime this week when i find a free time window and report back. In addition it would anyways be nice to also support arm, as then a raspberry pi 2 will also be supported i guess. |
@vdemeester I found some time this morning and reinstalled the pi with the 64bit raspbian version and the k3s installation and the tekton-pipelines-controller and tekton-pipelines-webhook run fine on this 👯 So i expect we can mark this feature request as closed. @vdemeester Maybe we could add that a 64bit arm kernel is required for tekton on raspberry pis somewhere in the documentation? Kind regards, |
For people stumbling over this: Tekton requires a 64bit OS for running on a raspberry pi (Sept 2021) Here you can find the 64bit raspbian images for example: https://downloads.raspberrypi.org/raspios_lite_arm64/images/ |
Feature request
It would be great to be able to run tekton on top of a kubernetes installation on a raspberry pi (e.g. with k3s installed)
Use case
Being able to run kubernetes on a raspberry pi can be pretty useful to host tiny test environments.
It would be even better if we could automate workloads with tekton on top of that.
Current state
Right now, when i try to install tekton on top of my k3s installation i get the following errors:
same goes for tekton-pipelines-webhook
It seems there are no compiled docker images for the arm platform available right now.
Would it be a big task to create arm compatible images for the tekton-pipelines-controller and tekton-pipelines-webhook images?
Kind regard,
Julian
The text was updated successfully, but these errors were encountered: