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

Suggest using `kubectl create` instead of apply

parent 8f62f9b3
No related branches found
No related tags found
No related merge requests found
Pipeline #1553 passed
......@@ -195,7 +195,7 @@ RBAC is enabled on your cluster (see installation of [Theodolite RBAC](#Theodoli
To start the execution of a benchmark run (with `<your-theodolite-yaml>` being your job definition):
```sh
kubectl apply -f <your-theodolite-yaml>
kubectl create -f <your-theodolite-yaml>
```
This will create a pod with a name such as `your-job-name-xxxxxx`. You can verifiy this via `kubectl get pods`. With
......
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