--
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubevi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/23f30f09-2ecd-498e-ab82-e004cc13dff2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Adding other IPs is not yet supported as we're still working on what the API should look like. It's unfortunately more complicated than just adding NICs -- for instance, we don't yet have a way to model what network they should be attached to.Hi Alexander,Currently KubeVirt assigns a single NIC to a VM and attaches that the the Kubernetes pod network. This way Virtual Machines are able to interact with native k8s services.You might be interested in looking at https://github.com/kubevirt/kubernetes-device-plugins to get a sense of how we're thinking of approaching that feature.
| resources: | |
| limits: | |
| bridge.network.kubevirt.io/mybr0: 1 |
On 05/15/2018 03:43 PM, Alexander Gallego wrote:
>
>
> On Tue, May 15, 2018 at 3:29 PM, Stuart Gott <sg...@redhat.com
> <mailto:sg...@redhat.com>> wrote:
>
> Hi Alexander,
>
> Currently KubeVirt assigns a single NIC to a VM and attaches that
> the the Kubernetes pod network. This way Virtual Machines are able
> to interact with native k8s services.
>
> Adding other IPs is not yet supported as we're still working on what
> the API should look like. It's unfortunately more complicated than
> just adding NICs -- for instance, we don't yet have a way to model
> what network they should be attached to.
>
> You might be interested in looking at
> https://github.com/kubevirt/kubernetes-device-plugins
> <https://github.com/kubevirt/kubernetes-device-plugins> to get a
> sense of how we're thinking of approaching that feature.
>
> <mailto:kubevirt-dev+unsub...@googlegroups.com>.
> To post to this group, send email to
> kubevi...@googlegroups.com
> <mailto:kubevi...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/kubevirt-dev/23f30f09-2ecd-498e-ab82-e004cc13dff2%40googlegroups.com
> <https://groups.google.com/d/msgid/kubevirt-dev/23f30f09-2ecd-498e-ab82-e004cc13dff2%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "kubevirt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to kubevirt-dev...@googlegroups.com
> <mailto:kubevirt-dev+unsub...@googlegroups.com>.
We are working now on OVN multi-network plugin "Kubetron" that Itamar mentioned. We just released first PoC version, but more patches are coming to make it ready for contributors. I'm going to open Issues with missing features soon, feel free to suggest more. We did not decide yet how the final version would look like, but it should allow you to connect your Pods to logical switches created on OVN. That means that whole configuration of networks (DHCP, static IPs, routing, connection to physical host interfaces) are up to OVN administrator, it will be completely in your hands.Hi Alexander,as Fabian said, we are not yet able to connect VMs to secondary networks.
Please bear in mind that the Bridge plugin is a PoC and it is not really tested, you might find it unstable. This plugin allows you to expose fixed list of bridges available on Nodes to Pods that request connection to them. Configuration of the bridge and its attachment to external network is not covered by the plugin.
--
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubevi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/2e518a8f-fd47-44ae-b23e-17b518bc859a%40googlegroups.com.
{%- if network.backend.queues is defined %}
<driver queues="{{ network.backend.queues }}"/>
{%- endif %}- fabian
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To post to this group, send email to kubevi...@googlegroups.com.