kata-containers/tests/integration/kubernetes/runtimeclass_workloads/pod-busybox-base.yaml
Ryan Savino bc69def689 tests: add kata-runtime debug-console test
The test will retrieve the sandbox id and check if the
kata-agent is on the PATH using the debug console

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
2025-04-30 05:56:06 +00:00

18 lines
336 B
YAML

#
# Copyright (c) 2025 Advanced Micro Devices, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Pod
metadata:
name: busybox-base-pod
spec:
runtimeClassName: kata
containers:
- name: busybox-base
image: quay.io/prometheus/busybox:latest
command: ["/bin/sh", "-c"]
args:
- sleep 180