File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ apiVersion: v1
103103kind: ConfigMap
104104metadata:
105105 name: dpdk-checkup-config
106+ labels:
107+ kiagnose/checkup-type: kubevirt-dpdk
106108data:
107109 spec.timeout: 10m
108110 spec.param.networkAttachmentDefinitionName: <network_name> <1>
@@ -129,6 +131,8 @@ apiVersion: batch/v1
129131kind: Job
130132metadata:
131133 name: dpdk-checkup
134+ labels:
135+ kiagnose/checkup-type: kubevirt-dpdk
132136spec:
133137 backoffLimit: 0
134138 template:
@@ -185,6 +189,8 @@ apiVersion: v1
185189kind: ConfigMap
186190metadata:
187191 name: dpdk-checkup-config
192+ labels:
193+ kiagnose/checkup-type: kubevirt-dpdk
188194data:
189195 spec.timeout: 10m
190196 spec.param.NetworkAttachmentDefinitionName: "dpdk-network-1"
You can’t perform that action at this time.
0 commit comments