Alona Paz

Results 45 comments of Alona Paz

> Without going into if the ask makes sense or not, I'd say the flag should be the opposite - i.e. by default have the interface enabled, thus having the...

Thanks! It seems that the [virt-controller](https://github.com/kubevirt/kubevirt/blob/a6f4f91428c2acdc795ba7e9e8b20fa0d021244b/pkg/virt-controller/watch/vmi.go#L680) checking the `v1.MigrationTransportUnixAnnotation` can be removed as well. I even think the annotation and all its usages can be removed.

/hold Looking at the code again, I think the whole PR is problematic. Legacy vm virt-launchers may not have the Unix socket implementation, therefore they need the target pod to...

@makoto126 thanks for the design proposal. Since kubevirt 1.1 we have an API to introduce new network bindings as plugins. Please take a look at the [user](https://kubevirt.io/user-guide/virtual_machines/network_binding_plugins/) and [developer](https://github.com/kubevirt/kubevirt/blob/main/docs/network-binding-plugin.md) guides....