Add a http performance test script based on wrk
[iec.git] / src / foundation / scripts / cni / multus / multus-sriov-flannel / sriov-crd.yaml
1 apiVersion: "k8s.cni.cncf.io/v1"
2 kind: NetworkAttachmentDefinition
3 metadata:
4   name: sriov-net1
5   annotations:
6     k8s.v1.cni.cncf.io/resourceName: arm.com/ps225_sriov_netdevice
7     #  "vlan": 1000,
8 spec:
9   config: '{
10   "type": "sriov",
11   "cniVersion": "0.3.1",
12   "name": "sriov-network",
13   "ipam": {
14     "type": "host-local",
15     "subnet": "10.56.217.0/24",
16     "rangeStart": "10.56.217.11",
17     "rangeEnd": "10.56.217.181",
18     "routes": [{
19       "dst": "0.0.0.0/0"
20     }],
21     "gateway": "10.56.217.1"
22   }
23 }'