Multiple networks with static ip addresses #12200
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
I need to link a pod/container to multiple physical NICs with a static ip addresses. The current syntax only allow to specify an ip address when there is only 1 network. A workaround (with macvlan) is to create of networks per ip address and use a /32 ip-range. It would be a lot simpler and nicer if there is the possibility to give parameters to a network such as a static ip-address.
It would be nice to defines networks like: --net=netX,ip= A.B.C.D,mac-address=xx:xx:xx:xx:xx:xx
And allow multiple –net arguments to define multiple networks
The text was updated successfully, but these errors were encountered: