From 34eec970f57486f31571270a736f3fb75cefa0ab Mon Sep 17 00:00:00 2001 From: Paul Schuldesz Date: Thu, 21 Mar 2024 00:00:23 +0200 Subject: [PATCH] Correct path to iperf2 chart in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b22124..358ba157 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Conventionally, we separate the test-cases from the templates of the system unde Let's try to run a scenario from the tutorial. ```shell -kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./charts/networking/iperf2/ ./charts/system/ +kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./examples/apps/iperf2/ ./charts/system/ ``` * **demo-**: demo is the naming prefix, and the `-` indicate an autogenerated postfix (e.g, demo-326) * [./examples/tutorial/15.performance-monitoring.yml](./examples/tutorial/15.performance-monitoring.yml): the scenario executes the iperf benchmark and the monitoring stack for observing its execution.