hustcat / sriov-cni

SR-IOV CNI plugin
Apache License 2.0
231 stars 49 forks source link

service/kube-proxy compatibility #29

Open BSWANG opened 6 years ago

BSWANG commented 6 years ago

Will the 'sriov' interface's package process by iptables? The kube-proxy default use iptables to load balance kubernetes service traffic.

hustcat commented 6 years ago

@BSWANG By default, the packets of VF will go to uplink directly, and will not go to host network stack, so host's iptables will not take effect to sriov VF.