docs/v1.11.x/advance/multi-nic/ #2810
Replies: 2 comments 1 reply
-
multus多网卡管理,使用ovn作为附加网卡时,是否能通过某种方式指定路由? apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
name: macvlan-conf
spec:
config: '{
"cniVersion": "0.3.0",
"type": "macvlan",
"master": "eth0",
"mode": "bridge",
"ipam": {
"type": "host-local",
"subnet": "192.168.2.0/24",
"rangeStart": "192.168.2.200",
"rangeEnd": "192.168.2.216",
"routes": [
{ "dst": "0.0.0.0/0" }
],
"gateway": "192.168.2.1"
}
}' |
Beta Was this translation helpful? Give feedback.
0 replies
-
请问一下,kube-ovn会有支持underlay、overlay模式共存的计划吗? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docs/v1.11.x/advance/multi-nic/
https://kubeovn.github.io/docs/v1.11.x/advance/multi-nic/
Beta Was this translation helpful? Give feedback.
All reactions