I'm interested in running containers that try to run qemu with access to /dev/kvm on the host through GKE.
I can do this just fine without GKE through regular non-managed GCE instances with the license enabling mechanism. But then I don't have GKE backing me or managing the cluster. Bummer!
Problem is, GKE doesn't let you use custom images with licenses. I actually don't really need to customize the images really, I just need an image, Ubuntu-based if need be should cOS not have support, to have nested virtualization enabled that I can pass access to the containers with.
Doing this would make distributed qemu test jobs much easier.
Is there any way to enable the license for node images used in GKE node pools?