github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/metrics/storage/fio-k8s/configs/test-config/runc.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    containers:
    11    - name: iometrics
    12      image: ubuntu:latest
    13      # Just spin & wait forever
    14      command: [ "/bin/bash", "-c", "--" ]
    15      args: [ "sleep infinity" ]