mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
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>
18 lines
336 B
YAML
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
|