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