Initial commit

This commit is contained in:
infidel
2023-03-14 15:32:53 +07:00
commit cc1a8ad5a9
78 changed files with 3811 additions and 0 deletions

10
net/gnb/du-cu-01.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: oai-du-cu-01-net
namespace: infidel-test
spec:
config: '{ "cniVersion": "0.3.1", "name": "oai-01-net", "type": "macvlan",
"master": "ens8", "ipam": { "type": "static", "addresses": [ { "address": "192.168.35.13/24"
} ] } }'