openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

[Windows][Feature] Support Hyper-v disablement #198

Open ruicao93 opened 3 years ago

ruicao93 commented 3 years ago

Description

Currently, OVS Windows depends on the Windows Hyper-V feature. However, the Hyper-v is not supported on many public clouds such as GKE. So it's a strong requirements to remove the dependecy for Hyper-v feature if user only need to use process isolated container.

References https://docs.openvswitch.org/en/latest/topics/windows/

commandgjj commented 3 years ago

Thanks. As Alin told in https://patchwork.ozlabs.org/project/openvswitch/patch/20181008232602.30924-1-aserdean@ovn.org/#2369185, I will take it and check HCN related API to prepare solution.