# apiVersion: "k8s.cni.cncf.io/v1" # kind: NetworkAttachmentDefinition # metadata: # name: mgmt-net # namespace: ${TENANT_NAMESPACE} # spec: # config: '{ # "cniVersion": "0.3.1", # "type": "bridge", # "bridge": "br-mgmt", # "ipam": { # "type": "static", # "addresses": [ # { # "address": "192.168.10.100/24", # "gateway": "192.168.10.1" # } # ] # } # }'