-
Notifications
You must be signed in to change notification settings - Fork 17
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
ARM builds for Raspberry Pi #157
Comments
Hi @mattibal Thanks for taking interest in medik8s !
To answer your initial question: as far as I know this setup hasn't been tried yet (you've probably figured that from my question) but we are always happy to explore new things. |
Hi @mshitrit , first of all this is just something I'm playing with at home, so nothing serious :) I want to make a 3 nodes Kubernetes cluster using K3S (not OCP), where each node is a: control-plane, worker, etcd node. The cluster should run some single instance services as StatefulSets (something like Home Assistant, Samba) and a Rook-Ceph cluster as storage, where each node has 1 NVMe OSD. Since I want the services to stay up even if 1 of the 3 nodes goes down, I think I need something that automatically adds an out-of-service taint to the failed node. Otherwise the pods that were running in the failed node, would not be automatically launched in another node until you manually add the out-of-service taint. |
Hi @mattibal , interesting project 👍🏼 Yes, you can use medik8s for adding the out-of-service taint.
How are you planning to deploy NHC and SNR? Are you going to install the Operator Lifecycle Manager? AFAIK they already provide arm64 images, so it shouldn't be a problem. When you click "Install" on e.g. https://operatorhub.io/operator/node-healthcheck-operator, you will get instruction for installing OLM. Currently OLM is the only supported method to deploy our operators. About the missing arm64 images of our operators: we don't have this on our roadmap yet, and at the moment we are prioritizing other features. But we are open to contributions by the community! |
Hi, I would like to run Self Node Remediation and Node Health Check operators in a cluster made of Raspberry Pis.
I see that there aren't ARM builds published in quay.io.
I understand that you might not be interested to publish them for such a little use case... I could try to build it myself if there are some easy instructions on how to do that.
Has anybody tried to do this? Do you know if the operators would work well on Raspberry Pi?
The text was updated successfully, but these errors were encountered: