Initial commit
This commit is contained in:
11
oai-master/oai-net-du.yaml
Normal file
11
oai-master/oai-net-du.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: k8s.cni.cncf.io/v1
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: oai-du-net
|
||||
namespace: infidel-test
|
||||
spec:
|
||||
config: '{ "cniVersion": "0.3.1", "name": "oai-cu-net", "type": "macvlan",
|
||||
"master": "enp7s0", "ipam": { "type": "static", "addresses": [ { "address": "192.168.12.13/24"
|
||||
} ] } }'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user