mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-08 15:50:34 +00:00
Do not kill containers immediately, instead use Kubernetes' default termination grace period. Signed-off-by: Manuel Huber <manuelh@nvidia.com>
16 lines
309 B
YAML
16 lines
309 B
YAML
#
|
|
# Copyright (c) 2024 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: stressng-test
|
|
spec:
|
|
runtimeClassName: kata
|
|
containers:
|
|
- name: stress-test
|
|
image: quay.io/container-perf-tools/stress-ng
|
|
command: ["/bin/sh", "-c", "tail -f /dev/null"]
|