Upgrade Multus/SRIOV/SRIOV DP to Latest Revision
[iec.git] / src / foundation / scripts / cni / multus / latest / pod2.yaml
1 # yamllint disable
2 # An example of Pod spec using above SR-IOV CRD:
3 apiVersion: v1
4 kind: Pod
5 metadata:
6   name: testpod2
7   labels:
8     env: test
9   annotations:
10     k8s.v1.cni.cncf.io/networks: sriov-net1
11 spec:
12   containers:
13   - name: appcntr2
14     image: iecedge/centos-tools-arm64
15     imagePullPolicy: IfNotPresent
16     command: [ "/bin/bash", "-c", "--" ]
17     args: [ "while true; do sleep 300000; done;" ]
18     resources:
19       requests:
20        arm.com/82599_sriov_netdevice: '1'
21       limits:
22        arm.com/82599_sriov_netdevice: '1'
23