Skip to content
Snippets Groups Projects
Commit 43251ec3 authored by Sören Henning's avatar Sören Henning
Browse files

Avoid kubectl warning, fix #348

parent 3eac7ae1
No related branches found
No related tags found
No related merge requests found
Pipeline #6920 passed
...@@ -130,7 +130,7 @@ If [persisting results](installation#persisting-results) is enabled in Theodolit ...@@ -130,7 +130,7 @@ If [persisting results](installation#persisting-results) is enabled in Theodolit
For installations without persistence, but also as an alternative for installations with persistence, we provide a second option to access results: Theodolite comes with a *results access sidecar*. It allows to copy all benchmark results from the Theodolite pod to your current working directory on your host machine with the following command: For installations without persistence, but also as an alternative for installations with persistence, we provide a second option to access results: Theodolite comes with a *results access sidecar*. It allows to copy all benchmark results from the Theodolite pod to your current working directory on your host machine with the following command:
```sh ```sh
kubectl cp $(kubectl get pod -l app=theodolite -o jsonpath="{.items[0].metadata.name}"):/results . -c results-access kubectl cp $(kubectl get pod -l app=theodolite -o jsonpath="{.items[0].metadata.name}"):results . -c results-access
``` ```
## Analyzing Benchmark Results ## Analyzing Benchmark Results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment