You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Is this a BUG REPORT or FEATURE REQUEST?:
Both, but I can leave without ARM support if my containers aren't failing.
What happened:
Any function that I create tries to run on my ARM-based node. This is a problem as they can't so they're just hanging there and failing to run.
What you expected to happen:
Any function that I create triggers a successful deployment. The container should run on ARM or with taints or node selectors should be possible to prevent it to happen.
Environment:
Kubernetes version (use kubectl version): v1.20.5
Kubeless version (use kubeless version): v1.0.8
Cloud provider or physical cluster: k3os locally
The text was updated successfully, but these errors were encountered:
The ARM support request has been created since 2018. But no support for that till 2021! I also tried to run Kubeless on my k3s RPI cluster today but found that it only supports x86 arch. I am a beginner in this field and I hope to have this powerful tool work out of the box. Is it possible to build an ARM version follow the building documentation with some ARM-based modification?
Is this a BUG REPORT or FEATURE REQUEST?:
Both, but I can leave without ARM support if my containers aren't failing.
What happened:
Any function that I create tries to run on my ARM-based node. This is a problem as they can't so they're just hanging there and failing to run.
What you expected to happen:
Any function that I create triggers a successful deployment. The container should run on ARM or with taints or node selectors should be possible to prevent it to happen.
Environment:
kubectl version
): v1.20.5kubeless version
): v1.0.8The text was updated successfully, but these errors were encountered: