yunify / hostnic-cni

hostnic-cni is a Container Network Interface plugin.
Apache License 2.0
30 stars 12 forks source link

improve vxnet choose #15

Open jolestar opened 7 years ago

jolestar commented 7 years ago

hostnic-cni use a random strategy to choose vxnet currently, if vxnet is full, will raise a error.

martinyunify commented 7 years ago

add retry but vxnet capacity is not a stable way to choose vxnet since nics can be deleted from other host

martinyunify commented 7 years ago

manage vxnet for end user. user can also specify vxnet for use.

martinyunify commented 6 years ago

hostnic daemon is deployed to each k8s node and we can add tag for each node.