github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/metrics/storage/fio-k8s/configs/example-config/kata.yaml (about) 1 ## Copyright (c) 2021 Intel Corporation 2 # 3 ## SPDX-License-Identifier: Apache-2.0 4 # 5 apiVersion: v1 6 kind: Pod 7 metadata: 8 name: iometrics 9 spec: 10 runtimeClassName: kata 11 containers: 12 - name: iometrics 13 image: ubuntu:latest 14 # Just spin & wait forever 15 command: [ "/bin/bash", "-c", "--" ] 16 args: [ "sleep infinity" ]