Add SRIOV and QAT device plugin deploy components
[icn.git] / deploy / kud-plugin-addons / device-plugins / sriov / test / sriov-eno2-pod.yaml
diff --git a/deploy/kud-plugin-addons/device-plugins/sriov/test/sriov-eno2-pod.yaml b/deploy/kud-plugin-addons/device-plugins/sriov/test/sriov-eno2-pod.yaml
new file mode 100644 (file)
index 0000000..6ea187f
--- /dev/null
@@ -0,0 +1,18 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: pod-case-01
+  annotations:
+    k8s.v1.cni.cncf.io/networks: sriov-eno2
+spec:
+  containers:
+  - name: test-pod
+    image: docker.io/centos/tools:latest
+    command:
+    - /sbin/init
+    resources:
+      requests:
+        intel.com/intel_sriov_700: '1'
+      limits:
+        intel.com/intel_sriov_700: '1'
+