kubevirt / kubevirt-velero-plugin

Plugin to Velero which automates backing up and restoring KubeVirt/CDI objects
Apache License 2.0
26 stars 26 forks source link

Add multiarch/ARM64 support #256

Open e3b0c442 opened 1 week ago

e3b0c442 commented 1 week ago

Is your feature request related to a problem? Please describe: A clear and concise description of what the problem is.

Velero pod with kubevirt-velero-plugin crashes with exec /bin/sh: exec format error when scheduled to an ARM64 node

Describe the solution you'd like: kubevirt-velero-plugin container built with multi arch support including ARM64

Describe alternatives you've considered: Restricting velero pods to ARM64 nodes with nodeSelector -- not ideal as we have intentionally scheduled low-impact workloads like the velero controller to our lower-cost ARM64 nodes