# # Copyright (c) 2018 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Pod metadata: name: busybox spec: terminationGracePeriodSeconds: 0 shareProcessNamespace: true runtimeClassName: kata containers: - name: first-test-container image: quay.io/prometheus/busybox:latest env: - name: CONTAINER_NAME value: "first-test-container" command: - sleep - "30" - name: second-test-container image: quay.io/prometheus/busybox:latest env: - name: CONTAINER_NAME value: "second-test-container" command: - sleep - "30" stdin: true tty: true