# # Copyright (c) 2018 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # apiVersion: v1 kind: Pod metadata: name: POD_NAME spec: terminationGracePeriodSeconds: 0 runtimeClassName: kata shareProcessNamespace: true containers: - name: CTR_NAME image: quay.io/prometheus/busybox:latest command: - sleep - "120"