From f211a3275dc848bb3f2bcadf93faa5a36e39d55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Thu, 14 Jan 2021 13:43:06 +0100 Subject: [PATCH] Suggest using `kubectl create` instead of apply --- execution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/README.md b/execution/README.md index e8c9d4546..358ce2704 100644 --- a/execution/README.md +++ b/execution/README.md @@ -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 -- GitLab