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 Mar 5, 2024. It is now read-only.
Hey @DiegoLelis! Since kiam is mostly deployed as a daemonset, the container running on the arm nodes needs to have been built for arm. The multiarch docker build solves this issue since the docker daemon (or containerd etc) will automatically pull the correct image for the architecture
Hi @DiegoLelis the container images need to be built specific to architecture. When a pod requests its image, it passes forward the architecture, allowing for seemless use of multi-architecture instances as long as the docker manifest provides a matching architecture specific image.
Otherwise, you'll end up with an error like this, because the image isn't binary compatible.
$ kl kiam-server-6d6659448-2csnd
exec /kiam: exec format error
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add arch support for arm64 to run on AWS graviton instances
Ref: #466
The text was updated successfully, but these errors were encountered: