Replies: 3 comments 12 replies
-
Seems similar to #778. @n1hility, I'm curious what is your use case for nested virtualization on Windows? |
Beta Was this translation helpful? Give feedback.
-
@fkorotkov Sure glad to provide details. I am contributing a patch to the podman project that enables windows support (containers/podman#12503). The implementation is based off of WSL, which internally uses hyper-v to run the linux kernel in a special shared VM. We need the ability to test this implementation as part of pull request checking/CI. AFAICT the only approach that works with Cirrus CI atm is a persistent worker. Alternatively, I suppose it could be possible to doubly nest inside of a google compute L1 linux node with windows running under KVM. Although that introduces some challenges with upkeep on the windows instance. |
Beta Was this translation helpful? Give feedback.
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this should be a separate issue than #778. I have a use case that requires nested virt on Windows. GCP's nested virt only supports Linux. EC2 only supports it with cost-prohibitive bare metal nodes. Azure on the other hand supports nested virt on the Dv3 and Ev3 nodes. It would be great to have a direct vm option, similar to ec2-instance that works with azure to make usage of these nodes.
Beta Was this translation helpful? Give feedback.
All reactions