mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	metrics: Add latency client yaml
This PR adds latency client yaml for the kubernetes test. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
		| @@ -0,0 +1,17 @@ | |||||||
|  | # Copyright (c) 2022-2023 Intel Corporation | ||||||
|  | # | ||||||
|  | # SPDX-License-Identifier: Apache-2.0 | ||||||
|  | # | ||||||
|  | apiVersion: v1 | ||||||
|  | kind: Pod | ||||||
|  | metadata: | ||||||
|  |   name: latency-client | ||||||
|  | spec: | ||||||
|  |   terminationGracePeriodSeconds: 0 | ||||||
|  |   runtimeClassName: kata | ||||||
|  |   containers: | ||||||
|  |     - name: client-container | ||||||
|  |       image: quay.io/prometheus/busybox:latest | ||||||
|  |       command: | ||||||
|  |         - sleep | ||||||
|  |         - "180" | ||||||
		Reference in New Issue
	
	Block a user