...

Text file src/edge-infra.dev/config/pallets/sds/vms/macvtap/base/networkattachment.yaml

Documentation: edge-infra.dev/config/pallets/sds/vms/macvtap/base

     1apiVersion: k8s.cni.cncf.io/v1
     2kind: NetworkAttachmentDefinition
     3metadata:
     4  name: l2host
     5  namespace: kubevirt
     6  annotations:
     7    k8s.v1.cni.cncf.io/resourceName: macvtap.network.kubevirt.io/l2host
     8spec:
     9  config: '{ "cniVersion": "0.3.1", "name": "l2host", "type": "macvtap", "mtu": 1500 }'

View as plain text