Open 631068264 opened 1 year ago
Having the same issue, need linux-headers-5.15.49-linuxkit
package.
This feels somewhat expected; you're extracting information from the linuxkit kernel image (which uses 5.15.49-linuxkit
as version), but some of the packages you're installing try to deduct the kernel version to use from that information, and try to use ubuntu 20.04's package repositories to find those. Ubuntu's package repository will only have headers for the Ubuntu kernel, so those packages won't be able to find headers / kernel packages for the linuxkit kernel.
This would be somewhat similar to installing information from (say) the Fedora kernel, and trying to get headers from the Ubuntu repository.
Having the same issue, need linux-headers-5.15.49-linuxkit package.
I also having same issue with kind
cluster that I created with: kind create cluster --name test
Exec into node's container and see the same error.
linux-headers-5.15.49-linuxkit is not available.
when I try to install generic package and run it downloads 5.15.0-91-generic But when I run add something to kernel it gives modprobe: ERROR: could not insert 'overlay': Exec format error.
Is it not possible to manage at kernel level when using a hypervisor ?
Expected behavior
get error
Actual behavior
Information
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Steps to reproduce the behavior