unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
203 stars 61 forks source link

kraft pkg set OCI images as qemu architecture instead of linux #1718

Open Cescodeveloper42 opened 1 week ago

Cescodeveloper42 commented 1 week ago

Describe the bug

I was trying to deploy unikernel images on kubernetes, but the ach format isn't compatible with containerd or cri-o container runtime manager that request the amd64 format instead of x86_64

Steps to reproduce

No response

Expected behavior

No response

Which architectures were you using or does this bug affect?

No response

Which operating system were you using or does this bug affect?

No response

Relevant log output

No response

craciunoiuc commented 1 week ago

I think @nderjung can comment on this

What this workaround for this in kubernetes?