mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 18:43:06 +00:00
tests: remove orphan vfio.yaml k8s workload manifest
This manifest is not referenced by any .bats test file and is effectively dead code. Made-with: Cursor Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
c380c4c1d2
commit
fccfd4dec7
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (c) 2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: vfio
|
||||
spec:
|
||||
runtimeClassName: kata
|
||||
containers:
|
||||
- name: c1
|
||||
image: quay.io/prometheus/busybox:latest
|
||||
command:
|
||||
- sh
|
||||
tty: true
|
||||
stdin: true
|
||||
resources:
|
||||
limits:
|
||||
intel.com/virtio_net: "1"
|
||||
requests:
|
||||
intel.com/virtio_net: "1"
|
||||
Reference in New Issue
Block a user