Add SRIOV and QAT device plugin deploy components
[icn.git] / deploy / kud-plugin-addons / device-plugins / sriov / test / sriov-eno2-pod.yaml
1 apiVersion: v1
2 kind: Pod
3 metadata:
4   name: pod-case-01
5   annotations:
6     k8s.v1.cni.cncf.io/networks: sriov-eno2
7 spec:
8   containers:
9   - name: test-pod
10     image: docker.io/centos/tools:latest
11     command:
12     - /sbin/init
13     resources:
14       requests:
15         intel.com/intel_sriov_700: '1'
16       limits:
17         intel.com/intel_sriov_700: '1'
18