mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
metrics: Fix latency yamls path
This PR fixes the latency yamls path for the latency test for
kata metrics.
Fixes #8055
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 81c8babca9
)
This commit is contained in:
parent
665805c81c
commit
e106ecd1e4
@ -30,7 +30,7 @@ function main() {
|
||||
sleep_time=2
|
||||
|
||||
# Create server
|
||||
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/latency-server.yaml"
|
||||
kubectl create -f "${SCRIPT_PATH}/latency-server.yaml"
|
||||
|
||||
# Get the names of the server pod
|
||||
export server_pod_name="latency-server"
|
||||
@ -40,7 +40,7 @@ function main() {
|
||||
waitForProcess "$wait_time" "$sleep_time" "$cmd"
|
||||
|
||||
# Create client
|
||||
kubectl create -f "${SCRIPT_PATH}/runtimeclass_workloads/latency-client.yaml"
|
||||
kubectl create -f "${SCRIPT_PATH}/latency-client.yaml"
|
||||
|
||||
# Get the names of the client pod
|
||||
export client_pod_name="latency-client"
|
||||
|
Loading…
Reference in New Issue
Block a user