You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Huanyu He edited this page Jun 7, 2022
·
6 revisions
通过创建如下 Network 对象可以生成一个 VXLAN 容器网络
apiVersion: networking.alibaba.com/v1kind: Networkmetadata:
name: network1spec:
netID: 4# Required. # For Overlay type, netID refers to the tunnel id which used by vxlantype: Overlay # 需要是 Overlaymode: VXLAN # 可选,不填默认也是 VXLAN